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

/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp4190 void AudioPolicyManager::checkOutputForStrategy(routing_strategy strategy) function in class:android::AudioPolicyManager
4199 ALOGVV("checkOutputForStrategy(): policy related outputs");
4216 ALOGV("checkOutputForStrategy() strategy %d, moving from output %d to output %d",
4241 ALOGV("checkOutputForStrategy() moving effect %d to output %d",
4263 checkOutputForStrategy(STRATEGY_ENFORCED_AUDIBLE);
4264 checkOutputForStrategy(STRATEGY_PHONE);
4266 checkOutputForStrategy(STRATEGY_ENFORCED_AUDIBLE);
4267 checkOutputForStrategy(STRATEGY_SONIFICATION);
4268 checkOutputForStrategy(STRATEGY_SONIFICATION_RESPECTFUL);
4269 checkOutputForStrategy(STRATEGY_ACCESSIBILIT
[all...]

Completed in 45 milliseconds