Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DVSyncDispatchTimerQueue.cpp168 : mTimeKeeper(std::move(tk)), in VSyncDispatchTimerQueue()
180 mTimeKeeper->alarmCancel(); in cancelTimer()
185 mTimeKeeper->alarmIn(std::bind(&VSyncDispatchTimerQueue::timerCallback, this), in setTimer()
187 mLastTimerSchedule = mTimeKeeper->now(); in setTimer()
246 mLastTimerCallback = mTimeKeeper->now(); in timerCallback()
262 rearmTimer(mTimeKeeper->now()); in timerCallback()
309 auto const now = mTimeKeeper->now(); in schedule()
347 rearmTimer(mTimeKeeper->now()); in cancel()
357 mTimeKeeper->dump(result); in dump()
361 (mIntendedWakeupTime - mTimeKeeper->now()) / 1e6f); in dump()
[all …]
DVSyncDispatchTimerQueue.h147 std::unique_ptr<TimeKeeper> const mTimeKeeper; variable