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.h358 : start_time_us_(start_time_us), stop_time_us_(stop_time_us) {} in RTC_POP_IGNORING_WUNDEF()
361 int64_t stop_time_ms() const { return stop_time_us_ / 1000; } in RTC_POP_IGNORING_WUNDEF()
362 int64_t stop_time_us() const { return stop_time_us_; } in RTC_POP_IGNORING_WUNDEF()
366 int64_t stop_time_us_; in RTC_POP_IGNORING_WUNDEF() local
Drtc_event_log_unittest.cc195 int64_t stop_time_us_; member in webrtc::__anonbd64847a0111::RtcEventLogSession
556 stop_time_us_ = rtc::TimeMicros(); in WriteLog()
578 verifier_.VerifyLoggedStopEvent(stop_time_us_, parsed_stop_log_events[0]); in ReadAndVerifyLog()
794 stop_time_us_ / 1000); in ReadAndVerifyLog()