Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DVSyncPredictor.cpp330 auto const maxRb = *std::max_element(mTimestamps.begin(), mTimestamps.end()); in clearTimestamps() local
332 mKnownTimestamp = std::max(*mKnownTimestamp, maxRb); in clearTimestamps()
334 mKnownTimestamp = maxRb; in clearTimestamps()