Searched defs:TimePoint (Results 1 – 8 of 8) sorted by relevance
36 struct TimePoint : scheduler::SchedulerClock::time_point { struct41 constexpr TimePoint(scheduler::SchedulerClock::time_point p) in TimePoint() function46 static TimePoint now() { return scheduler::SchedulerClock::now(); }; in now() argument63 constexpr TimePoint::TimePoint(const Duration& d) : scheduler::SchedulerClock::time_point(d) {} in TimePoint() function
36 using TimePoint = std::chrono::time_point<std::chrono::system_clock>; variable
41 using TimePoint = std::chrono::time_point<Clock>; variable
51 using TimePoint = Clock::time_point; variable
54 void onFrameBegin(TimePoint, TimePoint) final {} in onFrameBegin() argument55 void onFrameMissed(TimePoint) final {} in onFrameMissed() argument
61 void onFrameSignal(ICompositor&, VsyncId, TimePoint) override {} in onFrameSignal() argument
102 typedef std::chrono::steady_clock::time_point TimePoint; typedef
1552 void Output::setHintSessionGpuStart(TimePoint) { in setHintSessionGpuStart() argument