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

/hardware/interfaces/graphics/composer/2.2/utils/hal/include/composer-hal/2.2/
H A DComposerResources.h42 Error getReadbackBuffer(const native_handle_t* inHandle, const native_handle_t** outHandle, argument
46 return mReadbackBufferCache.getHandle(slot, fromCache, inHandle, outHandle,
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
H A DComposerResources.h165 Error getHandle(uint32_t slot, bool fromCache, const native_handle_t* inHandle, argument
171 *outHandle = inHandle;
172 return updateCache(slot, inHandle, outReplacedHandle);
189 Error getBuffer(uint32_t slot, bool fromCache, const native_handle_t* inHandle, argument
191 return mBufferCache.getHandle(slot, fromCache, inHandle, outHandle, outReplacedHandle);
194 Error getSidebandStream(uint32_t slot, bool fromCache, const native_handle_t* inHandle, argument
197 return mSidebandStreamCache.getHandle(slot, fromCache, inHandle, outHandle,
227 Error getClientTarget(uint32_t slot, bool fromCache, const native_handle_t* inHandle, argument
230 return mClientTargetCache.getHandle(slot, fromCache, inHandle, outHandle,
234 Error getOutputBuffer(uint32_t slot, bool fromCache, const native_handle_t* inHandle, argument
[all...]

Completed in 81 milliseconds