Home
last modified time | relevance | path

Searched refs:mEarliestVsync (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/Scheduler/
DVSyncDispatchTimerQueue.cpp39 mEarliestVsync(0), in VSyncDispatchTimerQueueEntry()
85 mEarliestVsync = earliestVsync; in schedule()
105 mEarliestVsync = mWorkloadUpdateInfo->earliestVsync; in update()
111 tracker.nextAnticipatedVSyncTimeFrom(std::max(mEarliestVsync, now + mWorkDuration)); in update()
155 mWorkDuration / 1e6f, (mEarliestVsync - systemTime()) / 1e6f); in dump()
DVSyncDispatchTimerQueue.h88 nsecs_t mEarliestVsync; variable