Lines Matching refs:mLastDispatchTime
71 return mLastDispatchTime; in lastExecutedVsyncTarget()
150 bool const alreadyDispatchedForVsync = mLastDispatchTime && in adjustVsyncIfNeeded()
151 ((*mLastDispatchTime + mMinVsyncDistance) >= nextVsyncTime && in adjustVsyncIfNeeded()
152 (*mLastDispatchTime - mMinVsyncDistance) <= nextVsyncTime); in adjustVsyncIfNeeded()
154 bool const nextVsyncTooClose = mLastDispatchTime && in adjustVsyncIfNeeded()
155 (nextVsyncTime - *mLastDispatchTime + mMinVsyncDistance) <= currentPeriod; in adjustVsyncIfNeeded()
158 return tracker.nextAnticipatedVSyncTimeFrom(*mLastDispatchTime + mMinVsyncDistance, in adjustVsyncIfNeeded()
159 *mLastDispatchTime); in adjustVsyncIfNeeded()
164 return tracker.nextAnticipatedVSyncTimeFrom(*mLastDispatchTime + currentPeriod, in adjustVsyncIfNeeded()
165 *mLastDispatchTime + currentPeriod); in adjustVsyncIfNeeded()
226 mLastDispatchTime = mArmedInfo->mActualVsyncTime; in executing()
228 return *mLastDispatchTime; in executing()
269 if (mLastDispatchTime) { in dump()
271 (systemTime() - *mLastDispatchTime) / 1e6f); in dump()