Searched refs:lastCallbackTime (Results 1 – 3 of 3) sorted by relevance
67 mVsync.lastCallbackTime = expectedVsyncTime; in vsyncCallback()127 .lastVsync = mVsync.lastCallbackTime.ns()}); in onNewVsyncScheduleLocked()145 .lastVsync = mVsync.lastCallbackTime.ns()}); in setDuration()198 .lastVsync = mVsync.lastCallbackTime.ns()}); in scheduleFrame()
127 TimePoint lastCallbackTime GUARDED_BY(mutex);
125 nsecs_t lastCallbackTime = 0; member in android::scheduler::VSyncReactorTest