Home
last modified time | relevance | path

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

/external/webrtc/call/
Dfake_network_pipe.cc98 last_log_time_us_(clock_->TimeInMicroseconds()) {} in FakeNetworkPipe()
112 last_log_time_us_(clock_->TimeInMicroseconds()) { in FakeNetworkPipe()
269 if (time_now_us - last_log_time_us_ > kLogIntervalMs * 1000) { in Process()
277 last_log_time_us_ = time_now_us; in Process()
Dfake_network_pipe.h228 int64_t last_log_time_us_; variable