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

/frameworks/av/services/audiopolicy/
H A DAudioPolicyManager.cpp4094 void AudioPolicyManager::checkOutputForStrategy(routing_strategy strategy) function in class:android::AudioPolicyManager
4103 ALOGVV("checkOutputForStrategy(): policy related outputs");
4120 ALOGV("checkOutputForStrategy() strategy %d, moving from output %d to output %d",
4140 ALOGV("checkOutputForStrategy() moving effect %d to output %d",
4165 checkOutputForStrategy(STRATEGY_ENFORCED_AUDIBLE);
4166 checkOutputForStrategy(STRATEGY_PHONE);
4168 checkOutputForStrategy(STRATEGY_ENFORCED_AUDIBLE);
4169 checkOutputForStrategy(STRATEGY_SONIFICATION);
4170 checkOutputForStrategy(STRATEGY_SONIFICATION_RESPECTFUL);
4171 checkOutputForStrategy(STRATEGY_ACCESSIBILIT
[all...]
H A DAudioPolicyManager.h694 void checkOutputForStrategy(routing_strategy strategy);
696 // Same as checkOutputForStrategy() but for a all strategies in order of priority

Completed in 361 milliseconds