Home
last modified time | relevance | path

Searched refs:fromCache (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audiopolicy/
DAudioPolicyManager.h564 bool fromCache);
674 audio_devices_t getNewOutputDevice(audio_io_handle_t output, bool fromCache);
DAudioPolicyManager.cpp3788 audio_devices_t AudioPolicyManager::getNewOutputDevice(audio_io_handle_t output, bool fromCache) in getNewOutputDevice() argument
3821 device = getDeviceForStrategy(STRATEGY_ENFORCED_AUDIBLE, fromCache); in getNewOutputDevice()
3824 device = getDeviceForStrategy(STRATEGY_PHONE, fromCache); in getNewOutputDevice()
3826 device = getDeviceForStrategy(STRATEGY_ENFORCED_AUDIBLE, fromCache); in getNewOutputDevice()
3828 device = getDeviceForStrategy(STRATEGY_SONIFICATION, fromCache); in getNewOutputDevice()
3830 device = getDeviceForStrategy(STRATEGY_SONIFICATION_RESPECTFUL, fromCache); in getNewOutputDevice()
3832 device = getDeviceForStrategy(STRATEGY_MEDIA, fromCache); in getNewOutputDevice()
3834 device = getDeviceForStrategy(STRATEGY_DTMF, fromCache); in getNewOutputDevice()
3971 bool fromCache) in getDeviceForStrategy() argument
3975 if (fromCache) { in getDeviceForStrategy()