Searched defs:MS_PER_SEC (Results 1 - 3 of 3) sorted by relevance

/system/core/liblog/include_vndk/log/
H A Dlog_time.h29 #ifndef MS_PER_SEC
30 #define MS_PER_SEC 1000ULL macro
/system/core/include/log/
H A Dlog_time.h26 #define MS_PER_SEC 1000ULL macro
162 return static_cast<uint64_t>(tv_sec) * MS_PER_SEC +
163 tv_nsec / (NS_PER_SEC / MS_PER_SEC);
/system/core/liblog/include/log/
H A Dlog_time.h26 #define MS_PER_SEC 1000ULL macro
162 return static_cast<uint64_t>(tv_sec) * MS_PER_SEC +
163 tv_nsec / (NS_PER_SEC / MS_PER_SEC);

Completed in 263 milliseconds