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

/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp509 if ((isStrategyActive(desc, STRATEGY_MEDIA,
512 isStrategyActive(desc, STRATEGY_SONIFICATION,
2878 if (!isStrategyActive(outputDesc, (routing_strategy)strategy)) {
4221 if (isStrategyActive(desc, strategy)) {
4356 if (isStrategyActive(outputDesc, STRATEGY_ENFORCED_AUDIBLE) &&
4360 isStrategyActive(outputDesc, STRATEGY_PHONE)) {
4362 } else if (isStrategyActive(outputDesc, STRATEGY_ENFORCED_AUDIBLE)) {
4364 } else if (isStrategyActive(outputDesc, STRATEGY_SONIFICATION)) {
4366 } else if (isStrategyActive(outputDesc, STRATEGY_ACCESSIBILITY)) {
4368 } else if (isStrategyActive(outputDes
5278 bool AudioPolicyManager::isStrategyActive(const sp<AudioOutputDescriptor> outputDesc, function in class:android::AudioPolicyManager
[all...]

Completed in 42 milliseconds