Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DVSyncDispatchTimerQueue.cpp280 : mTimeKeeper(std::move(tk)), in VSyncDispatchTimerQueue()
297 mTimeKeeper->alarmCancel(); in cancelTimer()
302 mTimeKeeper->alarmAt(std::bind(&VSyncDispatchTimerQueue::timerCallback, this), in setTimer()
304 mLastTimerSchedule = mTimeKeeper->now(); in setTimer()
360 auto const now = mTimeKeeper->now(); in timerCallback()
381 rearmTimer(mTimeKeeper->now()); in timerCallback()
432 auto const now = mTimeKeeper->now(); in scheduleLocked()
481 rearmTimer(mTimeKeeper->now()); in cancel()
491 mTimeKeeper->dump(result); in dump()
495 (mIntendedWakeupTime - mTimeKeeper->now()) / 1e6f); in dump()
[all …]
DVSyncDispatchTimerQueue.h160 std::unique_ptr<TimeKeeper> const mTimeKeeper; variable