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

/frameworks/av/services/audiopolicy/
H A DAudioPolicyManager.cpp678 if ((desc->isStrategyActive(STRATEGY_MEDIA,
681 desc->isStrategyActive(STRATEGY_SONIFICATION,
4125 if (desc->isStrategyActive(strategy)) {
4271 if (outputDesc->isStrategyActive(STRATEGY_ENFORCED_AUDIBLE) &&
4275 outputDesc->isStrategyActive(STRATEGY_PHONE)) {
4277 } else if (outputDesc->isStrategyActive(STRATEGY_ENFORCED_AUDIBLE)) {
4279 } else if (outputDesc->isStrategyActive(STRATEGY_SONIFICATION)) {
4281 } else if (outputDesc->isStrategyActive(STRATEGY_SONIFICATION_RESPECTFUL)) {
4283 } else if (outputDesc->isStrategyActive(STRATEGY_ACCESSIBILITY)) {
4285 } else if (outputDesc->isStrategyActive(STRATEGY_MEDI
6004 bool AudioPolicyManager::AudioOutputDescriptor::isStrategyActive(routing_strategy strategy, function in class:android::AudioPolicyManager::AudioOutputDescriptor
[all...]

Completed in 33 milliseconds