Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DVSyncPredictor.cpp546 auto const maxRb = *std::max_element(mTimestamps.begin(), mTimestamps.end()); in clearTimestamps() local
548 mKnownTimestamp = std::max(*mKnownTimestamp, maxRb); in clearTimestamps()
550 mKnownTimestamp = maxRb; in clearTimestamps()