Searched refs:mTimeKeeper (Results 1 – 2 of 2) sorted by relevance
280 : 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 …]
160 std::unique_ptr<TimeKeeper> const mTimeKeeper; variable