Searched refs:convert_audio_device (Results 1 - 2 of 2) sorted by relevance

/hardware/libhardware_legacy/audio/
H A Daudio_hw_hal.cpp91 static uint32_t convert_audio_device(uint32_t from_device, int from_rev, int to_rev) function
191 val = convert_audio_device(val, HAL_API_REV_2_0, HAL_API_REV_1_0);
211 val = convert_audio_device(val, HAL_API_REV_1_0, HAL_API_REV_2_0);
341 val = convert_audio_device(val, HAL_API_REV_2_0, HAL_API_REV_1_0);
362 val = convert_audio_device(val, HAL_API_REV_1_0, HAL_API_REV_2_0);
503 devices = convert_audio_device(devices, HAL_API_REV_2_0, HAL_API_REV_1_0);
570 devices = convert_audio_device(devices, HAL_API_REV_2_0, HAL_API_REV_1_0);
/hardware/qcom/audio/legacy/alsa_sound/
H A Daudio_hw_hal.cpp115 static uint32_t convert_audio_device(uint32_t from_device, int from_rev, int to_rev) function
213 val = convert_audio_device(val, HAL_API_REV_2_0, HAL_API_REV_1_0);
233 val = convert_audio_device(val, HAL_API_REV_1_0, HAL_API_REV_2_0);
362 val = convert_audio_device(val, HAL_API_REV_2_0, HAL_API_REV_1_0);
383 val = convert_audio_device(val, HAL_API_REV_1_0, HAL_API_REV_2_0);
569 devices = convert_audio_device(devices, HAL_API_REV_2_0, HAL_API_REV_1_0);
638 devices = convert_audio_device(devices, HAL_API_REV_2_0, HAL_API_REV_1_0);

Completed in 7 milliseconds