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

/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyManagerBase.h347 // if fromCache is true, the device is returned from mDeviceForStrategy[],
352 // 2 access to either current device selection (fromCache == true) or
353 // "future" device selection (fromCache == false) when called from a context
357 bool fromCache);
442 // see getDeviceForStrategy() for the use of fromCache parameter
444 audio_devices_t getNewDevice(audio_io_handle_t output, bool fromCache);
448 // cached values are used by getDeviceForStrategy() if parameter fromCache is true.
/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp182 getNewDevice(mOutputs.keyAt(i), true /*fromCache*/),
336 newDevice = getNewDevice(mPrimaryOutput, false /*fromCache*/);
368 getDeviceForStrategy(STRATEGY_MEDIA, true /*fromCache*/));
371 getDeviceForStrategy(STRATEGY_SONIFICATION, true /*fromCache*/));
460 audio_devices_t newDevice = getNewDevice(output, true /*fromCache*/);
540 audio_devices_t device = getDeviceForStrategy(strategy, false /*fromCache*/);
752 audio_devices_t newDevice = getNewDevice(output, false /*fromCache*/);
825 audio_devices_t newDevice = getNewDevice(output, false /*fromCache*/);
843 getNewDevice(curOutput, false /*fromCache*/),
1144 device = getDeviceForStrategy(getStrategy(stream), true /*fromCache*/);
2222 getNewDevice(audio_io_handle_t output, bool fromCache) argument
2315 getDeviceForStrategy(routing_strategy strategy, bool fromCache) argument
[all...]

Completed in 781 milliseconds