Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DVSyncPredictor.cpp435 TimePoint lastConfirmedPresentTime) { in ensureMinFrameDurationIsKept() argument
446 auto prev = lastConfirmedPresentTime.ns(); in ensureMinFrameDurationIsKept()
450 static_cast<float>(current.ns() - lastConfirmedPresentTime.ns()) / in ensureMinFrameDurationIsKept()
479 TimePoint lastConfirmedPresentTime) { in onFrameBegin() argument
488 lastConfirmedPresentTime.ns()) / in onFrameBegin()
497 const bool frontIsBeforeConfirmed = front < lastConfirmedPresentTime.ns() + threshold; in onFrameBegin()
501 static_cast<float>(lastConfirmedPresentTime.ns() - front) / in onFrameBegin()
510 const auto phase = ensureMinFrameDurationIsKept(expectedPresentTime, lastConfirmedPresentTime); in onFrameBegin()
524 const auto lastConfirmedPresentTime = in onFrameMissed() local
527 const auto phase = ensureMinFrameDurationIsKept(expectedPresentTime, lastConfirmedPresentTime); in onFrameMissed()
DVSyncTracker.h116 TimePoint lastConfirmedPresentTime) = 0;
DVSyncPredictor.h80 void onFrameBegin(TimePoint expectedPresentTime, TimePoint lastConfirmedPresentTime) final