Home
last modified time | relevance | path

Searched refs:cacheSize (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/graphics/composer/2.1/utils/resources/
DComposerResources.cpp79 uint32_t cacheSize) in ComposerHandleCache() argument
80 : mImporter(importer), mHandleType(type), mHandles(cacheSize, nullptr) {} in ComposerHandleCache()
106 bool ComposerHandleCache::initCache(HandleType type, uint32_t cacheSize) { in initCache() argument
113 mHandles.resize(cacheSize, nullptr); in initCache()
178 bool ComposerDisplayResource::initClientTargetCache(uint32_t cacheSize) { in initClientTargetCache() argument
179 return mClientTargetCache.initCache(ComposerHandleCache::HandleType::BUFFER, cacheSize); in initClientTargetCache()
/hardware/interfaces/graphics/composer/2.1/utils/resources/include/composer-resources/2.1/
DComposerResources.h63 ComposerHandleCache(ComposerHandleImporter& importer, HandleType type, uint32_t cacheSize);
73 bool initCache(HandleType type, uint32_t cacheSize);
120 bool initClientTargetCache(uint32_t cacheSize);
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerClient.h335 size_t cacheSize; in cleanDisplayResources() local
336 Error err = resources->getDisplayClientTargetCacheSize(display, &cacheSize); in cleanDisplayResources()
338 for (int slot = 0; slot < cacheSize; slot++) { in cleanDisplayResources()
360 err = resources->getDisplayOutputBufferCacheSize(display, &cacheSize); in cleanDisplayResources()
362 for (int slot = 0; slot < cacheSize; slot++) { in cleanDisplayResources()
/hardware/google/graphics/common/hwc3/
DComposerClient.cpp548 size_t cacheSize; in cleanDisplayResources() local
549 auto err = mResources->getDisplayClientTargetCacheSize(display, &cacheSize); in cleanDisplayResources()
551 for (int slot = 0; slot < cacheSize; slot++) { in cleanDisplayResources()
575 err = mResources->getDisplayOutputBufferCacheSize(display, &cacheSize); in cleanDisplayResources()
577 for (int slot = 0; slot < cacheSize; slot++) { in cleanDisplayResources()