Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DMessageQueue.cpp67 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()
DMessageQueue.h127 TimePoint lastCallbackTime GUARDED_BY(mutex);
/frameworks/native/services/surfaceflinger/tests/unittests/
DVSyncReactorTest.cpp125 nsecs_t lastCallbackTime = 0; member in android::scheduler::VSyncReactorTest