OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getDeviceForInputSource
(Results
1 - 6
of
6
) sorted by null
/device/asus/fugu/libaudio/
ATVAudioPolicyManager.cpp
125
audio_devices_t ATVAudioPolicyManager::
getDeviceForInputSource
(audio_source_t inputSource)
136
ALOGV("
getDeviceForInputSource
No RemoteControl service detected, ignoring");
140
ALOGV("
getDeviceForInputSource
connected remote and submix not forced");
143
ALOGV("
getDeviceForInputSource
No active connected device, passing onto submix");
148
ALOGV("
getDeviceForInputSource
%s %s", usePhysRemote ? "use physical" : "",
168
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
313
audio_devices_t txDevice =
getDeviceForInputSource
(AUDIO_SOURCE_VOICE_COMMUNICATION);
549
audio_devices_t Engine::
getDeviceForInputSource
(audio_source_t inputSource) const
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/
Engine.h
59
virtual audio_devices_t
getDeviceForInputSource
(audio_source_t inputSource) const
/hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp
478
audio_devices_t newDevice =
getDeviceForInputSource
(inputDesc->mInputSource);
[
all
...]
/frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp
[
all
...]
Completed in 92 milliseconds