Lines Matching refs:getDeviceForStrategy

603                 getDeviceForStrategy(STRATEGY_MEDIA, true /*fromCache*/));  in setPhoneState()
606 getDeviceForStrategy(STRATEGY_SONIFICATION, true /*fromCache*/)); in setPhoneState()
780 audio_devices_t device = getDeviceForStrategy(strategy, false /*fromCache*/); in getOutput()
858 audio_devices_t device = getDeviceForStrategy(strategy, false /*fromCache*/); in getOutputForAttr()
2285 audio_devices_t curStreamDevice = Volume::getDeviceForVolume(getDeviceForStrategy( in setStreamVolumeIndex()
2329 device = getDeviceForStrategy(getStrategy(stream), true /*fromCache*/); in getStreamVolumeIndex()
2350 audio_devices_t device = getDeviceForStrategy(strategy, false /*fromCache*/); in selectOutputForMusicEffects()
3264 audio_devices_t device = getDeviceForStrategy(strategy, false /*fromCache*/); in checkStrategyRoute()
3404 audio_devices_t sinkDevice = getDeviceForStrategy(strategy, true); in connectAudioSource()
4700 audio_devices_t oldDevice = getDeviceForStrategy(strategy, true /*fromCache*/); in loadConfig()
4701 audio_devices_t newDevice = getDeviceForStrategy(strategy, false /*fromCache*/); in loadConfig()
4877 device = getDeviceForStrategy(STRATEGY_ENFORCED_AUDIBLE, fromCache); in loadConfig()
4880 device = getDeviceForStrategy(STRATEGY_PHONE, fromCache); in loadConfig()
4882 device = getDeviceForStrategy(STRATEGY_SONIFICATION, fromCache); in loadConfig()
4884 device = getDeviceForStrategy(STRATEGY_ENFORCED_AUDIBLE, fromCache); in loadConfig()
4886 device = getDeviceForStrategy(STRATEGY_ACCESSIBILITY, fromCache); in loadConfig()
4888 device = getDeviceForStrategy(STRATEGY_SONIFICATION_RESPECTFUL, fromCache); in loadConfig()
4890 device = getDeviceForStrategy(STRATEGY_MEDIA, fromCache); in loadConfig()
4892 device = getDeviceForStrategy(STRATEGY_DTMF, fromCache); in loadConfig()
4894 device = getDeviceForStrategy(STRATEGY_TRANSMITTED_THROUGH_SPEAKER, fromCache); in loadConfig()
4896 device = getDeviceForStrategy(STRATEGY_REROUTING, fromCache); in loadConfig()
4953 getDeviceForStrategy((routing_strategy)curStrategy, false /*fromCache*/); in loadConfig()
5060 audio_devices_t AudioPolicyManager::getDeviceForStrategy(routing_strategy strategy, in loadConfig() function in android::AudioPolicyManager
5081 return mEngine->getDeviceForStrategy(strategy); in loadConfig()
5087 mDeviceForStrategy[i] = getDeviceForStrategy((routing_strategy)i, false /*fromCache*/); in loadConfig()
5108 audio_devices_t curDevice = getDeviceForStrategy((routing_strategy)i, false /*fromCache*/); in loadConfig()
5582 audio_devices_t musicDevice = getDeviceForStrategy(STRATEGY_MEDIA, true /*fromCache*/); in loadConfig()
5772 getDeviceForStrategy(STRATEGY_PHONE, true /*fromCache*/)) { in loadConfig()