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

/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyManagerBase.h437 void checkOutputForStrategy(routing_strategy strategy);
439 // Same as checkOutputForStrategy() but for a all strategies in order of priority
/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp2322 void AudioPolicyManagerBase::checkOutputForStrategy(routing_strategy strategy) function in class:android_audio_legacy::AudioPolicyManagerBase
2330 ALOGV("checkOutputForStrategy() strategy %d, moving from output %d to output %d",
2350 ALOGV("checkOutputForStrategy() moving effect %d to output %d",
2371 checkOutputForStrategy(STRATEGY_ENFORCED_AUDIBLE);
2372 checkOutputForStrategy(STRATEGY_PHONE);
2373 checkOutputForStrategy(STRATEGY_SONIFICATION);
2374 checkOutputForStrategy(STRATEGY_SONIFICATION_RESPECTFUL);
2375 checkOutputForStrategy(STRATEGY_MEDIA);
2376 checkOutputForStrategy(STRATEGY_DTMF);
2525 checkOutputForStrategy(STRATEGY_SONIFICATION_RESPECTFU
[all...]

Completed in 32 milliseconds