Home
last modified time | relevance | path

Searched defs:GetRttEstimate (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/p2p/base/
Dmock_ice_transport.h67 absl::optional<int> GetRttEstimate() override { return absl::nullopt; } in GetRttEstimate() function
Dfake_ice_transport.h214 absl::optional<int> GetRttEstimate() override { return absl::nullopt; } in GetRttEstimate() function
Dconnection.h302 const rtc::EventBasedExponentialMovingAverage& GetRttEstimate() const { in GetRttEstimate() function
Dp2p_transport_channel.cc366 absl::optional<int> P2PTransportChannel::GetRttEstimate() { in GetRttEstimate() function in cricket::P2PTransportChannel