Searched refs:getDeviceForInputSource (Results 1 – 6 of 6) sorted by relevance
57 virtual audio_devices_t getDeviceForInputSource(audio_source_t inputSource) const in getDeviceForInputSource() function59 return mPolicyEngine->getDeviceForInputSource(inputSource); in getDeviceForInputSource()133 audio_devices_t getDeviceForInputSource(audio_source_t inputSource) const;
313 audio_devices_t txDevice = getDeviceForInputSource(AUDIO_SOURCE_VOICE_COMMUNICATION); in getDeviceForStrategyInt()614 audio_devices_t Engine::getDeviceForInputSource(audio_source_t inputSource) const in getDeviceForInputSource() function in android::audio_policy::Engine
59 virtual audio_devices_t getDeviceForInputSource(audio_source_t inputSource) const = 0;
59 virtual audio_devices_t getDeviceForInputSource(audio_source_t inputSource) const in getDeviceForInputSource() function
344 virtual audio_devices_t getDeviceForInputSource(audio_source_t inputSource);
5490 return getDeviceForInputSource(inputSource); in loadConfig()5493 audio_devices_t AudioPolicyManager::getDeviceForInputSource(audio_source_t inputSource) in loadConfig() function in android::AudioPolicyManager5508 return mEngine->getDeviceForInputSource(inputSource); in loadConfig()