Home
last modified time | relevance | path

Searched defs:nsec (Results 1 – 6 of 6) sorted by relevance

/system/core/liblog/include/log/
Dlog_read.h61 int32_t nsec; /* nanoseconds */ member
79 int32_t nsec; /* nanoseconds */ member
98 int32_t nsec; /* nanoseconds */ member
117 uint32_t nsec; /* nanoseconds */ member
173 uint64_t nsec() const { in nsec() function
Dlog_time.h148 uint64_t nsec() const { in nsec() function
/system/core/liblog/include_vndk/log/
Dlog_read.h61 int32_t nsec; /* nanoseconds */ member
79 int32_t nsec; /* nanoseconds */ member
98 int32_t nsec; /* nanoseconds */ member
117 uint32_t nsec; /* nanoseconds */ member
173 uint64_t nsec() const { in nsec() function
Dlog_time.h148 uint64_t nsec() const { in nsec() function
/system/connectivity/wifilogd/
Dcommand_processor.cpp120 uint32_t NsecToUsec(uint32_t nsec) { return nsec / 1000; } in NsecToUsec()
/system/core/liblog/
Dlogprint.c1527 unsigned long nsec; in android_log_formatLogLine() local