Searched refs:mLastDispatchTime (Results 1 – 2 of 2) sorted by relevance
43 return mLastDispatchTime; in lastExecutedVsyncTarget()75 bool const alreadyDispatchedForVsync = mLastDispatchTime && in schedule()76 ((*mLastDispatchTime + mMinVsyncDistance) >= nextVsyncTime && in schedule()77 (*mLastDispatchTime - mMinVsyncDistance) <= nextVsyncTime); in schedule()80 tracker.nextAnticipatedVSyncTimeFrom(*mLastDispatchTime + mMinVsyncDistance); in schedule()120 mLastDispatchTime = mArmedInfo->mActualVsyncTime; in executing()122 return *mLastDispatchTime; in executing()157 if (mLastDispatchTime) { in dump()159 (systemTime() - *mLastDispatchTime) / 1e6f); in dump()
96 std::optional<nsecs_t> mLastDispatchTime; variable