Searched refs:Cache (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/ |
D | ComposerResources.h | 405 return getHandle<Cache::CLIENT_TARGET>(display, 0, slot, fromCache, rawHandle, in getDisplayClientTarget() 413 return getHandle<Cache::OUTPUT_BUFFER>(display, 0, slot, fromCache, rawHandle, in getDisplayOutputBuffer() 420 return getHandle<Cache::LAYER_BUFFER>(display, layer, slot, fromCache, rawHandle, in getLayerBuffer() 427 return getHandle<Cache::LAYER_SIDEBAND_STREAM>(display, layer, 0, false, rawHandle, in getLayerSidebandStream() 472 enum class Cache { enum 509 template <Cache cache, bool isBuffer> 529 (cache == Cache::LAYER_BUFFER || cache == Cache::LAYER_SIDEBAND_STREAM); in getHandle() 539 case Cache::CLIENT_TARGET: in getHandle() 543 case Cache::OUTPUT_BUFFER: in getHandle() 547 case Cache::LAYER_BUFFER: in getHandle() [all …]
|
/hardware/interfaces/renderscript/1.0/ |
D | IContext.hal | 915 * @param cacheDir Cache directory 1158 * @param cacheDir Cache directory name
|