Home
last modified time | relevance | path

Searched defs:expectedVSyncTime (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/mock/
DMockDispSync.cpp59 const auto expectedVSyncTime = now + 16ms; in triggerCallback() local
/frameworks/native/services/surfaceflinger/Scheduler/
DEventThread.cpp415 const auto expectedVSyncTime = now + timeout.count(); in threadMain() local
DScheduler.cpp307 bool Scheduler::injectVSync(nsecs_t when, nsecs_t expectedVSyncTime) { in injectVSync()
DDispSync.cpp351 nsecs_t expectedVSyncTime) { in gatherCallbackInvocationsLocked()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp1835 void SurfaceFlinger::onMessageReceived(int32_t what, nsecs_t expectedVSyncTime) { in onMessageReceived()
1849 void SurfaceFlinger::onMessageInvalidate(nsecs_t expectedVSyncTime) { in onMessageInvalidate()