Searched refs:getDeviceForStrategy (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/services/audiopolicy/ |
D | AudioPolicyManager.cpp | 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() [all …]
|
D | AudioPolicyManager.h | 563 virtual audio_devices_t getDeviceForStrategy(routing_strategy strategy,
|