• Home
  • Raw
  • Download

Lines Matching refs:getDeviceForStrategy

640                 getDeviceForStrategy(STRATEGY_MEDIA, true /*fromCache*/));  in setPhoneState()
643 getDeviceForStrategy(STRATEGY_SONIFICATION, true /*fromCache*/)); in setPhoneState()
827 audio_devices_t device = getDeviceForStrategy(strategy, false /*fromCache*/); in getOutput()
851 audio_devices_t device = getDeviceForStrategy(strategy, false /*fromCache*/); in getOutputForAttr()
1615 device = getDeviceForStrategy(getStrategy(stream), true /*fromCache*/); in getStreamVolumeIndex()
1670 audio_devices_t device = getDeviceForStrategy(strategy, false /*fromCache*/); in getOutputForEffect()
3673 audio_devices_t oldDevice = getDeviceForStrategy(strategy, true /*fromCache*/); in checkOutputForStrategy()
3674 audio_devices_t newDevice = getDeviceForStrategy(strategy, false /*fromCache*/); in checkOutputForStrategy()
3821 device = getDeviceForStrategy(STRATEGY_ENFORCED_AUDIBLE, fromCache); in getNewOutputDevice()
3824 device = getDeviceForStrategy(STRATEGY_PHONE, fromCache); in getNewOutputDevice()
3826 device = getDeviceForStrategy(STRATEGY_ENFORCED_AUDIBLE, fromCache); in getNewOutputDevice()
3828 device = getDeviceForStrategy(STRATEGY_SONIFICATION, fromCache); in getNewOutputDevice()
3830 device = getDeviceForStrategy(STRATEGY_SONIFICATION_RESPECTFUL, fromCache); in getNewOutputDevice()
3832 device = getDeviceForStrategy(STRATEGY_MEDIA, fromCache); in getNewOutputDevice()
3834 device = getDeviceForStrategy(STRATEGY_DTMF, fromCache); in getNewOutputDevice()
3874 devices = getDeviceForStrategy(strategy, true /*fromCache*/); in getDevicesForStream()
3970 audio_devices_t AudioPolicyManager::getDeviceForStrategy(routing_strategy strategy, in getDeviceForStrategy() function in android::AudioPolicyManager
3985 device = getDeviceForStrategy(STRATEGY_SONIFICATION, false /*fromCache*/); in getDeviceForStrategy()
3992 device = getDeviceForStrategy(STRATEGY_SONIFICATION, false /*fromCache*/); in getDeviceForStrategy()
3999 device = getDeviceForStrategy(STRATEGY_MEDIA, false /*fromCache*/); in getDeviceForStrategy()
4002 device = getDeviceForStrategy(STRATEGY_SONIFICATION, false /*fromCache*/); in getDeviceForStrategy()
4014 device = getDeviceForStrategy(STRATEGY_MEDIA, false /*fromCache*/); in getDeviceForStrategy()
4123 device = getDeviceForStrategy(STRATEGY_PHONE, false /*fromCache*/); in getDeviceForStrategy()
4229 mDeviceForStrategy[i] = getDeviceForStrategy((routing_strategy)i, false /*fromCache*/); in updateDevicesAndOutputs()
4250 audio_devices_t curDevice = getDeviceForStrategy((routing_strategy)i, false /*fromCache*/); in checkDeviceMuteStrategies()
5019 audio_devices_t musicDevice = getDeviceForStrategy(STRATEGY_MEDIA, true /*fromCache*/); in computeVolume()
5195 getDeviceForStrategy(STRATEGY_PHONE, true /*fromCache*/)) { in handleIncallSonification()