Searched defs:getDeviceForInputSource (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/services/audiopolicy/enginedefault/src/
H A DEngine.h57 virtual audio_devices_t getDeviceForInputSource(audio_source_t inputSource) const function in class:android::audio_policy::Engine::ManagerInterfaceImpl
59 return mPolicyEngine->getDeviceForInputSource(inputSource);
132 audio_devices_t getDeviceForInputSource(audio_source_t inputSource) const;
H A DEngine.cpp313 audio_devices_t txDevice = getDeviceForInputSource(AUDIO_SOURCE_VOICE_COMMUNICATION);
549 audio_devices_t Engine::getDeviceForInputSource(audio_source_t inputSource) const function in class:android::audio_policy::Engine
660 ALOGW("getDeviceForInputSource() invalid input source %d", inputSource);
664 ALOGV("getDeviceForInputSource() no device found for source %d", inputSource);
669 "getDeviceForInputSource() no default device defined");
671 ALOGV("getDeviceForInputSource()input source %d, device %08x", inputSource, device);
/frameworks/av/services/audiopolicy/engineconfigurable/src/
H A DEngine.h59 virtual audio_devices_t getDeviceForInputSource(audio_source_t inputSource) const function in class:android::audio_policy::Engine::ManagerInterfaceImpl
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp2085 // - 2 if none found, getDeviceForInputSource() will:
4939 return getDeviceForInputSource(inputSource);
4942 audio_devices_t AudioPolicyManager::getDeviceForInputSource(audio_source_t inputSource) function in class:android::AudioPolicyManager
4951 return mEngine->getDeviceForInputSource(inputSource);

Completed in 203 milliseconds