Home
last modified time | relevance | path

Searched refs:stop_time_us_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/logging/rtc_event_log/
Drtc_event_log_parser.h339 : start_time_us_(start_time_us), stop_time_us_(stop_time_us) {} in RTC_POP_IGNORING_WUNDEF()
342 int64_t stop_time_ms() const { return stop_time_us_ / 1000; } in RTC_POP_IGNORING_WUNDEF()
343 int64_t stop_time_us() const { return stop_time_us_; } in RTC_POP_IGNORING_WUNDEF()
347 int64_t stop_time_us_; in RTC_POP_IGNORING_WUNDEF() local
Drtc_event_log_unittest.cc190 int64_t stop_time_us_; member in webrtc::__anon6f4bb29c0111::RtcEventLogSession
538 stop_time_us_ = rtc::TimeMicros(); in WriteLog()
558 verifier_.VerifyLoggedStopEvent(stop_time_us_, parsed_stop_log_events[0]); in ReadAndVerifyLog()
745 stop_time_us_ / 1000); in ReadAndVerifyLog()