Home
last modified time | relevance | path

Searched refs:fromCache (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h295 bool fromCache);
401 bool fromCache);
DAudioPolicyManager.cpp4719 bool fromCache) in AudioPolicyManager() argument
4754 device = getDeviceForStrategy(STRATEGY_ENFORCED_AUDIBLE, fromCache); in AudioPolicyManager()
4757 device = getDeviceForStrategy(STRATEGY_PHONE, fromCache); in AudioPolicyManager()
4759 device = getDeviceForStrategy(STRATEGY_SONIFICATION, fromCache); in AudioPolicyManager()
4761 device = getDeviceForStrategy(STRATEGY_ENFORCED_AUDIBLE, fromCache); in AudioPolicyManager()
4763 device = getDeviceForStrategy(STRATEGY_ACCESSIBILITY, fromCache); in AudioPolicyManager()
4765 device = getDeviceForStrategy(STRATEGY_SONIFICATION_RESPECTFUL, fromCache); in AudioPolicyManager()
4767 device = getDeviceForStrategy(STRATEGY_MEDIA, fromCache); in AudioPolicyManager()
4769 device = getDeviceForStrategy(STRATEGY_DTMF, fromCache); in AudioPolicyManager()
4771 device = getDeviceForStrategy(STRATEGY_TRANSMITTED_THROUGH_SPEAKER, fromCache); in AudioPolicyManager()
[all …]