Lines Matching refs:STRATEGY_MEDIA
365 if ((desc->isStrategyActive(STRATEGY_MEDIA, in setPhoneState()
374 setStrategyMute(STRATEGY_MEDIA, true, mOutputs.keyAt(i)); in setPhoneState()
375 setStrategyMute(STRATEGY_MEDIA, false, mOutputs.keyAt(i), MUTE_TIME_MS, in setPhoneState()
376 getDeviceForStrategy(STRATEGY_MEDIA, true /*fromCache*/)); in setPhoneState()
1335 if (pDesc->mEnabled && (pDesc->mStrategy == STRATEGY_MEDIA) && in isNonOffloadableEffectEnabled()
2343 if (strategy == STRATEGY_MEDIA) { in checkOutputForStrategy()
2376 checkOutputForStrategy(STRATEGY_MEDIA); in checkOutputForAllStrategies()
2468 } else if (outputDesc->isStrategyActive(STRATEGY_MEDIA)) { in getNewDevice()
2469 device = getDeviceForStrategy(STRATEGY_MEDIA, fromCache); in getNewDevice()
2517 return STRATEGY_MEDIA; in getStrategy()
2559 device = getDeviceForStrategy(STRATEGY_MEDIA, false /*fromCache*/); in getDeviceForStrategy()
2570 device = getDeviceForStrategy(STRATEGY_MEDIA, false /*fromCache*/); in getDeviceForStrategy()
2683 case STRATEGY_MEDIA: { in getDeviceForStrategy()
3278 audio_devices_t musicDevice = getDeviceForStrategy(STRATEGY_MEDIA, true /*fromCache*/); in computeVolume()