Lines Matching refs:fromCache
4271 bool fromCache) in AudioPolicyManager() argument
4306 device = getDeviceForStrategy(STRATEGY_ENFORCED_AUDIBLE, fromCache); in AudioPolicyManager()
4309 device = getDeviceForStrategy(STRATEGY_PHONE, fromCache); in AudioPolicyManager()
4311 device = getDeviceForStrategy(STRATEGY_ENFORCED_AUDIBLE, fromCache); in AudioPolicyManager()
4313 device = getDeviceForStrategy(STRATEGY_SONIFICATION, fromCache); in AudioPolicyManager()
4315 device = getDeviceForStrategy(STRATEGY_ACCESSIBILITY, fromCache); in AudioPolicyManager()
4317 device = getDeviceForStrategy(STRATEGY_SONIFICATION_RESPECTFUL, fromCache); in AudioPolicyManager()
4319 device = getDeviceForStrategy(STRATEGY_MEDIA, fromCache); in AudioPolicyManager()
4321 device = getDeviceForStrategy(STRATEGY_DTMF, fromCache); in AudioPolicyManager()
4323 device = getDeviceForStrategy(STRATEGY_TRANSMITTED_THROUGH_SPEAKER, fromCache); in AudioPolicyManager()
4325 device = getDeviceForStrategy(STRATEGY_REROUTING, fromCache); in AudioPolicyManager()
4485 bool fromCache) in AudioPolicyManager() argument
4502 if (fromCache) { in AudioPolicyManager()