Searched defs:checkOutputForStrategy (Results 1 - 1 of 1) 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...]

Completed in 16 milliseconds