HomeSort by relevance Sort by last modified time
    Searched defs:getDeviceForInputSource (Results 1 - 5 of 5) sorted by null

  /device/asus/fugu/libaudio/
ATVAudioPolicyManager.cpp 125 audio_devices_t ATVAudioPolicyManager::getDeviceForInputSource(audio_source_t inputSource)
139 ALOGV("getDeviceForInputSource No RemoteControl service detected, ignoring");
143 ALOGV("getDeviceForInputSource connected remote and submix not forced");
146 ALOGV("getDeviceForInputSource No active connected device, passing onto submix");
151 ALOGV("getDeviceForInputSource %s %s", usePhysRemote ? "use physical" : "",
172 ALOGV("getDeviceForInputSource() input source %d, device %08x", inputSource, device);
  /frameworks/av/services/audiopolicy/enginedefault/src/
Engine.h 57 virtual audio_devices_t getDeviceForInputSource(audio_source_t inputSource) const
59 return mPolicyEngine->getDeviceForInputSource(inputSource);
132 audio_devices_t getDeviceForInputSource(audio_source_t inputSource) const;
Engine.cpp 314 audio_devices_t txDevice = getDeviceForInputSource(AUDIO_SOURCE_VOICE_COMMUNICATION);
573 audio_devices_t Engine::getDeviceForInputSource(audio_source_t inputSource) const
690 ALOGW("getDeviceForInputSource() invalid input source %d", inputSource);
694 ALOGV("getDeviceForInputSource() no device found for source %d", inputSource);
699 "getDeviceForInputSource() no default device defined");
701 ALOGV("getDeviceForInputSource()input source %d, device %08x", inputSource, device);
  /frameworks/av/services/audiopolicy/engineconfigurable/src/
Engine.h 59 virtual audio_devices_t getDeviceForInputSource(audio_source_t inputSource) const
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp     [all...]

Completed in 315 milliseconds