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

/frameworks/av/services/audiopolicy/common/include/
H A DRoutingStrategy.h27 STRATEGY_PHONE, enumerator in enum:android::routing_strategy
/frameworks/av/services/audiopolicy/enginedefault/src/
H A DEngine.cpp170 return STRATEGY_PHONE;
210 return STRATEGY_PHONE;
307 case STRATEGY_PHONE:
402 // If incall, just select the STRATEGY_PHONE device: The rest of the behavior is handled by
406 STRATEGY_PHONE, availableOutputDevices, availableInputDevices, outputs);
414 // - when in call where it doesn't default to STRATEGY_PHONE behavior
446 STRATEGY_PHONE, availableOutputDevices, availableInputDevices, outputs);
465 STRATEGY_PHONE, availableOutputDevices, availableInputDevices, outputs);
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp4212 checkOutputForStrategy(STRATEGY_PHONE);
4308 isStrategyActive(outputDesc, STRATEGY_PHONE)) {
4309 device = getDeviceForStrategy(STRATEGY_PHONE, fromCache);
5113 getDeviceForStrategy(STRATEGY_PHONE, true /*fromCache*/)) {

Completed in 100 milliseconds