Home | History | Annotate | Download | only in HAL3

Lines Matching refs:kNsPerMs

427         static int64_t kNsPerMs = 1000000;
432 int64_t now = static_cast<int64_t>(ts.tv_sec) * kMsPerSec + ts.tv_nsec / kNsPerMs;