Home
last modified time | relevance | path

Searched refs:mPreviousPresentFences (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp1828 return expectedPresentTimeIsTheNextVsync ? mPreviousPresentFences[0] in previousFrameFence()
1829 : mPreviousPresentFences[1]; in previousFrameFence()
2097 refreshArgs.previousPresentFence = mPreviousPresentFences[0].fenceTime; in onMessageRefresh()
2254 mPreviousPresentFences[1] = mPreviousPresentFences[0]; in postComposition()
2255 mPreviousPresentFences[0].fence = in postComposition()
2257 mPreviousPresentFences[0].fenceTime = in postComposition()
2258 std::make_shared<FenceTime>(mPreviousPresentFences[0].fence); in postComposition()
2260 getBE().mDisplayTimeline.push(mPreviousPresentFences[0].fenceTime); in postComposition()
2267 mFrameTimeline->setSfPresent(/* sfPresentTime */ now, mPreviousPresentFences[0].fenceTime, in postComposition()
2276 mPreviousPresentFences[0].fenceTime); in postComposition()
[all …]
DSurfaceFlinger.h1266 std::array<FenceWithFenceTime, 2> mPreviousPresentFences; variable