OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDeviceForStrategy
(Results
1 - 4
of
4
) sorted by null
/hardware/msm7k/libaudio-qsd8k/
AudioPolicyManager.h
51
virtual uint32_t
getDeviceForStrategy
(routing_strategy strategy, bool fromCache = true);
AudioPolicyManager.cpp
52
uint32_t AudioPolicyManager::
getDeviceForStrategy
(routing_strategy strategy, bool fromCache)
58
LOGV("
getDeviceForStrategy
() from cache strategy %d, device %x", strategy, device);
66
device =
getDeviceForStrategy
(STRATEGY_MEDIA, false);
112
LOGE("
getDeviceForStrategy
() earpiece device not found");
135
LOGE("
getDeviceForStrategy
() speaker device not found");
146
device =
getDeviceForStrategy
(STRATEGY_PHONE, false);
155
LOGE("
getDeviceForStrategy
() speaker device not found");
215
LOGE("
getDeviceForStrategy
() speaker device not found");
221
device !=
getDeviceForStrategy
(STRATEGY_PHONE, false)) {
223
LOGV("
getDeviceForStrategy
() incompatible media and phone devices")
[
all
...]
/frameworks/base/libs/audioflinger/
AudioPolicyManagerBase.cpp
426
uint32_t device =
getDeviceForStrategy
(strategy);
[
all
...]
/hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h
187
virtual uint32_t
getDeviceForStrategy
(routing_strategy strategy, bool fromCache = true);
231
// see
getDeviceForStrategy
() for the use of fromCache parameter
236
// cached values are used by
getDeviceForStrategy
() if parameter fromCache is true.
Completed in 236 milliseconds