Home | History | Annotate | Download | only in managerdefault

Lines Matching refs:fromCache

197             audio_devices_t newDevice = getNewOutputDevice(mPrimaryOutput, false /*fromCache*/);
203 audio_devices_t newDevice = getNewOutputDevice(desc, true /*fromCache*/);
294 audio_devices_t newDevice = getNewOutputDevice(mPrimaryOutput, false /*fromCache*/);
579 getDeviceForStrategy(STRATEGY_MEDIA, true /*fromCache*/));
582 getDeviceForStrategy(STRATEGY_SONIFICATION, true /*fromCache*/));
589 audio_devices_t rxDevice = getNewOutputDevice(mPrimaryOutput, false /*fromCache*/);
666 audio_devices_t newDevice = getNewOutputDevice(mPrimaryOutput, true /*fromCache*/);
671 audio_devices_t newDevice = getNewOutputDevice(outputDesc, true /*fromCache*/);
756 audio_devices_t device = getDeviceForStrategy(strategy, false /*fromCache*/);
830 audio_devices_t device = getDeviceForStrategy(strategy, false /*fromCache*/);
1194 newDevice = getNewOutputDevice(outputDesc, false /*fromCache*/);
1264 device = getNewOutputDevice(outputDesc, false /*fromCache*/);
1387 audio_devices_t newDevice = getNewOutputDevice(outputDesc, false /*fromCache*/);
1404 audio_devices_t newDevice2 = getNewOutputDevice(desc, false /*fromCache*/);
2143 audio_devices_t curStreamDevice = getDeviceForStrategy(curStrategy, false /*fromCache*/);
2186 device = getDeviceForStrategy(getStrategy(stream), true /*fromCache*/);
2207 audio_devices_t device = getDeviceForStrategy(strategy, false /*fromCache*/);
2984 getNewOutputDevice(outputDesc, true /*fromCache*/),
3110 audio_devices_t device = getDeviceForStrategy(strategy, false /*fromCache*/);
3130 audio_devices_t newDevice = getNewOutputDevice(outputDesc, false /*fromCache*/);
4460 audio_devices_t oldDevice = getDeviceForStrategy(strategy, true /*fromCache*/);
4461 audio_devices_t newDevice = getDeviceForStrategy(strategy, false /*fromCache*/);
4579 bool fromCache)
4614 device = getDeviceForStrategy(STRATEGY_ENFORCED_AUDIBLE, fromCache);
4617 device = getDeviceForStrategy(STRATEGY_PHONE, fromCache);
4619 device = getDeviceForStrategy(STRATEGY_ENFORCED_AUDIBLE, fromCache);
4621 device = getDeviceForStrategy(STRATEGY_SONIFICATION, fromCache);
4623 device = getDeviceForStrategy(STRATEGY_ACCESSIBILITY, fromCache);
4625 device = getDeviceForStrategy(STRATEGY_SONIFICATION_RESPECTFUL, fromCache);
4627 device = getDeviceForStrategy(STRATEGY_MEDIA, fromCache);
4629 device = getDeviceForStrategy(STRATEGY_DTMF, fromCache);
4631 device = getDeviceForStrategy(STRATEGY_TRANSMITTED_THROUGH_SPEAKER, fromCache);
4633 device = getDeviceForStrategy(STRATEGY_REROUTING, fromCache);
4687 getDeviceForStrategy((routing_strategy)curStrategy, false /*fromCache*/);
4796 bool fromCache)
4813 if (fromCache) {
4824 mDeviceForStrategy[i] = getDeviceForStrategy((routing_strategy)i, false /*fromCache*/);
4845 audio_devices_t curDevice = getDeviceForStrategy((routing_strategy)i, false /*fromCache*/);
5255 audio_devices_t musicDevice = getDeviceForStrategy(STRATEGY_MEDIA, true /*fromCache*/);
5442 getDeviceForStrategy(STRATEGY_PHONE, true /*fromCache*/)) {