Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hwc3/
DVsyncThread.cpp111 update.updateAfter = asTimePoint(constraints.desiredTimeNanos); in scheduleVsyncUpdate()
116 TimePoint nextVsync = GetNextVsyncInPhase(mVsyncPeriod, mPreviousVsync, update.updateAfter); in scheduleVsyncUpdate()
126 if (mPendingUpdate && now > mPendingUpdate->updateAfter) { in updateVsyncPeriodLocked()
DVsyncThread.h79 std::chrono::time_point<std::chrono::steady_clock> updateAfter; member