D | ComposerResources.cpp | 185 Error ComposerHandleCache::getHandle(uint32_t slot, bool fromCache, const native_handle_t* inHandle, in getHandle() argument 188 if (fromCache) { in getHandle() 202 Error ComposerLayerResource::getBuffer(uint32_t slot, bool fromCache, in getBuffer() argument 206 return mBufferCache.getHandle(slot, fromCache, inHandle, outHandle, outReplacedHandle); in getBuffer() 209 Error ComposerLayerResource::getSidebandStream(uint32_t slot, bool fromCache, in getSidebandStream() argument 213 return mSidebandStreamCache.getHandle(slot, fromCache, inHandle, outHandle, outReplacedHandle); in getSidebandStream() 239 Error ComposerDisplayResource::getClientTarget(uint32_t slot, bool fromCache, in getClientTarget() argument 243 return mClientTargetCache.getHandle(slot, fromCache, inHandle, outHandle, outReplacedHandle); in getClientTarget() 246 Error ComposerDisplayResource::getOutputBuffer(uint32_t slot, bool fromCache, in getOutputBuffer() argument 250 return mOutputBufferCache.getHandle(slot, fromCache, inHandle, outHandle, outReplacedHandle); in getOutputBuffer() [all …]
|