Searched refs:isStrategyActive (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp477 if ((isStrategyActive(desc, STRATEGY_MEDIA,
480 isStrategyActive(desc, STRATEGY_SONIFICATION,
2616 if (!isStrategyActive(outputDesc, (routing_strategy)strategy)) {
3840 if (isStrategyActive(desc, strategy)) {
3973 if (isStrategyActive(outputDesc, STRATEGY_ENFORCED_AUDIBLE) &&
3977 isStrategyActive(outputDesc, STRATEGY_PHONE)) {
3979 } else if (isStrategyActive(outputDesc, STRATEGY_ENFORCED_AUDIBLE)) {
3981 } else if (isStrategyActive(outputDesc, STRATEGY_ACCESSIBILITY)) {
3983 } else if (isStrategyActive(outputDesc, STRATEGY_SONIFICATION)) {
3985 } else if (isStrategyActive(outputDes
4903 bool AudioPolicyManager::isStrategyActive(const sp<AudioOutputDescriptor> outputDesc, function in class:android::AudioPolicyManager
[all...]
H A DAudioPolicyManager.h297 bool isStrategyActive(const sp<AudioOutputDescriptor> outputDesc, routing_strategy strategy,

Completed in 447 milliseconds