Lines Matching full:fromcache
332 audio_devices_t newDevice = getNewOutputDevice(mPrimaryOutput, false /*fromCache*/);
339 true /*fromCache*/);
420 audio_devices_t newDevice = getNewOutputDevice(mPrimaryOutput, false /*fromCache*/);
689 getDeviceForStrategy(STRATEGY_MEDIA, true /*fromCache*/));
692 getDeviceForStrategy(STRATEGY_SONIFICATION, true /*fromCache*/));
698 audio_devices_t rxDevice = getNewOutputDevice(mPrimaryOutput, false /*fromCache*/);
812 audio_devices_t newDevice = getNewOutputDevice(mPrimaryOutput, true /*fromCache*/);
817 audio_devices_t newDevice = getNewOutputDevice(output, true /*fromCache*/);
878 audio_devices_t device = getDeviceForStrategy(strategy, false /*fromCache*/);
962 audio_devices_t device = getDeviceForStrategy(strategy, false /*fromCache*/);
1274 newDevice = getNewOutputDevice(output, false /*fromCache*/);
1378 audio_devices_t newDevice = getNewOutputDevice(output, false /*fromCache*/);
1396 getNewOutputDevice(curOutput, false /*fromCache*/),
1836 audio_devices_t strategyDevice = getDeviceForStrategy(getStrategy(stream), true /*fromCache*/);
1843 accessibilityDevice = getDeviceForStrategy(STRATEGY_ACCESSIBILITY, true /*fromCache*/);
1880 device = getDeviceForStrategy(getStrategy(stream), true /*fromCache*/);
1935 audio_devices_t device = getDeviceForStrategy(strategy, false /*fromCache*/);
2839 getNewOutputDevice(outputDesc->mIoHandle, true /*fromCache*/),
4096 audio_devices_t oldDevice = getDeviceForStrategy(strategy, true /*fromCache*/);
4097 audio_devices_t newDevice = getDeviceForStrategy(strategy, false /*fromCache*/);
4236 audio_devices_t AudioPolicyManager::getNewOutputDevice(audio_io_handle_t output, bool fromCache)
4273 device = getDeviceForStrategy(STRATEGY_ENFORCED_AUDIBLE, fromCache);
4276 device = getDeviceForStrategy(STRATEGY_PHONE, fromCache);
4278 device = getDeviceForStrategy(STRATEGY_ENFORCED_AUDIBLE, fromCache);
4280 device = getDeviceForStrategy(STRATEGY_SONIFICATION, fromCache);
4282 device = getDeviceForStrategy(STRATEGY_SONIFICATION_RESPECTFUL, fromCache);
4284 device = getDeviceForStrategy(STRATEGY_ACCESSIBILITY, fromCache);
4286 device = getDeviceForStrategy(STRATEGY_MEDIA, fromCache);
4288 device = getDeviceForStrategy(STRATEGY_DTMF, fromCache);
4290 device = getDeviceForStrategy(STRATEGY_TRANSMITTED_THROUGH_SPEAKER, fromCache);
4292 device = getDeviceForStrategy(STRATEGY_REROUTING, fromCache);
4332 devices = getDeviceForStrategy(strategy, true /*fromCache*/);
4516 bool fromCache)
4520 if (fromCache) {
4538 device = getDeviceForStrategy(STRATEGY_SONIFICATION, false /*fromCache*/);
4545 device = getDeviceForStrategy(STRATEGY_SONIFICATION, false /*fromCache*/);
4552 device = getDeviceForStrategy(STRATEGY_MEDIA, false /*fromCache*/);
4555 device = getDeviceForStrategy(STRATEGY_SONIFICATION, false /*fromCache*/);
4567 device = getDeviceForStrategy(STRATEGY_MEDIA, false /*fromCache*/);
4677 device = getDeviceForStrategy(STRATEGY_PHONE, false /*fromCache*/);
4807 mDeviceForStrategy[i] = getDeviceForStrategy((routing_strategy)i, false /*fromCache*/);
4828 audio_devices_t curDevice = getDeviceForStrategy((routing_strategy)i, false /*fromCache*/);
5680 audio_devices_t musicDevice = getDeviceForStrategy(STRATEGY_MEDIA, true /*fromCache*/);
5874 getDeviceForStrategy(STRATEGY_PHONE, true /*fromCache*/)) {