Searched refs:fromCache (Results 1 – 2 of 2) sorted by relevance
361 bool fromCache);454 audio_devices_t getNewDevice(audio_io_handle_t output, bool fromCache);
2440 audio_devices_t AudioPolicyManagerBase::getNewDevice(audio_io_handle_t output, bool fromCache) in getNewDevice() argument2459 device = getDeviceForStrategy(STRATEGY_ENFORCED_AUDIBLE, fromCache); in getNewDevice()2462 device = getDeviceForStrategy(STRATEGY_PHONE, fromCache); in getNewDevice()2464 device = getDeviceForStrategy(STRATEGY_SONIFICATION, fromCache); in getNewDevice()2466 device = getDeviceForStrategy(STRATEGY_SONIFICATION_RESPECTFUL, fromCache); in getNewDevice()2468 device = getDeviceForStrategy(STRATEGY_MEDIA, fromCache); in getNewDevice()2470 device = getDeviceForStrategy(STRATEGY_DTMF, fromCache); in getNewDevice()2534 bool fromCache) in getDeviceForStrategy() argument2538 if (fromCache) { in getDeviceForStrategy()