Searched refs:STRATEGY_PHONE (Results 1 - 4 of 4) sorted by relevance

/hardware/msm7k/libaudio-qdsp5v2/
H A DAudioPolicyManager.cpp72 case STRATEGY_PHONE:
143 // If incall, just select the STRATEGY_PHONE device: The rest of the behavior is handled by
146 device = getDeviceForStrategy(STRATEGY_PHONE, false);
221 device != getDeviceForStrategy(STRATEGY_PHONE, false)) {
/hardware/msm7k/libaudio-qsd8k/
H A DAudioPolicyManager.cpp72 case STRATEGY_PHONE:
143 // If incall, just select the STRATEGY_PHONE device: The rest of the behavior is handled by
146 device = getDeviceForStrategy(STRATEGY_PHONE, false);
221 device != getDeviceForStrategy(STRATEGY_PHONE, false)) {
/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyManagerBase.h148 STRATEGY_PHONE, enumerator in enum:android_audio_legacy::AudioPolicyManagerBase::routing_strategy
/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp1947 checkOutputForStrategy(STRATEGY_PHONE);
2036 outputDesc->isStrategyActive(STRATEGY_PHONE)) {
2037 device = getDeviceForStrategy(STRATEGY_PHONE, fromCache);
2076 return STRATEGY_PHONE;
2150 case STRATEGY_PHONE:
2196 ALOGE("getDeviceForStrategy() no device found for STRATEGY_PHONE");
2225 ALOGE("getDeviceForStrategy() no device found for STRATEGY_PHONE, FORCE_SPEAKER");
2233 // If incall, just select the STRATEGY_PHONE device: The rest of the behavior is handled by
2236 device = getDeviceForStrategy(STRATEGY_PHONE, false /*fromCache*/);
2244 // - when in call where it doesn't default to STRATEGY_PHONE behavio
[all...]

Completed in 59 milliseconds