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

/frameworks/native/services/surfaceflinger/
H A DLayer.cpp1771 sp<Fence> presentFence = hwc.getRetireFence(HWC_DISPLAY_PRIMARY); local
1773 sp<Fence> presentFence = hwc.getDisplayFence(HWC_DISPLAY_PRIMARY); local
1775 if (presentFence->isValid()) {
1776 mFrameTracker.setActualPresentFence(presentFence);
H A DSurfaceFlinger.cpp1159 sp<Fence> presentFence = mHwc->getRetireFence(HWC_DISPLAY_PRIMARY); local
1161 if (presentFence->isValid()) {
1162 if (mPrimaryDispSync.addPresentFence(presentFence)) {
1176 mFenceTracker.addFrame(refreshStartTime, presentFence,
1182 if (presentFence->isValid()) {
1183 mAnimFrameTracker.setActualPresentFence(presentFence);
H A DSurfaceFlinger_hwc1.cpp1073 sp<Fence> presentFence = hwc.getDisplayFence(HWC_DISPLAY_PRIMARY); local
1075 if (presentFence->isValid()) {
1076 if (mPrimaryDispSync.addPresentFence(presentFence)) {
1090 mFenceTracker.addFrame(refreshStartTime, presentFence,
1096 if (presentFence->isValid()) {
1097 mAnimFrameTracker.setActualPresentFence(presentFence);

Completed in 51 milliseconds