Home
last modified time | relevance | path

Searched refs:Clock (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DRecurrentTimer.h38 using Clock = std::chrono::steady_clock; variable
39 using TimePoint = std::chrono::time_point<Clock, Nanos>;
57 TimePoint now = Clock::now(); in registerRecurrentEvent()
100 auto now = Clock::now(); in loop()
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DFakeValueGenerator.h39 using Clock = std::chrono::steady_clock; variable
41 using TimePoint = std::chrono::time_point<Clock, Nanos>;
DLinearFakeValueGenerator.cpp67 TimePoint eventTime = Clock::now() + mGenCfg.interval; in nextEvent()
DJsonFakeValueGenerator.cpp56 TimePoint eventTime = Clock::now(); in nextEvent()
/hardware/interfaces/broadcastradio/1.0/
Dtypes.hal184 /** Clock - MetaDataClock */