Home
last modified time | relevance | path

Searched refs:Nanos (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DRecurrentTimer.h37 using Nanos = std::chrono::nanoseconds;
39 using TimePoint = std::chrono::time_point<Clock, Nanos>;
60 TimePoint absoluteTime = now - Nanos(now.time_since_epoch().count() % interval.count()); in registerRecurrentEvent()
81 Nanos interval;
95 static constexpr auto kInvalidTime = TimePoint(Nanos::max()); in loop()
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DFakeValueGenerator.h40 using Nanos = std::chrono::nanoseconds; variable
41 using TimePoint = std::chrono::time_point<Clock, Nanos>;
DLinearFakeValueGenerator.h42 Nanos interval;
DLinearFakeValueGenerator.cpp40 .interval = Nanos(v.int64Values[0]), in LinearFakeValueGenerator()
DGeneratorHub.cpp73 TimePoint eventTime(Nanos(curEvent.val.timestamp)); in run()
DJsonFakeValueGenerator.cpp60 eventTime += Nanos(mGenCfg.events[mGenCfg.index].timestamp - in nextEvent()