Searched defs:getStrategy (Results 1 - 1 of 1) sorted by relevance

/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp547 routing_strategy strategy = getStrategy((AudioSystem::stream_type)stream);
761 routing_strategy strategy = getStrategy(stream);
1162 device = getDeviceForStrategy(getStrategy(stream), true /*fromCache*/);
1216 routing_strategy strategy = getStrategy(AudioSystem::MUSIC);
2363 if (getStrategy((AudioSystem::stream_type)i) == strategy) {
2479 return (uint32_t)getStrategy(stream);
2484 // By checking the range of stream before calling getStrategy, we avoid
2485 // getStrategy's behavior for invalid streams. getStrategy would do a ALOGE
2490 AudioPolicyManagerBase::routing_strategy strategy = getStrategy(strea
2496 AudioPolicyManagerBase::routing_strategy AudioPolicyManagerBase::getStrategy( function in class:android_audio_legacy::AudioPolicyManagerBase
[all...]

Completed in 15 milliseconds