Home
last modified time | relevance | path

Searched refs:present_fence_ (Results 1 – 2 of 2) sorted by relevance

/external/drm_hwcomposer/
DDrmHwcTwo.cpp605 if (present_fence_.get() >= 0) { in AddFenceToPresentFence()
606 int old_fence = present_fence_.get(); in AddFenceToPresentFence()
607 present_fence_.Set(sync_merge("dc_present", old_fence, fd)); in AddFenceToPresentFence()
610 present_fence_.Set(fd); in AddFenceToPresentFence()
725 *present_fence = present_fence_.Release(); in PresentDisplay()
DDrmHwcTwo.h336 UniqueFd present_fence_; variable