Searched refs:getPresentFence (Results 1 – 8 of 8) sorted by relevance
64 MOCK_CONST_METHOD1(getPresentFence, sp<Fence>(DisplayId));
860 EXPECT_CALL(mHwComposer, getPresentFence(DEFAULT_DISPLAY_ID)).WillOnce(Return(presentFence)); in TEST_F()
169 sp<Fence> fence = mHwc.getPresentFence(mDisplayId); in onFrameCommitted()
131 virtual sp<Fence> getPresentFence(DisplayId displayId) const = 0;278 sp<Fence> getPresentFence(DisplayId displayId) const override;
249 sp<Fence> retireFence = mHwc.getPresentFence(*mDisplayId); in onFrameCommitted()
556 sp<Fence> HWComposer::getPresentFence(DisplayId displayId) const { in getPresentFence() function in android::impl::HWComposer
350 result.presentFence = hwc.getPresentFence(*mId); in presentAndGetFrameFences()
2240 display ? getHwComposer().getPresentFence(*display->getId()) : Fence::NO_FENCE; in postComposition()