Home
last modified time | relevance | path

Searched refs:STRATEGY_PHONE (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/services/audiopolicy/enginedefault/src/
DEngine.cpp170 return STRATEGY_PHONE; in getStrategyForStream()
210 return STRATEGY_PHONE; in getStrategyForUsage()
307 case STRATEGY_PHONE: in getDeviceForStrategyInt()
406 STRATEGY_PHONE, availableOutputDevices, availableInputDevices, outputs); in getDeviceForStrategyInt()
446 STRATEGY_PHONE, availableOutputDevices, availableInputDevices, outputs); in getDeviceForStrategyInt()
465 STRATEGY_PHONE, availableOutputDevices, availableInputDevices, outputs); in getDeviceForStrategyInt()
/frameworks/av/services/audiopolicy/common/include/
DRoutingStrategy.h27 STRATEGY_PHONE, enumerator
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Settings/
Ddevice_for_strategy_enforced_audible.pfw23 # - when in call where it doesn't default to STRATEGY_PHONE behavior
Ddevice_for_strategy_accessibility.pfw5 # STRATEGY_ACCESSIBILITY follows STRATEGY_PHONE if in call widely speaking
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp4245 checkOutputForStrategy(STRATEGY_PHONE); in AudioPolicyManager()
4341 isStrategyActive(outputDesc, STRATEGY_PHONE)) { in AudioPolicyManager()
4342 device = getDeviceForStrategy(STRATEGY_PHONE, fromCache); in AudioPolicyManager()
5151 getDeviceForStrategy(STRATEGY_PHONE, true /*fromCache*/)) { in AudioPolicyManager()