Searched defs:GetRttEstimate (Results 1 – 4 of 4) sorted by relevance
67 absl::optional<int> GetRttEstimate() override { return absl::nullopt; } in GetRttEstimate() function
214 absl::optional<int> GetRttEstimate() override { return absl::nullopt; } in GetRttEstimate() function
302 const rtc::EventBasedExponentialMovingAverage& GetRttEstimate() const { in GetRttEstimate() function
366 absl::optional<int> P2PTransportChannel::GetRttEstimate() { in GetRttEstimate() function in cricket::P2PTransportChannel