Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DMockHWComposer.h64 MOCK_CONST_METHOD1(getPresentFence, sp<Fence>(DisplayId));
DDisplayTest.cpp860 EXPECT_CALL(mHwComposer, getPresentFence(DEFAULT_DISPLAY_ID)).WillOnce(Return(presentFence)); in TEST_F()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DFramebufferSurface.cpp169 sp<Fence> fence = mHwc.getPresentFence(mDisplayId); in onFrameCommitted()
DHWComposer.h131 virtual sp<Fence> getPresentFence(DisplayId displayId) const = 0;
278 sp<Fence> getPresentFence(DisplayId displayId) const override;
DVirtualDisplaySurface.cpp249 sp<Fence> retireFence = mHwc.getPresentFence(*mDisplayId); in onFrameCommitted()
DHWComposer.cpp556 sp<Fence> HWComposer::getPresentFence(DisplayId displayId) const { in getPresentFence() function in android::impl::HWComposer
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DDisplay.cpp350 result.presentFence = hwc.getPresentFence(*mId); in presentAndGetFrameFences()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp2240 display ? getHwComposer().getPresentFence(*display->getId()) : Fence::NO_FENCE; in postComposition()