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

/hardware/msm7k/libaudio-qdsp5v2/
H A DAudioPolicyManager.h51 virtual uint32_t getDeviceForStrategy(routing_strategy strategy, bool fromCache = true);
H A DAudioPolicyManager.cpp52 uint32_t AudioPolicyManager::getDeviceForStrategy(routing_strategy strategy, bool fromCache) argument
56 if (fromCache) {
/hardware/msm7k/libaudio-qsd8k/
H A DAudioPolicyManager.h51 virtual uint32_t getDeviceForStrategy(routing_strategy strategy, bool fromCache = true);
H A DAudioPolicyManager.cpp52 uint32_t AudioPolicyManager::getDeviceForStrategy(routing_strategy strategy, bool fromCache) argument
56 if (fromCache) {
/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyManagerBase.h325 // if fromCache is true, the device is returned from mDeviceForStrategy[],
330 // 2 access to either current device selection (fromCache == true) or
331 // "future" device selection (fromCache == false) when called from a context
335 bool fromCache);
418 // see getDeviceForStrategy() for the use of fromCache parameter
420 audio_devices_t getNewDevice(audio_io_handle_t output, bool fromCache);
424 // cached values are used by getDeviceForStrategy() if parameter fromCache is true.
/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp157 setOutputDevice(mOutputs.keyAt(i), getNewDevice(mOutputs.keyAt(i), true /*fromCache*/));
298 newDevice = getNewDevice(mPrimaryOutput, false /*fromCache*/);
405 audio_devices_t newDevice = getNewDevice(output, true /*fromCache*/);
481 audio_devices_t device = getDeviceForStrategy(strategy, false /*fromCache*/);
648 audio_devices_t newDevice = getNewDevice(output, false /*fromCache*/);
720 audio_devices_t newDevice = getNewDevice(output, false /*fromCache*/);
738 getNewDevice(curOutput, false /*fromCache*/),
998 device = (audio_devices_t)getDeviceForStrategy(getStrategy(stream), true /*fromCache*/);
1013 audio_devices_t device = getDeviceForStrategy(strategy, false /*fromCache*/);
1796 audio_devices_t oldDevice = getDeviceForStrategy(strategy, true /*fromCache*/);
1920 getNewDevice(audio_io_handle_t output, bool fromCache) argument
2013 getDeviceForStrategy(routing_strategy strategy, bool fromCache) argument
[all...]

Completed in 32 milliseconds