Home
last modified time | relevance | path

Searched defs:wakeupTime (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/Scheduler/
DVSyncDispatchTimerQueue.cpp50 std::optional<nsecs_t> VSyncDispatchTimerQueueEntry::wakeupTime() const { in wakeupTime() function in android::scheduler::VSyncDispatchTimerQueueEntry
218 auto const wakeupTime = *callback->wakeupTime(); in rearmTimerSkippingUpdateFor() local
249 auto const wakeupTime = callback->wakeupTime(); in timerCallback() local
341 auto const wakeupTime = callback->wakeupTime(); in cancel() local
DVSyncReactor.cpp127 void callback(nsecs_t vsynctime, nsecs_t wakeupTime) { in callback()
/frameworks/native/services/surfaceflinger/tests/unittests/
DVSyncDispatchTimerQueueTest.cpp803 [&](auto vsyncTime, auto wakeupTime) { in TEST_F()