Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DVSyncDispatchTimerQueue.cpp130 auto const nextReadyTime = nextVsyncTime - timing.readyDuration; in schedule() local
132 mArmedInfo = {nextWakeupTime, nextVsyncTime, nextReadyTime}; in schedule()
183 const auto nextReadyTime = nextVsyncTime - timing.readyDuration; in getArmedInfo() local
184 const auto nextWakeupTime = nextReadyTime - timing.workDuration; in getArmedInfo()
198 return ArmingInfo{nextWakeupTime, nextVsyncTime, nextReadyTime}; in getArmedInfo()