Searched defs:getDeviceForStrategy (Results 1 - 3 of 3) sorted by relevance

/hardware/msm7k/libaudio-qdsp5v2/
H A DAudioPolicyManager.cpp52 uint32_t AudioPolicyManager::getDeviceForStrategy(routing_strategy strategy, bool fromCache) function in class:android::AudioPolicyManager
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() incompatibl
[all...]
/hardware/msm7k/libaudio-qsd8k/
H A DAudioPolicyManager.cpp52 uint32_t AudioPolicyManager::getDeviceForStrategy(routing_strategy strategy, bool fromCache) function in class:android::AudioPolicyManager
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() incompatibl
[all...]
/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp434 uint32_t device = getDeviceForStrategy(strategy);
1453 uint32_t prevDevice = getDeviceForStrategy(strategy);
1454 uint32_t curDevice = getDeviceForStrategy(strategy, false);
1574 device = getDeviceForStrategy(STRATEGY_ENFORCED_AUDIBLE, fromCache);
1577 device = getDeviceForStrategy(STRATEGY_PHONE, fromCache);
1579 device = getDeviceForStrategy(STRATEGY_SONIFICATION, fromCache);
1581 device = getDeviceForStrategy(STRATEGY_MEDIA, fromCache);
1583 device = getDeviceForStrategy(STRATEGY_DTMF, fromCache);
1603 devices = getDeviceForStrategy(strategy, true);
1634 uint32_t AudioPolicyManagerBase::getDeviceForStrategy(routing_strateg function in class:android_audio_legacy::AudioPolicyManagerBase
[all...]

Completed in 2012 milliseconds