Home
last modified time | relevance | path

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

/hardware/qcom/audio/msm8909/policy_hal/
DAudioPolicyManager.cpp577 } else if (isStrategyActive(outputDesc, STRATEGY_SONIFICATION)|| in getNewOutputDevice()
578 (isStrategyActive(mPrimaryOutput,STRATEGY_SONIFICATION) in getNewOutputDevice()
580 device = getDeviceForStrategy(STRATEGY_SONIFICATION, fromCache); in getNewOutputDevice()
851 isStrategyActive(desc, STRATEGY_SONIFICATION, in setPhoneState()
860 setStrategyMute(STRATEGY_SONIFICATION, true, desc); in setPhoneState()
861 setStrategyMute(STRATEGY_SONIFICATION, false, desc, MUTE_TIME_MS, in setPhoneState()
862 getDeviceForStrategy(STRATEGY_SONIFICATION, true /*fromCache*/)); in setPhoneState()
1086 bool shouldWait = (strategy == STRATEGY_SONIFICATION) || in startSource()
1129 if (strategy == STRATEGY_SONIFICATION) { in startSource()
1159 if ((stream_strategy == STRATEGY_SONIFICATION) || in handleIncallSonification()
/hardware/libhardware_legacy/audio/
DAudioPolicyManagerBase.cpp368 desc->isStrategyActive(STRATEGY_SONIFICATION, in setPhoneState()
377 setStrategyMute(STRATEGY_SONIFICATION, true, mOutputs.keyAt(i)); in setPhoneState()
378 setStrategyMute(STRATEGY_SONIFICATION, false, mOutputs.keyAt(i), MUTE_TIME_MS, in setPhoneState()
379 getDeviceForStrategy(STRATEGY_SONIFICATION, true /*fromCache*/)); in setPhoneState()
762 bool shouldWait = (strategy == STRATEGY_SONIFICATION) || in startOutput()
2374 checkOutputForStrategy(STRATEGY_SONIFICATION); in checkOutputForAllStrategies()
2464 } else if (outputDesc->isStrategyActive(STRATEGY_SONIFICATION)) { in getNewDevice()
2465 device = getDeviceForStrategy(STRATEGY_SONIFICATION, fromCache); in getNewDevice()
2505 return STRATEGY_SONIFICATION; in getStrategy()
2549 device = getDeviceForStrategy(STRATEGY_SONIFICATION, false /*fromCache*/); in getDeviceForStrategy()
[all …]
/hardware/libhardware_legacy/include/hardware_legacy/
DAudioPolicyManagerBase.h156 STRATEGY_SONIFICATION, enumerator