Searched refs:STRATEGY_PHONE (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/services/audiopolicy/enginedefault/src/ |
D | Engine.cpp | 178 return STRATEGY_PHONE; in getStrategyForStream() 219 return STRATEGY_PHONE; in getStrategyForUsage() 307 case STRATEGY_PHONE: in getDeviceForStrategyInt() 415 STRATEGY_PHONE, availableOutputDevices, availableInputDevices, outputs, in getDeviceForStrategyInt() 494 STRATEGY_PHONE, availableOutputDevices, availableInputDevices, outputs, in getDeviceForStrategyInt() 514 STRATEGY_PHONE, availableOutputDevices, availableInputDevices, outputs, in getDeviceForStrategyInt()
|
/frameworks/av/services/audiopolicy/common/include/ |
D | RoutingStrategy.h | 27 STRATEGY_PHONE, enumerator
|
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Settings/ |
D | device_for_strategy_enforced_audible.pfw | 23 # - when in call where it doesn't default to STRATEGY_PHONE behavior
|
D | device_for_strategy_accessibility.pfw | 5 # STRATEGY_ACCESSIBILITY follows STRATEGY_PHONE if in call widely speaking
|
/frameworks/av/services/audiopolicy/managerdefault/ |
D | AudioPolicyManager.cpp | 4766 checkOutputForStrategy(STRATEGY_PHONE); in loadConfig() 4879 isStrategyActive(outputDesc, STRATEGY_PHONE)) { in loadConfig() 4880 device = getDeviceForStrategy(STRATEGY_PHONE, fromCache); in loadConfig() 5772 getDeviceForStrategy(STRATEGY_PHONE, true /*fromCache*/)) { in loadConfig()
|