Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/surfaceflinger/FrameTimeline/
H A DFrameTimeline.cpp1520 const auto& pendingPresentFence = *mPendingPresentFences.begin(); in flushPendingPresentFences() local
1522 auto& displayFrame = pendingPresentFence.second; in flushPendingPresentFences()
1532 const auto& pendingPresentFence = mPendingPresentFences[i]; in flushPendingPresentFences() local
1534 if (pendingPresentFence.first && pendingPresentFence.first->isValid()) { in flushPendingPresentFences()
1535 signalTime = pendingPresentFence.first->getSignalTime(); in flushPendingPresentFences()
1541 auto& displayFrame = pendingPresentFence.second; in flushPendingPresentFences()