Home
last modified time | relevance | path

Searched refs:getPresentFence (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/services/surfaceflinger/DisplayHardware/
DFramebufferSurface.cpp160 sp<Fence> fence = mHwc.getPresentFence(mDisplayId); in onFrameCommitted()
DHWComposer.h106 virtual sp<Fence> getPresentFence(DisplayId displayId) const = 0;
244 sp<Fence> getPresentFence(DisplayId displayId) const override;
DVirtualDisplaySurface.cpp246 sp<Fence> retireFence = mHwc.getPresentFence(*mDisplayId); in onFrameCommitted()
DHWComposer.cpp545 sp<Fence> HWComposer::getPresentFence(DisplayId displayId) const { in getPresentFence() function in android::impl::HWComposer
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DMockHWComposer.h55 MOCK_CONST_METHOD1(getPresentFence, sp<Fence>(DisplayId));
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp2034 ? getHwComposer().getPresentFence(*displayDevice->getId()) in postComposition()
2481 displayId ? getHwComposer().getPresentFence(*displayId) : Fence::NO_FENCE; in postFramebuffer()