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.h337 // if fromCache is true, the device is returned from mDeviceForStrategy[],
342 // 2 access to either current device selection (fromCache == true) or
343 // "future" device selection (fromCache == false) when called from a context
347 bool fromCache);
432 // see getDeviceForStrategy() for the use of fromCache parameter
434 audio_devices_t getNewDevice(audio_io_handle_t output, bool fromCache);
438 // cached values are used by getDeviceForStrategy() if parameter fromCache is true.
/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp179 getNewDevice(mOutputs.keyAt(i), true /*fromCache*/),
325 newDevice = getNewDevice(mPrimaryOutput, false /*fromCache*/);
357 getDeviceForStrategy(STRATEGY_MEDIA, true /*fromCache*/));
360 getDeviceForStrategy(STRATEGY_SONIFICATION, true /*fromCache*/));
449 audio_devices_t newDevice = getNewDevice(output, true /*fromCache*/);
516 audio_devices_t device = getDeviceForStrategy(strategy, false /*fromCache*/);
701 audio_devices_t newDevice = getNewDevice(output, false /*fromCache*/);
774 audio_devices_t newDevice = getNewDevice(output, false /*fromCache*/);
792 getNewDevice(curOutput, false /*fromCache*/),
1062 device = getDeviceForStrategy(getStrategy(stream), true /*fromCache*/);
2015 getNewDevice(audio_io_handle_t output, bool fromCache) argument
2108 getDeviceForStrategy(routing_strategy strategy, bool fromCache) argument
[all...]

Completed in 61 milliseconds