Searched refs:HAL_API_REV_2_0 (Results 1 – 2 of 2) sorted by relevance
/hardware/libhardware_legacy/audio/ |
D | audio_hw_hal.cpp | 60 HAL_API_REV_2_0, enumerator 193 val = convert_audio_device(val, HAL_API_REV_2_0, HAL_API_REV_1_0); in out_set_parameters() 213 val = convert_audio_device(val, HAL_API_REV_1_0, HAL_API_REV_2_0); in out_get_parameters() 343 val = convert_audio_device(val, HAL_API_REV_2_0, HAL_API_REV_1_0); in in_set_parameters() 364 val = convert_audio_device(val, HAL_API_REV_1_0, HAL_API_REV_2_0); in in_get_parameters() 505 devices = convert_audio_device(devices, HAL_API_REV_2_0, HAL_API_REV_1_0); in adev_open_output_stream() 572 devices = convert_audio_device(devices, HAL_API_REV_2_0, HAL_API_REV_1_0); in adev_open_input_stream()
|
/hardware/qcom/audio/legacy/alsa_sound/ |
D | audio_hw_hal.cpp | 59 HAL_API_REV_2_0, enumerator 213 val = convert_audio_device(val, HAL_API_REV_2_0, HAL_API_REV_1_0); in out_set_parameters() 233 val = convert_audio_device(val, HAL_API_REV_1_0, HAL_API_REV_2_0); in out_get_parameters() 362 val = convert_audio_device(val, HAL_API_REV_2_0, HAL_API_REV_1_0); in in_set_parameters() 383 val = convert_audio_device(val, HAL_API_REV_1_0, HAL_API_REV_2_0); in in_get_parameters() 569 devices = convert_audio_device(devices, HAL_API_REV_2_0, HAL_API_REV_1_0); in adev_open_output_stream() 638 devices = convert_audio_device(devices, HAL_API_REV_2_0, HAL_API_REV_1_0); in adev_open_input_stream()
|