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()132 audio_devices_t getDeviceForInputSource(audio_source_t inputSource) const;
314 audio_devices_t txDevice = getDeviceForInputSource(AUDIO_SOURCE_VOICE_COMMUNICATION); in getDeviceForStrategyInt()573 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
317 virtual audio_devices_t getDeviceForInputSource(audio_source_t inputSource);
5198 return getDeviceForInputSource(inputSource); in AudioPolicyManager()5201 audio_devices_t AudioPolicyManager::getDeviceForInputSource(audio_source_t inputSource) in AudioPolicyManager() function in android::AudioPolicyManager5210 return mEngine->getDeviceForInputSource(inputSource); in AudioPolicyManager()