Searched defs:presentFence (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DLayer.cpp919 sp<Fence> presentFence = hwc.getDisplayFence(HWC_DISPLAY_PRIMARY); local
920 if (presentFence->isValid()) {
921 mFrameTracker.setActualPresentFence(presentFence);
H A DSurfaceFlinger.cpp969 sp<Fence> presentFence = hwc.getDisplayFence(HWC_DISPLAY_PRIMARY); local
971 if (presentFence->isValid()) {
972 if (mPrimaryDispSync.addPresentFence(presentFence)) {
989 if (presentFence->isValid()) {
990 mAnimFrameTracker.setActualPresentFence(presentFence);

Completed in 84 milliseconds