Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hwc3/
DVsyncThread.cpp44 mPreviousVsync = std::chrono::steady_clock::now() - mVsyncPeriod; in VsyncThread()
116 TimePoint nextVsync = GetNextVsyncInPhase(mVsyncPeriod, mPreviousVsync, update.updateAfter); in scheduleVsyncUpdate()
144 TimePoint nextVsync = GetNextVsyncInPhase(vsyncPeriod, mPreviousVsync, now); in threadLoop()
150 mPreviousVsync = nextVsync; in threadLoop()
154 vsyncPeriod = updateVsyncPeriodLocked(mPreviousVsync); in threadLoop()
DVsyncThread.h75 std::chrono::time_point<std::chrono::steady_clock> mPreviousVsync; variable