Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DVSyncPredictor.cpp497 const bool frontIsBeforeConfirmed = front < lastConfirmedPresentTime.ns() + threshold; in onFrameBegin() local
498 if (frontIsBeforeConfirmed) { in onFrameBegin()