Home
last modified time | relevance | path

Searched refs:OnRouteChange (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/api/transport/test/
Dmock_network_control.h30 MOCK_METHOD(void, OnRouteChange, (const NetworkRouteChange&), (override));
/external/webrtc/api/transport/
Dnetwork_control.h129 virtual void OnRouteChange(const NetworkRouteChange&) = 0;
/external/webrtc/modules/congestion_controller/goog_cc/
Dsend_side_bandwidth_estimation.h79 void OnRouteChange();
Dgoog_cc_network_control.cc165 network_estimator_->OnRouteChange(msg); in OnNetworkRouteChange()
168 bandwidth_estimation_->OnRouteChange(); in OnNetworkRouteChange()
Dsend_side_bandwidth_estimation.cc234 void SendSideBandwidthEstimation::OnRouteChange() { in OnRouteChange() function in webrtc::SendSideBandwidthEstimation