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

/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp546 routing_strategy strategy = getStrategy((AudioSystem::stream_type)stream);
760 routing_strategy strategy = getStrategy(stream);
1161 device = getDeviceForStrategy(getStrategy(stream), true /*fromCache*/);
1215 routing_strategy strategy = getStrategy(AudioSystem::MUSIC);
2362 if (getStrategy((AudioSystem::stream_type)i) == strategy) {
2478 return (uint32_t)getStrategy(stream);
2483 // By checking the range of stream before calling getStrategy, we avoid
2484 // getStrategy's behavior for invalid streams. getStrategy would do a ALOGE
2489 AudioPolicyManagerBase::routing_strategy strategy = getStrategy(strea
2495 AudioPolicyManagerBase::routing_strategy AudioPolicyManagerBase::getStrategy( function in class:android_audio_legacy::AudioPolicyManagerBase
[all...]
/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyManagerBase.h346 static routing_strategy getStrategy(AudioSystem::stream_type stream);

Completed in 32 milliseconds