Home
last modified time | relevance | path

Searched defs:log_time (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/logging/liblog/include/log/
H A Dlog_time.h35 struct log_time { struct
42 log_time() {} in log_time() argument
43 explicit log_time(const timespec& T) in log_time() argument
49 explicit log_time(clockid_t id) { in log_time() function
157 typedef struct log_time { argument
160 } __attribute__((__packed__)) log_time; argument
/aosp12/system/logging/liblog/include_vndk/log/
H A Dlog_time.h40 typedef struct log_time { struct
43 } __attribute__((__packed__)) log_time; argument
/aosp12/system/logging/liblog/tests/
H A Dlog_time_test.cpp23 TEST(liblog, log_time) { in TEST() argument
/aosp12/bionic/libc/async_safe/
H A Dasync_safe_log.cpp495 struct log_time { // Wire format struct
516 log_time realtime_ts; in async_safe_write_log() argument