Home
last modified time | relevance | path

Searched defs:TimePoint (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DFakeValueGenerator.h41 using TimePoint = std::chrono::time_point<Clock, Nanos>; variable
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DRecurrentTimer.h39 using TimePoint = std::chrono::time_point<Clock, Nanos>; variable
/hardware/google/av/media/sfplugin/
DCCodec.h79 typedef std::chrono::time_point<std::chrono::steady_clock> TimePoint; typedef