Searched refs:fromCache (Results 1 – 3 of 3) sorted by relevance
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/ |
D | ComposerResources.h | 194 Error getHandle(uint32_t slot, bool fromCache, const native_handle_t* inHandle, in getHandle() argument 196 if (fromCache) { in getHandle() 220 Error getBuffer(uint32_t slot, bool fromCache, const native_handle_t* inHandle, in getBuffer() argument 222 return mBufferCache.getHandle(slot, fromCache, inHandle, outHandle, outReplacedHandle); in getBuffer() 225 Error getSidebandStream(uint32_t slot, bool fromCache, const native_handle_t* inHandle, in getSidebandStream() argument 228 return mSidebandStreamCache.getHandle(slot, fromCache, inHandle, outHandle, in getSidebandStream() 261 Error getClientTarget(uint32_t slot, bool fromCache, const native_handle_t* inHandle, in getClientTarget() argument 264 return mClientTargetCache.getHandle(slot, fromCache, inHandle, outHandle, in getClientTarget() 268 Error getOutputBuffer(uint32_t slot, bool fromCache, const native_handle_t* inHandle, in getOutputBuffer() argument 271 return mOutputBufferCache.getHandle(slot, fromCache, inHandle, outHandle, in getOutputBuffer() [all …]
|
/hardware/interfaces/graphics/composer/2.2/utils/hal/include/composer-hal/2.2/ |
D | ComposerResources.h | 45 const bool fromCache = false; in getReadbackBuffer() local 46 return mReadbackBufferCache.getHandle(slot, fromCache, inHandle, outHandle, in getReadbackBuffer()
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
D | AudioPolicyManagerBase.h | 361 bool fromCache); 454 audio_devices_t getNewDevice(audio_io_handle_t output, bool fromCache);
|