Searched refs:nextVsync (Results 1 – 1 of 1) sorted by relevance
116 TimePoint nextVsync = GetNextVsyncInPhase(mVsyncPeriod, mPreviousVsync, update.updateAfter); in scheduleVsyncUpdate() local118 outTimeline->newVsyncAppliedTimeNanos = asNanosTimePoint(nextVsync); in scheduleVsyncUpdate()144 TimePoint nextVsync = GetNextVsyncInPhase(vsyncPeriod, mPreviousVsync, now); in threadLoop() local146 std::this_thread::sleep_until(nextVsync); in threadLoop()150 mPreviousVsync = nextVsync; in threadLoop()160 mCallbacks->onVsync(mDisplayId, asNanosTimePoint(nextVsync), in threadLoop()