Home
last modified time | relevance | path

Searched refs:getDisplayOutputBufferCacheSize (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/interfaces/graphics/composer/2.1/utils/resources/include/composer-resources/2.1/
H A DComposerResources.h175 Error getDisplayOutputBufferCacheSize(Display display, size_t* outCacheSize);
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
H A DComposerClient.h360 err = resources->getDisplayOutputBufferCacheSize(display, &cacheSize); in cleanDisplayResources()
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/resources/
H A DComposerResources.cpp356 Error ComposerResources::getDisplayOutputBufferCacheSize(Display display, size_t* outCacheSize) { in getDisplayOutputBufferCacheSize() function in android::hardware::graphics::composer::V2_1::hal::ComposerResources