Lines Matching refs:fromCache
4719 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()
4773 device = getDeviceForStrategy(STRATEGY_REROUTING, fromCache); in AudioPolicyManager()
4936 bool fromCache) in AudioPolicyManager() argument
4954 if (fromCache) { in AudioPolicyManager()