Home | History | Annotate | Download | only in managerdefault

Lines Matching refs:routing_strategy

761     routing_strategy strategy = getStrategy(stream);
837 routing_strategy strategy = (routing_strategy) getStrategyForAttr(&attributes);
1284 routing_strategy strategy = getStrategy(stream);
2268 routing_strategy curStrategy = getStrategy((audio_stream_type_t)curStream);
2333 routing_strategy strategy = getStrategy(AUDIO_STREAM_MUSIC);
3234 void AudioPolicyManager::checkStrategyRoute(routing_strategy strategy,
3244 if (!isStrategyActive(outputDesc, (routing_strategy)strategy)) {
3266 SortedVector<routing_strategy> affectedStrategies;
3373 routing_strategy strategy = (routing_strategy) getStrategyForAttr(&sourceDesc->mAttributes);
3531 audio_io_handle_t output, routing_strategy strategy)
3536 routing_strategy sourceStrategy =
3537 (routing_strategy) getStrategyForAttr(&sourceDesc->mAttributes);
4596 void AudioPolicyManager::checkOutputForStrategy(routing_strategy strategy)
4823 routing_strategy curStrategy = getStrategy((audio_stream_type_t)curStream);
4825 getDeviceForStrategy((routing_strategy)curStrategy, false /*fromCache*/);
4845 routing_strategy AudioPolicyManager::getStrategy(audio_stream_type_t stream) const
4933 audio_devices_t AudioPolicyManager::getDeviceForStrategy(routing_strategy strategy,
4945 routing_strategy routeStrategy = getStrategy(route->mStreamType);
4963 mDeviceForStrategy[i] = getDeviceForStrategy((routing_strategy)i, false /*fromCache*/);
4984 audio_devices_t curDevice = getDeviceForStrategy((routing_strategy)i, false /*fromCache*/);
5006 setStrategyMute((routing_strategy)i, mute, desc, mute ? 0 : delayMs);
5007 if (isStrategyActive(desc, (routing_strategy)i)) {
5034 if (isStrategyActive(outputDesc, (routing_strategy)i)) {
5037 setStrategyMute((routing_strategy)i, true, outputDesc, delayMs);
5038 setStrategyMute((routing_strategy)i, false, outputDesc,
5406 const routing_strategy stream_strategy = getStrategy(stream);
5526 void AudioPolicyManager::setStrategyMute(routing_strategy strategy,
5592 const routing_strategy stream_strategy = getStrategy(stream);
5710 routing_strategy strategy, uint32_t inPastMs,