Home
last modified time | relevance | path

Searched refs:inHandle (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/graphics/composer/2.1/utils/resources/
DComposerResources.cpp140 Error ComposerHandleCache::getHandle(uint32_t slot, bool fromCache, const native_handle_t* inHandle, in getHandle() argument
147 *outHandle = inHandle; in getHandle()
148 return updateCache(slot, inHandle, outReplacedHandle); in getHandle()
158 const native_handle_t* inHandle, in getBuffer() argument
161 return mBufferCache.getHandle(slot, fromCache, inHandle, outHandle, outReplacedHandle); in getBuffer()
165 const native_handle_t* inHandle, in getSidebandStream() argument
168 return mSidebandStreamCache.getHandle(slot, fromCache, inHandle, outHandle, outReplacedHandle); in getSidebandStream()
195 const native_handle_t* inHandle, in getClientTarget() argument
198 return mClientTargetCache.getHandle(slot, fromCache, inHandle, outHandle, outReplacedHandle); in getClientTarget()
202 const native_handle_t* inHandle, in getOutputBuffer() argument
[all …]
/hardware/interfaces/graphics/composer/2.1/utils/resources/include/composer-resources/2.1/
DComposerResources.h80 Error getHandle(uint32_t slot, bool fromCache, const native_handle_t* inHandle,
96 Error getBuffer(uint32_t slot, bool fromCache, const native_handle_t* inHandle,
98 Error getSidebandStream(uint32_t slot, bool fromCache, const native_handle_t* inHandle,
125 Error getClientTarget(uint32_t slot, bool fromCache, const native_handle_t* inHandle,
129 Error getOutputBuffer(uint32_t slot, bool fromCache, const native_handle_t* inHandle,
/hardware/interfaces/graphics/composer/2.2/utils/resources/
DComposerResources.cpp34 Error ComposerDisplayResource::getReadbackBuffer(const native_handle_t* inHandle, in getReadbackBuffer() argument
39 return mReadbackBufferCache.getHandle(slot, fromCache, inHandle, outHandle, outReplacedHandle); in getReadbackBuffer()
/hardware/interfaces/graphics/composer/2.2/utils/resources/include/composer-resources/2.2/
DComposerResources.h44 Error getReadbackBuffer(const native_handle_t* inHandle, const native_handle_t** outHandle, in getReadbackBuffer() argument
48 return mReadbackBufferCache.getHandle(slot, fromCache, inHandle, outHandle, in getReadbackBuffer()
/hardware/google/gchips/gralloc4/src/4.x/
DGrallocMapper.cpp66 auto *inHandle = const_cast<native_handle_t *>(rawHandle.getNativeHandle()); in importBuffer() local
70 common::importBuffer(inHandle, &outHandle)); in importBuffer()