Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DDisplayEventDispatcher.cpp73 nsecs_t vsyncTimestamp; in scheduleVsync() local
76 if (processPendingEvents(&vsyncTimestamp, &vsyncDisplayId, &vsyncCount)) { in scheduleVsync()
78 ns2ms(static_cast<nsecs_t>(vsyncTimestamp))); in scheduleVsync()
120 nsecs_t vsyncTimestamp; in handleEvent() local
123 if (processPendingEvents(&vsyncTimestamp, &vsyncDisplayId, &vsyncCount)) { in handleEvent()
126 this, ns2ms(vsyncTimestamp), vsyncDisplayId, vsyncCount); in handleEvent()
128 dispatchVsync(vsyncTimestamp, vsyncDisplayId, vsyncCount); in handleEvent()
/frameworks/native/services/surfaceflinger/Scheduler/
DVSyncDispatchTimerQueue.cpp125 void VSyncDispatchTimerQueueEntry::callback(nsecs_t vsyncTimestamp, nsecs_t wakeupTimestamp) { in callback() argument
131 mCallback(vsyncTimestamp, wakeupTimestamp); in callback()
240 nsecs_t vsyncTimestamp; in timerCallback() member
266 invocation.callback->callback(invocation.vsyncTimestamp, invocation.wakeupTimestamp); in timerCallback()
DVSyncDispatchTimerQueue.h77 void callback(nsecs_t vsyncTimestamp, nsecs_t wakeupTimestamp);