Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DVSyncPredictor.cpp434 Duration VSyncPredictor::ensureMinFrameDurationIsKept(TimePoint expectedPresentTime, in ensureMinFrameDurationIsKept() function in android::scheduler::VSyncPredictor
510 const auto phase = ensureMinFrameDurationIsKept(expectedPresentTime, lastConfirmedPresentTime); in onFrameBegin()
527 const auto phase = ensureMinFrameDurationIsKept(expectedPresentTime, lastConfirmedPresentTime); in onFrameMissed()
DVSyncPredictor.h135 Duration ensureMinFrameDurationIsKept(TimePoint, TimePoint) REQUIRES(mMutex);