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

/frameworks/native/services/surfaceflinger/
H A DLayer.cpp1693 sp<Fence> presentFence = hwc.getRetireFence(HWC_DISPLAY_PRIMARY); local
1695 sp<Fence> presentFence = hwc.getDisplayFence(HWC_DISPLAY_PRIMARY); local
1697 if (presentFence->isValid()) {
1698 mFrameTracker.setActualPresentFence(presentFence);
H A DSurfaceFlinger.cpp1051 sp<Fence> presentFence = mHwc->getRetireFence(HWC_DISPLAY_PRIMARY); local
1053 if (presentFence->isValid()) {
1054 if (mPrimaryDispSync.addPresentFence(presentFence)) {
1069 mFenceTracker.addFrame(refreshStartTime, presentFence,
1076 if (presentFence->isValid()) {
1077 mAnimFrameTracker.setActualPresentFence(presentFence);
H A DSurfaceFlinger_hwc1.cpp1045 sp<Fence> presentFence = hwc.getDisplayFence(HWC_DISPLAY_PRIMARY); local
1047 if (presentFence->isValid()) {
1048 if (mPrimaryDispSync.addPresentFence(presentFence)) {
1063 mFenceTracker.addFrame(refreshStartTime, presentFence,
1070 if (presentFence->isValid()) {
1071 mAnimFrameTracker.setActualPresentFence(presentFence);

Completed in 123 milliseconds