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

/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyManagerBase.h438 void checkOutputForStrategy(routing_strategy strategy);
440 // Same as checkOutputForStrategy() but for a all strategies in order of priority
/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp2323 void AudioPolicyManagerBase::checkOutputForStrategy(routing_strategy strategy) function in class:android_audio_legacy::AudioPolicyManagerBase
2331 ALOGV("checkOutputForStrategy() strategy %d, moving from output %d to output %d",
2351 ALOGV("checkOutputForStrategy() moving effect %d to output %d",
2372 checkOutputForStrategy(STRATEGY_ENFORCED_AUDIBLE);
2373 checkOutputForStrategy(STRATEGY_PHONE);
2374 checkOutputForStrategy(STRATEGY_SONIFICATION);
2375 checkOutputForStrategy(STRATEGY_SONIFICATION_RESPECTFUL);
2376 checkOutputForStrategy(STRATEGY_MEDIA);
2377 checkOutputForStrategy(STRATEGY_DTMF);
2526 checkOutputForStrategy(STRATEGY_SONIFICATION_RESPECTFU
[all...]
/hardware/qcom/audio/msm8909/policy_hal/
H A DAudioPolicyManager.cpp1196 checkOutputForStrategy(STRATEGY_SONIFICATION_RESPECTFUL);

Completed in 116 milliseconds