Searched refs:STRATEGY_SONIFICATION (Results 1 – 2 of 2) sorted by relevance
/hardware/libhardware_legacy/audio/ |
D | AudioPolicyManagerBase.cpp | 367 desc->isStrategyActive(STRATEGY_SONIFICATION, in setPhoneState() 376 setStrategyMute(STRATEGY_SONIFICATION, true, mOutputs.keyAt(i)); in setPhoneState() 377 setStrategyMute(STRATEGY_SONIFICATION, false, mOutputs.keyAt(i), MUTE_TIME_MS, in setPhoneState() 378 getDeviceForStrategy(STRATEGY_SONIFICATION, true /*fromCache*/)); in setPhoneState() 761 bool shouldWait = (strategy == STRATEGY_SONIFICATION) || in startOutput() 2373 checkOutputForStrategy(STRATEGY_SONIFICATION); in checkOutputForAllStrategies() 2463 } else if (outputDesc->isStrategyActive(STRATEGY_SONIFICATION)) { in getNewDevice() 2464 device = getDeviceForStrategy(STRATEGY_SONIFICATION, fromCache); in getNewDevice() 2504 return STRATEGY_SONIFICATION; in getStrategy() 2548 device = getDeviceForStrategy(STRATEGY_SONIFICATION, false /*fromCache*/); in getDeviceForStrategy() [all …]
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
D | AudioPolicyManagerBase.h | 156 STRATEGY_SONIFICATION, enumerator
|