Home
last modified time | relevance | path

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

/external/mesa3d/include/android_stub/log/
Dlog_time.h35 struct log_time { struct
42 log_time() {} in log_time() argument
43 explicit log_time(const timespec& T) in log_time() function
49 explicit log_time(clockid_t id) { in log_time() argument
157 typedef struct log_time { argument
160 } __attribute__((__packed__)) log_time; argument
/external/webrtc/rtc_tools/rtc_event_log_visualizer/
Dlog_simulation.cc166 auto log_time = Timestamp::Micros(candidate.log_time_us()); in OnIceConfig() local
/external/webrtc/logging/rtc_event_log/
Dlogged_events.h591 Timestamp log_time; member