Lines Matching defs:slot
163 Error ComposerHandleCache::lookupCache(uint32_t slot, const native_handle_t** outHandle) { in lookupCache()
172 Error ComposerHandleCache::updateCache(uint32_t slot, const native_handle_t* handle, in updateCache()
185 Error ComposerHandleCache::getHandle(uint32_t slot, bool fromCache, const native_handle_t* inHandle, in getHandle()
202 Error ComposerLayerResource::getBuffer(uint32_t slot, bool fromCache, in getBuffer()
209 Error ComposerLayerResource::getSidebandStream(uint32_t slot, bool fromCache, in getSidebandStream()
239 Error ComposerDisplayResource::getClientTarget(uint32_t slot, bool fromCache, in getClientTarget()
246 Error ComposerDisplayResource::getOutputBuffer(uint32_t slot, bool fromCache, in getOutputBuffer()
389 Error ComposerResources::getDisplayClientTarget(Display display, uint32_t slot, bool fromCache, in getDisplayClientTarget()
397 Error ComposerResources::getDisplayOutputBuffer(Display display, uint32_t slot, bool fromCache, in getDisplayOutputBuffer()
405 Error ComposerResources::getLayerBuffer(Display display, Layer layer, uint32_t slot, bool fromCache, in getLayerBuffer()
456 Error ComposerResources::getHandle(Display display, Layer layer, uint32_t slot, Cache cache, in getHandle()