Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DDisplayEventDispatcher.cpp84 nsecs_t vsyncTimestamp; in scheduleVsync() local
88 if (processPendingEvents(&vsyncTimestamp, &vsyncDisplayId, &vsyncCount, &vsyncEventData)) { in scheduleVsync()
90 ns2ms(static_cast<nsecs_t>(vsyncTimestamp))); in scheduleVsync()
129 nsecs_t vsyncTimestamp; in handleEvent() local
133 if (processPendingEvents(&vsyncTimestamp, &vsyncDisplayId, &vsyncCount, &vsyncEventData)) { in handleEvent()
136 this, ns2ms(vsyncTimestamp), to_string(vsyncDisplayId).c_str(), vsyncCount, in handleEvent()
140 dispatchVsync(vsyncTimestamp, vsyncDisplayId, vsyncCount, vsyncEventData); in handleEvent()
/frameworks/native/services/surfaceflinger/Scheduler/
DVSyncDispatchTimerQueue.cpp231 void VSyncDispatchTimerQueueEntry::callback(nsecs_t vsyncTimestamp, nsecs_t wakeupTimestamp, in callback() argument
238 mCallback(vsyncTimestamp, wakeupTimestamp, deadlineTimestamp); in callback()
349 nsecs_t vsyncTimestamp; in timerCallback() member
387 invocation.callback->callback(invocation.vsyncTimestamp, invocation.wakeupTimestamp, in timerCallback()
DVSyncDispatchTimerQueue.h80 void callback(nsecs_t vsyncTimestamp, nsecs_t wakeupTimestamp, nsecs_t deadlineTimestamp);