Searched refs:TimePoint (Results 1 – 7 of 7) sorted by relevance
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/ |
D | RecurrentTimer.h | 39 using TimePoint = std::chrono::time_point<Clock, Nanos>; variable 57 TimePoint now = Clock::now(); in registerRecurrentEvent() 60 TimePoint absoluteTime = now - Nanos(now.time_since_epoch().count() % interval.count()); in registerRecurrentEvent() 83 TimePoint absoluteTime; // Absolute time of the next event. 85 void updateNextEventTime(TimePoint now) { in updateNextEventTime() 95 static constexpr auto kInvalidTime = TimePoint(Nanos::max()); in loop()
|
/hardware/google/av/media/sfplugin/ |
D | CCodec.h | 79 typedef std::chrono::time_point<std::chrono::steady_clock> TimePoint; typedef 99 const TimePoint &now, 146 NamedTimePoint() : mTimePoint(TimePoint::max()), mName("") {} in NamedTimePoint() 149 const TimePoint &timePoint, in set() 155 inline TimePoint get() const { return mTimePoint; } in get() 158 TimePoint mTimePoint;
|
D | CCodec.cpp | 1489 TimePoint now = std::chrono::steady_clock::now(); in onMessageReceived() 1522 deadline->set(TimePoint::max(), "none"); in onMessageReceived() 1653 setDeadline(TimePoint::max(), 0ms, "none"); in onMessageReceived() 1657 const TimePoint &now, in setDeadline() 1674 if (deadline->get() != TimePoint::max()) { in initiateReleaseIfStuck() 1714 deadline->set(TimePoint::max(), "none"); in subQueuedWorkCount() 1717 deadline->set(TimePoint::max(), "none"); in subQueuedWorkCount()
|
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/ |
D | FakeValueGenerator.h | 41 using TimePoint = std::chrono::time_point<Clock, Nanos>; variable
|
D | LinearFakeValueGenerator.cpp | 67 TimePoint eventTime = Clock::now() + mGenCfg.interval; in nextEvent()
|
D | GeneratorHub.cpp | 73 TimePoint eventTime(Nanos(curEvent.val.timestamp)); in run()
|
D | JsonFakeValueGenerator.cpp | 56 TimePoint eventTime = Clock::now(); in nextEvent()
|