/external/webrtc/pc/ |
D | rtp_transport.cc | 70 this, &RtpTransport::OnNetworkRouteChanged); in SetRtpPacketTransport() 106 this, &RtpTransport::OnNetworkRouteChanged); in SetRtcpPacketTransport() 212 void RtpTransport::OnNetworkRouteChanged( in OnNetworkRouteChanged() function in webrtc::RtpTransport
|
D | composite_rtp_transport.cc | 35 this, &CompositeRtpTransport::OnNetworkRouteChanged); in CompositeRtpTransport() 178 void CompositeRtpTransport::OnNetworkRouteChanged( in OnNetworkRouteChanged() function in webrtc::CompositeRtpTransport
|
D | composite_rtp_transport.h | 100 void OnNetworkRouteChanged(absl::optional<rtc::NetworkRoute> route);
|
D | rtp_transport.h | 89 virtual void OnNetworkRouteChanged(
|
D | rtp_transport_unittest.cc | 41 this, &SignalObserver::OnNetworkRouteChanged); in SignalObserver() 57 void OnNetworkRouteChanged(absl::optional<rtc::NetworkRoute> network_route) { in OnNetworkRouteChanged() function in webrtc::SignalObserver
|
D | srtp_transport.h | 124 void OnNetworkRouteChanged(
|
D | composite_rtp_transport_test.cc | 66 this, &CompositeRtpTransportTest::OnNetworkRouteChanged); in SetupRtpTransports() 80 void OnNetworkRouteChanged(absl::optional<rtc::NetworkRoute> route) { in OnNetworkRouteChanged() function in webrtc::__anon58f6c9770111::CompositeRtpTransportTest
|
D | channel.cc | 180 this, &BaseChannel::OnNetworkRouteChanged); in ConnectToRtpTransport() 357 void BaseChannel::OnNetworkRouteChanged( in OnNetworkRouteChanged() function in cricket::BaseChannel 371 media_channel_->OnNetworkRouteChanged(transport_name_, new_route); in OnNetworkRouteChanged()
|
D | srtp_transport.cc | 256 void SrtpTransport::OnNetworkRouteChanged( in OnNetworkRouteChanged() function in webrtc::SrtpTransport
|
D | channel.h | 205 void OnNetworkRouteChanged(absl::optional<rtc::NetworkRoute> network_route);
|
/external/webrtc/p2p/base/ |
D | fake_dtls_transport.h | 41 this, &FakeDtlsTransport::OnNetworkRouteChanged); in FakeDtlsTransport() 53 this, &FakeDtlsTransport::OnNetworkRouteChanged); in FakeDtlsTransport() 283 void OnNetworkRouteChanged(absl::optional<rtc::NetworkRoute> network_route) { in OnNetworkRouteChanged() function
|
D | dtls_transport.h | 211 void OnNetworkRouteChanged(absl::optional<rtc::NetworkRoute> network_route);
|
D | dtls_transport.cc | 493 this, &DtlsTransport::OnNetworkRouteChanged); in ConnectToIceTransport() 711 void DtlsTransport::OnNetworkRouteChanged( in OnNetworkRouteChanged() function in cricket::DtlsTransport
|
/external/webrtc/test/scenario/ |
D | network_node.cc | 132 sender_call_->GetTransportControllerSend()->OnNetworkRouteChanged( in Connect() 139 sender_call_->GetTransportControllerSend()->OnNetworkRouteChanged( in Disconnect()
|
/external/webrtc/call/test/ |
D | mock_rtp_transport_controller_send.h | 78 OnNetworkRouteChanged,
|
/external/webrtc/call/ |
D | rtp_transport_controller_send_interface.h | 135 virtual void OnNetworkRouteChanged(
|
D | rtp_transport_controller_send.h | 95 void OnNetworkRouteChanged(const std::string& transport_name,
|
D | rtp_transport_controller_send.cc | 277 void RtpTransportControllerSend::OnNetworkRouteChanged( in OnNetworkRouteChanged() function in webrtc::RtpTransportControllerSend
|
/external/webrtc/media/engine/ |
D | webrtc_voice_engine.h | 196 void OnNetworkRouteChanged(const std::string& transport_name,
|
D | webrtc_video_engine.h | 170 void OnNetworkRouteChanged(const std::string& transport_name,
|
D | webrtc_voice_engine.cc | 2234 void WebRtcVoiceMediaChannel::OnNetworkRouteChanged( in OnNetworkRouteChanged() function in cricket::WebRtcVoiceMediaChannel 2238 call_->GetTransportControllerSend()->OnNetworkRouteChanged(transport_name, in OnNetworkRouteChanged()
|
/external/webrtc/media/base/ |
D | media_channel.h | 188 virtual void OnNetworkRouteChanged( 1005 void OnNetworkRouteChanged(const std::string& transport_name, in OnNetworkRouteChanged() function
|
D | fake_media_engine.h | 274 virtual void OnNetworkRouteChanged(const std::string& transport_name, in OnNetworkRouteChanged() function
|
/external/webrtc/video/ |
D | video_send_stream_tests.cc | 1789 call_->GetTransportControllerSend()->OnNetworkRouteChanged( in TEST_F() 1811 call_->GetTransportControllerSend()->OnNetworkRouteChanged( in TEST_F() 1894 call_->GetTransportControllerSend()->OnNetworkRouteChanged("transport", in TEST_F() 1911 call_->GetTransportControllerSend()->OnNetworkRouteChanged("transport", in TEST_F()
|
/external/webrtc/modules/congestion_controller/goog_cc/ |
D | goog_cc_network_control_unittest.cc | 329 TEST_F(GoogCcNetworkControllerTest, OnNetworkRouteChanged) { in TEST_F() argument
|