Home | History | Annotate | Download | only in audiopolicy

Lines Matching refs:getStrategy

826     routing_strategy strategy = getStrategy(stream);
1131 routing_strategy strategy = getStrategy(stream);
1615 device = getDeviceForStrategy(getStrategy(stream), true /*fromCache*/);
1669 routing_strategy strategy = getStrategy(AUDIO_STREAM_MUSIC);
3711 if (getStrategy((audio_stream_type_t)i) == strategy) {
3862 return (uint32_t)getStrategy(stream);
3866 // By checking the range of stream before calling getStrategy, we avoid
3867 // getStrategy's behavior for invalid streams. getStrategy would do a ALOGE
3873 AudioPolicyManager::routing_strategy strategy = getStrategy(stream);
3894 AudioPolicyManager::routing_strategy AudioPolicyManager::getStrategy(
5002 const routing_strategy stream_strategy = getStrategy(stream);
5121 if (getStrategy((audio_stream_type_t)stream) == strategy) {
5176 const routing_strategy stream_strategy = getStrategy(stream);
5332 if (((getStrategy((audio_stream_type_t)i) == strategy) ||