Home
last modified time | relevance | path

Searched refs:getDeviceForInputSource (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audiopolicy/
DAudioPolicyManager.h585 virtual audio_devices_t getDeviceForInputSource(audio_source_t inputSource);
DAudioPolicyManager.cpp452 audio_devices_t txDevice = getDeviceForInputSource(AUDIO_SOURCE_VOICE_COMMUNICATION); in updateCallRouting()
1290 audio_devices_t device = getDeviceForInputSource(inputSource); in getInput()
2581 *device = getDeviceForInputSource(AUDIO_SOURCE_HOTWORD); in acquireSoundTriggerSession()
3855 audio_devices_t device = getDeviceForInputSource(inputDesc->mInputSource); in getNewInputDevice()
4026 audio_devices_t txDevice = getDeviceForInputSource(AUDIO_SOURCE_VOICE_COMMUNICATION); in getDeviceForStrategy()
4576 audio_devices_t AudioPolicyManager::getDeviceForInputSource(audio_source_t inputSource) in getDeviceForInputSource() function in android::AudioPolicyManager