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

/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioPolicyManagerALSA.cpp131 getDeviceForStrategy(STRATEGY_MEDIA, true /*fromCache*/));
/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp368 getDeviceForStrategy(STRATEGY_MEDIA, true /*fromCache*/));
371 getDeviceForStrategy(STRATEGY_SONIFICATION, true /*fromCache*/));
540 audio_devices_t device = getDeviceForStrategy(strategy, false /*fromCache*/);
1144 device = getDeviceForStrategy(getStrategy(stream), true /*fromCache*/);
1199 audio_devices_t device = getDeviceForStrategy(strategy, false /*fromCache*/);
2104 audio_devices_t oldDevice = getDeviceForStrategy(strategy, true /*fromCache*/);
2105 audio_devices_t newDevice = getDeviceForStrategy(strategy, false /*fromCache*/);
2241 device = getDeviceForStrategy(STRATEGY_ENFORCED_AUDIBLE, fromCache);
2244 device = getDeviceForStrategy(STRATEGY_PHONE, fromCache);
2246 device = getDeviceForStrategy(STRATEGY_SONIFICATIO
2315 audio_devices_t AudioPolicyManagerBase::getDeviceForStrategy(routing_strategy strategy, function in class:android_audio_legacy::AudioPolicyManagerBase
[all...]
/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyManagerBase.h356 virtual audio_devices_t getDeviceForStrategy(routing_strategy strategy,
442 // see getDeviceForStrategy() for the use of fromCache parameter
448 // cached values are used by getDeviceForStrategy() if parameter fromCache is true.

Completed in 73 milliseconds