OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDeviceForStrategy
(Results
1 - 10
of
10
) sorted by null
/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
232
audio_devices_t Engine::
getDeviceForStrategy
(routing_strategy strategy) const
534
ALOGW("
getDeviceForStrategy
() unknown strategy: %d", strategy);
539
ALOGV("
getDeviceForStrategy
() no device found for strategy %d", strategy);
542
"
getDeviceForStrategy
() no default device defined");
544
ALOGVV("
getDeviceForStrategy
() strategy %d, device %x", strategy, device);
/frameworks/av/services/audiopolicy/engine/interface/
AudioPolicyManagerInterface.h
68
virtual audio_devices_t
getDeviceForStrategy
(routing_strategy stategy) const = 0;
/hardware/qcom/audio/legacy/alsa_sound/
AudioPolicyManagerALSA.cpp
131
getDeviceForStrategy
(STRATEGY_MEDIA, true /*fromCache*/));
/frameworks/av/services/audiopolicy/engineconfigurable/src/
Engine.cpp
146
audio_devices_t Engine::ManagerInterfaceImpl::
getDeviceForStrategy
(routing_strategy strategy) const
Engine.h
63
virtual audio_devices_t
getDeviceForStrategy
(routing_strategy stategy) const;
/hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp
376
getDeviceForStrategy
(STRATEGY_MEDIA, true /*fromCache*/));
379
getDeviceForStrategy
(STRATEGY_SONIFICATION, true /*fromCache*/));
548
audio_devices_t device =
getDeviceForStrategy
(strategy, false /*fromCache*/);
[
all
...]
/frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp
277
//
getDeviceForStrategy
() cache
520
getDeviceForStrategy
(STRATEGY_MEDIA, true /*fromCache*/));
523
getDeviceForStrategy
(STRATEGY_SONIFICATION, true /*fromCache*/));
693
audio_devices_t device =
getDeviceForStrategy
(strategy, false /*fromCache*/);
[
all
...]
AudioPolicyManager.h
291
virtual audio_devices_t
getDeviceForStrategy
(routing_strategy strategy,
396
// see
getDeviceForStrategy
() for the use of fromCache parameter
403
// cached values are used by
getDeviceForStrategy
() if parameter fromCache is true.
[
all
...]
/hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h
360
virtual audio_devices_t
getDeviceForStrategy
(routing_strategy strategy,
452
// see
getDeviceForStrategy
() for the use of fromCache parameter
458
// cached values are used by
getDeviceForStrategy
() if parameter fromCache is true.
Completed in 118 milliseconds