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

/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyManagerBase.h418 void checkOutputForStrategy(routing_strategy strategy);
420 // Same as checkOutputForStrategy() but for a all strategies in order of priority
/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp1889 void AudioPolicyManagerBase::checkOutputForStrategy(routing_strategy strategy) function in class:android_audio_legacy::AudioPolicyManagerBase
1897 ALOGV("checkOutputForStrategy() strategy %d, moving from output %d to output %d",
1923 ALOGV("checkOutputForStrategy() moving effect %d to output %d",
1946 checkOutputForStrategy(STRATEGY_ENFORCED_AUDIBLE);
1947 checkOutputForStrategy(STRATEGY_PHONE);
1948 checkOutputForStrategy(STRATEGY_SONIFICATION);
1949 checkOutputForStrategy(STRATEGY_SONIFICATION_RESPECTFUL);
1950 checkOutputForStrategy(STRATEGY_MEDIA);
1951 checkOutputForStrategy(STRATEGY_DTMF);
2100 checkOutputForStrategy(STRATEGY_SONIFICATION_RESPECTFU
[all...]

Completed in 48 milliseconds