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 ALOGV("getDeviceForStrategy() from cache strategy %d, device %x", strategy, device);
66 device = getDeviceForStrategy(STRATEGY_MEDIA, false);
112 ALOGE("getDeviceForStrategy() earpiece device not found");
135 ALOGE("getDeviceForStrategy() speaker device not found");
146 device = getDeviceForStrategy(STRATEGY_PHONE, false);
155 ALOGE("getDeviceForStrategy() speaker device not found");
215 ALOGE("getDeviceForStrategy() speaker device not found");
221 device != getDeviceForStrategy(STRATEGY_PHONE, false)) {
223 ALOGV("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 ALOGV("getDeviceForStrategy() from cache strategy %d, device %x", strategy, device);
66 device = getDeviceForStrategy(STRATEGY_MEDIA, false);
112 ALOGE("getDeviceForStrategy() earpiece device not found");
135 ALOGE("getDeviceForStrategy() speaker device not found");
146 device = getDeviceForStrategy(STRATEGY_PHONE, false);
155 ALOGE("getDeviceForStrategy() speaker device not found");
215 ALOGE("getDeviceForStrategy() speaker device not found");
221 device != getDeviceForStrategy(STRATEGY_PHONE, false)) {
223 ALOGV("getDeviceForStrategy() incompatibl
[all...]
/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp357 getDeviceForStrategy(STRATEGY_MEDIA, true /*fromCache*/));
360 getDeviceForStrategy(STRATEGY_SONIFICATION, true /*fromCache*/));
516 audio_devices_t device = getDeviceForStrategy(strategy, false /*fromCache*/);
1062 device = getDeviceForStrategy(getStrategy(stream), true /*fromCache*/);
1077 audio_devices_t device = getDeviceForStrategy(strategy, false /*fromCache*/);
1891 audio_devices_t oldDevice = getDeviceForStrategy(strategy, true /*fromCache*/);
1892 audio_devices_t newDevice = getDeviceForStrategy(strategy, false /*fromCache*/);
2034 device = getDeviceForStrategy(STRATEGY_ENFORCED_AUDIBLE, fromCache);
2037 device = getDeviceForStrategy(STRATEGY_PHONE, fromCache);
2039 device = getDeviceForStrategy(STRATEGY_SONIFICATIO
2108 audio_devices_t AudioPolicyManagerBase::getDeviceForStrategy(routing_strategy strategy, function in class:android_audio_legacy::AudioPolicyManagerBase
[all...]

Completed in 56 milliseconds