Home
last modified time | relevance | path

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

/system/connectivity/wifilogd/
Dos.cpp53 struct timespec now_timespec; in GetTimestamp() local
54 int failed = raw_os_->ClockGettime(clock_id, &now_timespec); in GetTimestamp()
58 CHECK(now_timespec.tv_nsec <= kMaxNanoSeconds); in GetTimestamp()
62 now_timespec.tv_sec, uint32_t, 0, in GetTimestamp()
67 static_cast<uintmax_t>(GetMaxVal(now_timespec.tv_sec)))); in GetTimestamp()
69 SAFELY_CLAMP(now_timespec.tv_nsec, uint32_t, 0, kMaxNanoSeconds); in GetTimestamp()