Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hwc3/
DVsyncThread.cpp116 TimePoint nextVsync = GetNextVsyncInPhase(mVsyncPeriod, mPreviousVsync, update.updateAfter); in scheduleVsyncUpdate() local
118 outTimeline->newVsyncAppliedTimeNanos = asNanosTimePoint(nextVsync); in scheduleVsyncUpdate()
144 TimePoint nextVsync = GetNextVsyncInPhase(vsyncPeriod, mPreviousVsync, now); in threadLoop() local
146 std::this_thread::sleep_until(nextVsync); in threadLoop()
150 mPreviousVsync = nextVsync; in threadLoop()
160 mCallbacks->onVsync(mDisplayId, asNanosTimePoint(nextVsync), in threadLoop()