Home
last modified time | relevance | path

Searched refs:STRATEGY_REROUTING (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/audiopolicy/common/include/
DRoutingStrategy.h34 STRATEGY_REROUTING, enumerator
/frameworks/av/services/audiopolicy/enginedefault/src/
DEngine.cpp241 return STRATEGY_REROUTING; in getStrategyForStream()
498 case STRATEGY_REROUTING: in getDeviceForStrategy()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp3845 checkOutputForStrategy(STRATEGY_REROUTING); in checkOutputForAllStrategies()
3949 } else if (isStrategyActive(outputDesc, STRATEGY_REROUTING)) { in getNewOutputDevice()
3950 device = getDeviceForStrategy(STRATEGY_REROUTING, fromCache); in getNewOutputDevice()