Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/include/
DRoutingStrategy.h33 STRATEGY_ACCESSIBILITY, enumerator
/frameworks/av/services/audiopolicy/enginedefault/src/
DEngine.cpp198 return STRATEGY_ACCESSIBILITY; in getStrategyForStream()
209 return STRATEGY_ACCESSIBILITY; in getStrategyForUsage()
471 case STRATEGY_ACCESSIBILITY: in getDeviceForStrategyInt()
472 if (strategy == STRATEGY_ACCESSIBILITY) { in getDeviceForStrategyInt()
/frameworks/av/services/audiopolicy/engineconfigurable/src/
DEngine.cpp167 if (strategy == STRATEGY_ACCESSIBILITY && in getDeviceForStrategy()
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Settings/
Ddevice_for_strategy_accessibility.pfw5 # STRATEGY_ACCESSIBILITY follows STRATEGY_PHONE if in call widely speaking
6 # STRATEGY_ACCESSIBILITY follows STRATEGY_MEDIA otherwise
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp4771 checkOutputForStrategy(STRATEGY_ACCESSIBILITY); in loadConfig()
4885 } else if (isStrategyActive(outputDesc, STRATEGY_ACCESSIBILITY)) { in loadConfig()
4886 device = getDeviceForStrategy(STRATEGY_ACCESSIBILITY, fromCache); in loadConfig()