Lines Matching defs:slot
118 Error ComposerHandleCache::lookupCache(uint32_t slot, const native_handle_t** outHandle) { in lookupCache()
127 Error ComposerHandleCache::updateCache(uint32_t slot, const native_handle_t* handle, in updateCache()
140 Error ComposerHandleCache::getHandle(uint32_t slot, bool fromCache, const native_handle_t* inHandle, in getHandle()
157 Error ComposerLayerResource::getBuffer(uint32_t slot, bool fromCache, in getBuffer()
164 Error ComposerLayerResource::getSidebandStream(uint32_t slot, bool fromCache, in getSidebandStream()
194 Error ComposerDisplayResource::getClientTarget(uint32_t slot, bool fromCache, in getClientTarget()
201 Error ComposerDisplayResource::getOutputBuffer(uint32_t slot, bool fromCache, in getOutputBuffer()
344 Error ComposerResources::getDisplayClientTarget(Display display, uint32_t slot, bool fromCache, in getDisplayClientTarget()
352 Error ComposerResources::getDisplayOutputBuffer(Display display, uint32_t slot, bool fromCache, in getDisplayOutputBuffer()
360 Error ComposerResources::getLayerBuffer(Display display, Layer layer, uint32_t slot, bool fromCache, in getLayerBuffer()
411 Error ComposerResources::getHandle(Display display, Layer layer, uint32_t slot, Cache cache, in getHandle()