Home
last modified time | relevance | path

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

/external/mesa3d/include/android_stub/log/
Dlog_time.h35 struct log_time { struct
42 log_time() {} in log_time() function
43 explicit log_time(const timespec& T) in log_time() argument
45 explicit log_time(uint32_t sec, uint32_t nsec = 0)
49 explicit log_time(clockid_t id) { in log_time() argument
82 bool operator==(const log_time& T) const {
85 bool operator!=(const log_time& T) const {
88 bool operator<(const log_time& T) const {
92 bool operator>=(const log_time& T) const {
95 bool operator>(const log_time& T) const {
[all …]
Dlog_read.h113 struct logger_list* android_logger_list_alloc_time(int mode, log_time start,
/external/webrtc/rtc_tools/rtc_event_log_visualizer/
Dlog_simulation.cc166 auto log_time = Timestamp::Micros(candidate.log_time_us()); in OnIceConfig() local
167 ProcessUntil(log_time); in OnIceConfig()
169 msg.at_time = log_time; in OnIceConfig()
172 msg.constraints.at_time = log_time; in OnIceConfig()
/external/webrtc/logging/rtc_event_log/
Dlogged_events.h522 int64_t log_time_ms() const { return log_time.ms(); } in log_time_ms()
523 int64_t log_time_us() const { return log_time.us(); } in log_time_us()
525 Timestamp log_time = Timestamp::MinusInfinity();
591 Timestamp log_time; member
Drtc_event_log_parser.cc155 overheads.push_back({event.log_time, new_overhead}); in GetOverheadChangingEvents()
2070 route.log_time = Timestamp::Millis(candidate.log_time_ms()); in GetRouteChanges()
/external/autotest/contrib/
Dlog_distiller.py46 log_time = datetime.datetime.strptime(time_str, time_format)
49 return log_time < cutoff
/external/autotest/server/cros/bluetooth/
Dbluetooth_adapter_adv_monitor_tests.py861 log_time = interleave_period * cycles
863 time.sleep(log_time)