Searched refs:time_of_last_log_ (Results 1 – 2 of 2) sorted by relevance
46 time_of_last_log_(-1), in AimdRateControl()92 if (now_ms - time_of_last_log_ > kLogIntervalMs) { in UpdateBandwidthEstimate()93 time_of_last_log_ = now_ms; in UpdateBandwidthEstimate()
82 int64_t time_of_last_log_; variable