Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerCommandEngine.h288 int presentFence = -1; in executePresentOrValidateDisplay() local
293 : mHal->presentDisplay(mCurrentDisplay, &presentFence, &layers, &fences); in executePresentOrValidateDisplay()
296 mWriter->setPresentFence(presentFence); in executePresentOrValidateDisplay()
329 int presentFence = -1; in executePresentDisplay() local
332 auto err = mHal->presentDisplay(mCurrentDisplay, &presentFence, &layers, &fences); in executePresentDisplay()
334 mWriter->setPresentFence(presentFence); in executePresentDisplay()
DComposerClient.h420 int32_t presentFence = -1; in destroyResources()
423 mHal->presentDisplay(display, &presentFence, &releasedLayers, &releaseFences); in destroyResources()
424 if (presentFence >= 0) { in destroyResources()
425 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()
/hardware/qcom/sm7250/display/composer/
DQtiComposerCommandBuffer.h215 void setPresentFence(const shared_ptr<Fence> &presentFence) { in setPresentFence() argument
217 writeFence(presentFence); in setPresentFence()