Home
last modified time | relevance | path

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

/external/webrtc/logging/rtc_event_log/
Dlogged_events.h176 struct LoggedBweProbeFailureEvent { struct
178 LoggedBweProbeFailureEvent(int64_t timestamp_us, in LoggedBweProbeFailureEvent() function
183 int64_t log_time_us() const { return timestamp_us; } in log_time_us()
184 int64_t log_time_ms() const { return timestamp_us / 1000; } in log_time_ms()
186 int64_t timestamp_us;
187 int32_t id;
188 ProbeFailureReason failure_reason;