Searched defs:getDeviceForStrategy (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audiopolicy/
H A DAudioPolicyManager.cpp689 getDeviceForStrategy(STRATEGY_MEDIA, true /*fromCache*/));
692 getDeviceForStrategy(STRATEGY_SONIFICATION, true /*fromCache*/));
878 audio_devices_t device = getDeviceForStrategy(strategy, false /*fromCache*/);
962 audio_devices_t device = getDeviceForStrategy(strategy, false /*fromCache*/);
1836 audio_devices_t strategyDevice = getDeviceForStrategy(getStrategy(stream), true /*fromCache*/);
1843 accessibilityDevice = getDeviceForStrategy(STRATEGY_ACCESSIBILITY, true /*fromCache*/);
1880 device = getDeviceForStrategy(getStrategy(stream), true /*fromCache*/);
1935 audio_devices_t device = getDeviceForStrategy(strategy, false /*fromCache*/);
4096 audio_devices_t oldDevice = getDeviceForStrategy(strategy, true /*fromCache*/);
4097 audio_devices_t newDevice = getDeviceForStrategy(strateg
4515 audio_devices_t AudioPolicyManager::getDeviceForStrategy(routing_strategy strategy, function in class:android::AudioPolicyManager
[all...]

Completed in 51 milliseconds