Home | History | Annotate | Download | only in audio

Lines Matching defs:getStrategy

539     routing_strategy strategy = getStrategy((AudioSystem::stream_type)stream);
753 routing_strategy strategy = getStrategy(stream);
1144 device = getDeviceForStrategy(getStrategy(stream), true /*fromCache*/);
1198 routing_strategy strategy = getStrategy(AudioSystem::MUSIC);
2142 if (getStrategy((AudioSystem::stream_type)i) == strategy) {
2260 return (uint32_t)getStrategy(stream);
2265 // By checking the range of stream before calling getStrategy, we avoid
2266 // getStrategy's behavior for invalid streams. getStrategy would do a ALOGE
2271 AudioPolicyManagerBase::routing_strategy strategy = getStrategy(stream);
2277 AudioPolicyManagerBase::routing_strategy AudioPolicyManagerBase::getStrategy(
3021 const routing_strategy stream_strategy = getStrategy((AudioSystem::stream_type)stream);
3138 if (getStrategy((AudioSystem::stream_type)stream) == strategy) {
3192 const routing_strategy stream_strategy = getStrategy((AudioSystem::stream_type)stream);
3342 if (((getStrategy((AudioSystem::stream_type)i) == strategy) ||