Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DVSyncPredictor.cpp262 nsecs_t VSyncPredictor::snapToVsync(nsecs_t timePoint) const { in snapToVsync() function in android::scheduler::VSyncPredictor
321 snapToVsync(timePoint), mMissedVsync, in nextAnticipatedVSyncTimeFrom()
322 lastVsyncOpt ? snapToVsync(*lastVsyncOpt - in nextAnticipatedVSyncTimeFrom()
358 const auto vsync = snapToVsync(justBeforeTimePoint); in isVSyncInPhase()
570 snapToVsync(mClock->now()), MissedVsync{}, in clearTimestamps()
DVSyncPredictor.h133 nsecs_t snapToVsync(nsecs_t timePoint) const REQUIRES(mMutex);