D | ComposerResources.cpp | 181 Error ComposerHandleCache::getHandle(uint32_t slot, bool fromCache, const native_handle_t* inHandle, in getHandle() argument 184 if (fromCache) { in getHandle() 198 Error ComposerLayerResource::getBuffer(uint32_t slot, bool fromCache, in getBuffer() argument 202 return mBufferCache.getHandle(slot, fromCache, inHandle, outHandle, outReplacedHandle); in getBuffer() 205 Error ComposerLayerResource::getSidebandStream(uint32_t slot, bool fromCache, in getSidebandStream() argument 209 return mSidebandStreamCache.getHandle(slot, fromCache, inHandle, outHandle, outReplacedHandle); in getSidebandStream() 227 Error ComposerDisplayResource::getClientTarget(uint32_t slot, bool fromCache, in getClientTarget() argument 231 return mClientTargetCache.getHandle(slot, fromCache, inHandle, outHandle, outReplacedHandle); in getClientTarget() 234 Error ComposerDisplayResource::getOutputBuffer(uint32_t slot, bool fromCache, in getOutputBuffer() argument 238 return mOutputBufferCache.getHandle(slot, fromCache, inHandle, outHandle, outReplacedHandle); in getOutputBuffer() [all …]
|