Searched refs:getPresentFence (Results 1 – 6 of 6) sorted by relevance
160 sp<Fence> fence = mHwc.getPresentFence(mDisplayId); in onFrameCommitted()
106 virtual sp<Fence> getPresentFence(DisplayId displayId) const = 0;244 sp<Fence> getPresentFence(DisplayId displayId) const override;
246 sp<Fence> retireFence = mHwc.getPresentFence(*mDisplayId); in onFrameCommitted()
545 sp<Fence> HWComposer::getPresentFence(DisplayId displayId) const { in getPresentFence() function in android::impl::HWComposer
55 MOCK_CONST_METHOD1(getPresentFence, sp<Fence>(DisplayId));
2034 ? getHwComposer().getPresentFence(*displayDevice->getId()) in postComposition()2481 displayId ? getHwComposer().getPresentFence(*displayId) : Fence::NO_FENCE; in postFramebuffer()