OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getDeviceForStrategy
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/services/audiopolicy/engineconfigurable/src/
Engine.cpp
146
audio_devices_t Engine::ManagerInterfaceImpl::
getDeviceForStrategy
(routing_strategy strategy) const
/frameworks/av/services/audiopolicy/enginedefault/src/
Engine.h
61
virtual audio_devices_t
getDeviceForStrategy
(routing_strategy strategy) const
63
return mPolicyEngine->
getDeviceForStrategy
(strategy);
127
audio_devices_t
getDeviceForStrategy
(routing_strategy strategy) const;
Engine.cpp
233
audio_devices_t Engine::
getDeviceForStrategy
(routing_strategy strategy) const
558
ALOGW("
getDeviceForStrategy
() unknown strategy: %d", strategy);
563
ALOGV("
getDeviceForStrategy
() no device found for strategy %d", strategy);
566
"
getDeviceForStrategy
() no default device defined");
568
ALOGVV("
getDeviceForStrategy
() strategy %d, device %x", strategy, device);
/frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp
290
//
getDeviceForStrategy
() cache
579
getDeviceForStrategy
(STRATEGY_MEDIA, true /*fromCache*/));
582
getDeviceForStrategy
(STRATEGY_SONIFICATION, true /*fromCache*/));
[
all
...]
Completed in 53 milliseconds