Searched refs:isStrategyActive (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/services/audiopolicy/managerdefault/ |
D | AudioPolicyManager.cpp | 592 if ((isStrategyActive(desc, STRATEGY_MEDIA, in setPhoneState() 595 isStrategyActive(desc, STRATEGY_SONIFICATION, in setPhoneState() 3271 if (!isStrategyActive(outputDesc, (routing_strategy)strategy)) { in checkStrategyRoute() 4738 if (desc != 0 && isStrategyActive(desc, strategy)) { in loadConfig() 4875 if (isStrategyActive(outputDesc, STRATEGY_ENFORCED_AUDIBLE) && in loadConfig() 4879 isStrategyActive(outputDesc, STRATEGY_PHONE)) { in loadConfig() 4881 } else if (isStrategyActive(outputDesc, STRATEGY_SONIFICATION)) { in loadConfig() 4883 } else if (isStrategyActive(outputDesc, STRATEGY_ENFORCED_AUDIBLE)) { in loadConfig() 4885 } else if (isStrategyActive(outputDesc, STRATEGY_ACCESSIBILITY)) { in loadConfig() 4887 } else if (isStrategyActive(outputDesc, STRATEGY_SONIFICATION_RESPECTFUL)) { in loadConfig() [all …]
|
D | AudioPolicyManager.h | 321 … bool isStrategyActive(const sp<AudioOutputDescriptor>& outputDesc, routing_strategy strategy,
|