Home
last modified time | relevance | path

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

/system/connectivity/wifilogd/
Dos.cpp60 Timestamp now_timestamp; in GetTimestamp() local
61 now_timestamp.secs = SAFELY_CLAMP( in GetTimestamp()
66 std::min(static_cast<uintmax_t>(GetMaxVal(now_timestamp.secs)), in GetTimestamp()
68 now_timestamp.nsecs = in GetTimestamp()
70 return now_timestamp; in GetTimestamp()