Searched refs:getDeviceForStrategy (Results 1 – 3 of 3) sorted by relevance
/hardware/libhardware_legacy/audio/ |
D | AudioPolicyManagerBase.cpp | 375 getDeviceForStrategy(STRATEGY_MEDIA, true /*fromCache*/)); in setPhoneState() 378 getDeviceForStrategy(STRATEGY_SONIFICATION, true /*fromCache*/)); in setPhoneState() 547 audio_devices_t device = getDeviceForStrategy(strategy, false /*fromCache*/); in getOutput() 1161 device = getDeviceForStrategy(getStrategy(stream), true /*fromCache*/); in getStreamVolumeIndex() 1216 audio_devices_t device = getDeviceForStrategy(strategy, false /*fromCache*/); in getOutputForEffect() 2324 audio_devices_t oldDevice = getDeviceForStrategy(strategy, true /*fromCache*/); in checkOutputForStrategy() 2325 audio_devices_t newDevice = getDeviceForStrategy(strategy, false /*fromCache*/); in checkOutputForStrategy() 2459 device = getDeviceForStrategy(STRATEGY_ENFORCED_AUDIBLE, fromCache); in getNewDevice() 2462 device = getDeviceForStrategy(STRATEGY_PHONE, fromCache); in getNewDevice() 2464 device = getDeviceForStrategy(STRATEGY_SONIFICATION, fromCache); in getNewDevice() [all …]
|
/hardware/qcom/audio/legacy/alsa_sound/ |
D | AudioPolicyManagerALSA.cpp | 131 getDeviceForStrategy(STRATEGY_MEDIA, true /*fromCache*/)); in setPhoneState()
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
D | AudioPolicyManagerBase.h | 359 virtual audio_devices_t getDeviceForStrategy(routing_strategy strategy,
|