Searched refs:getPresentFence (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DFramebufferSurface.cpp217 sp<Fence> fence = mHwc.getPresentFence(mDisplayType);
H A DHWComposer.h119 sp<Fence> getPresentFence(int32_t displayId) const;
H A DVirtualDisplaySurface.cpp250 sp<Fence> retireFence = mHwc.getPresentFence(mDisplayId);
H A DHWComposer.cpp575 sp<Fence> HWComposer::getPresentFence(int32_t displayId) const { function in class:android::HWComposer
577 ALOGE("getPresentFence failed for invalid display %d", displayId);
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp1483 mPreviousPresentFence = mHwc->getPresentFence(HWC_DISPLAY_PRIMARY);
1640 sp<Fence> presentFence = mHwc->getPresentFence(HWC_DISPLAY_PRIMARY);

Completed in 72 milliseconds