• Home
  • Raw
  • Download

Lines Matching refs:STRATEGY_SONIFICATION

368                     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()
2556 device = getDeviceForStrategy(STRATEGY_SONIFICATION, false /*fromCache*/); in getDeviceForStrategy()
2562 device = getDeviceForStrategy(STRATEGY_SONIFICATION, false /*fromCache*/); in getDeviceForStrategy()
2657 case STRATEGY_SONIFICATION: in getDeviceForStrategy()
2673 if ((strategy == STRATEGY_SONIFICATION) || in getDeviceForStrategy()
2685 if (strategy != STRATEGY_SONIFICATION) { in getDeviceForStrategy()
2715 if ((device2 == AUDIO_DEVICE_NONE) && (strategy != STRATEGY_SONIFICATION)) { in getDeviceForStrategy()
3266 ((stream_strategy == STRATEGY_SONIFICATION) in computeVolume()
3433 if ((stream_strategy == STRATEGY_SONIFICATION) || in handleIncallSonification()