Searched defs:fromCache (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audiopolicy/
H A DAudioPolicyManager.cpp332 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*/);
4236 getNewOutputDevice(audio_io_handle_t output, bool fromCache) argument
4515 getDeviceForStrategy(routing_strategy strategy, bool fromCache) argument
[all...]

Completed in 25 milliseconds