Home
last modified time | relevance | path

Searched defs:time_point (Results 1 – 2 of 2) sorted by relevance

/system/core/base/include/android-base/
Dchrono_utils.h33 typedef std::chrono::time_point<boot_clock, duration> time_point; typedef
/system/netd/libnetdutils/include/netdutils/
DStopwatch.h28 using time_point = std::chrono::time_point<clock>; variable