Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DVSyncDispatchTimerQueue.cpp287 auto const lagAllowance = std::max(now - mIntendedWakeupTime, static_cast<nsecs_t>(0)); in timerCallback() local
288 if (*wakeupTime < mIntendedWakeupTime + mTimerSlack + lagAllowance) { in timerCallback()