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

/frameworks/native/services/surfaceflinger/
H A DLayer.cpp1072 sp<Fence> presentFence = hwc.getDisplayFence(HWC_DISPLAY_PRIMARY); local
1073 if (presentFence->isValid()) {
1074 mFrameTracker.setActualPresentFence(presentFence);
H A DSurfaceFlinger.cpp943 sp<Fence> presentFence = hwc.getDisplayFence(HWC_DISPLAY_PRIMARY); local
945 if (presentFence->isValid()) {
946 if (mPrimaryDispSync.addPresentFence(presentFence)) {
963 if (presentFence->isValid()) {
964 mAnimFrameTracker.setActualPresentFence(presentFence);

Completed in 380 milliseconds