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

/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp515 routing_strategy strategy = getStrategy((AudioSystem::stream_type)stream);
702 routing_strategy strategy = getStrategy(stream);
1062 device = getDeviceForStrategy(getStrategy(stream), true /*fromCache*/);
1076 routing_strategy strategy = getStrategy(AudioSystem::MUSIC);
1935 if (getStrategy((AudioSystem::stream_type)i) == strategy) {
2053 return (uint32_t)getStrategy(stream);
2058 // By checking the range of stream before calling getStrategy, we avoid
2059 // getStrategy's behavior for invalid streams. getStrategy would do a ALOGE
2064 AudioPolicyManagerBase::routing_strategy strategy = getStrategy(strea
2070 AudioPolicyManagerBase::routing_strategy AudioPolicyManagerBase::getStrategy( function in class:android_audio_legacy::AudioPolicyManagerBase
[all...]
/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyManagerBase.h333 static routing_strategy getStrategy(AudioSystem::stream_type stream);

Completed in 200 milliseconds