Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerCommandEngine.h279 int presentFence = -1; in executePresentOrValidateDisplay() local
284 : mHal->presentDisplay(mCurrentDisplay, &presentFence, &layers, &fences); in executePresentOrValidateDisplay()
287 mWriter.setPresentFence(presentFence); in executePresentOrValidateDisplay()
332 int presentFence = -1; in executePresentDisplay() local
335 auto err = mHal->presentDisplay(mCurrentDisplay, &presentFence, &layers, &fences); in executePresentDisplay()
337 mWriter.setPresentFence(presentFence); in executePresentDisplay()
DComposerClient.h359 int32_t presentFence = -1; in destroyResources()
362 mHal->presentDisplay(display, &presentFence, &releasedLayers, &releaseFences); in destroyResources()
363 if (presentFence >= 0) { in destroyResources()
364 close(presentFence); in destroyResources()
/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/
DComposerCommandBuffer.h213 void setPresentFence(int presentFence) { in setPresentFence() argument
215 writeFence(presentFence); in setPresentFence()