Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/FrameTimeline/
H A DFrameTimeline.cpp1162 const auto& pendingPresentFence = mPendingPresentFences[i]; in flushPendingPresentFences() local
1164 if (pendingPresentFence.first && pendingPresentFence.first->isValid()) { in flushPendingPresentFences()
1165 signalTime = pendingPresentFence.first->getSignalTime(); in flushPendingPresentFences()
1170 auto& displayFrame = pendingPresentFence.second; in flushPendingPresentFences()