Searched refs:GetNextVsyncInPhase (Results 1 – 2 of 2) sorted by relevance
/device/generic/goldfish-opengl/system/hwc3/ |
D | VsyncThread.cpp | 35 TimePoint GetNextVsyncInPhase(Nanoseconds vsyncPeriod, TimePoint previousVsync, in GetNextVsyncInPhase() function 120 GetNextVsyncInPhase(mVsyncPeriod, mPreviousVsync, update.updateAfter); in scheduleVsyncUpdate() 148 TimePoint nextVsync = GetNextVsyncInPhase(vsyncPeriod, mPreviousVsync, now); in threadLoop()
|
/device/generic/goldfish-opengl/system/hwc2/ |
D | VsyncThread.cpp | 47 std::chrono::time_point<std::chrono::steady_clock> GetNextVsyncInPhase( in GetNextVsyncInPhase() function 123 GetNextVsyncInPhase(mVsyncPeriod, mPreviousVsync, update.updateAfter); in scheduleVsyncUpdate() 152 auto nextVsync = GetNextVsyncInPhase(vsyncPeriod, mPreviousVsync, now); in threadLoop()
|