/aosp_15_r20/external/webrtc/pc/ |
H A D | rtp_transport_unittest.cc | 50 absl::optional<rtc::NetworkRoute> network_route() { return network_route_; } in network_route() function in webrtc::SignalObserver 51 void OnNetworkRouteChanged(absl::optional<rtc::NetworkRoute> network_route) { in OnNetworkRouteChanged() 149 rtc::NetworkRoute network_route; in TEST() local 178 rtc::NetworkRoute network_route; in TEST() local
|
H A D | rtp_transport.cc | 213 absl::optional<rtc::NetworkRoute> network_route) { in OnNetworkRouteChanged()
|
H A D | srtp_transport.cc | 251 absl::optional<rtc::NetworkRoute> network_route) { in OnNetworkRouteChanged()
|
H A D | channel.cc | 327 absl::optional<rtc::NetworkRoute> network_route) { in OnNetworkRouteChanged()
|
H A D | channel_unittest.cc | 868 rtc::NetworkRoute network_route; in TestNetworkRouteChanges() local 879 rtc::NetworkRoute network_route; in TestNetworkRouteChanges() local
|
/aosp_15_r20/external/webrtc/p2p/base/ |
H A D | fake_packet_transport.h | 93 absl::optional<NetworkRoute> network_route() const override { in network_route() function 96 void SetNetworkRoute(absl::optional<NetworkRoute> network_route) { in SetNetworkRoute()
|
H A D | fake_ice_transport.h | 354 absl::optional<rtc::NetworkRoute> network_route() const override { in network_route() function 358 void SetNetworkRoute(absl::optional<rtc::NetworkRoute> network_route) { in SetNetworkRoute()
|
H A D | fake_dtls_transport.h | 260 absl::optional<rtc::NetworkRoute> network_route() const override { in network_route() function 292 void OnNetworkRouteChanged(absl::optional<rtc::NetworkRoute> network_route) { in OnNetworkRouteChanged()
|
H A D | dtls_transport.cc | 493 absl::optional<rtc::NetworkRoute> DtlsTransport::network_route() const { in network_route() function in cricket::DtlsTransport 740 absl::optional<rtc::NetworkRoute> network_route) { in OnNetworkRouteChanged()
|
H A D | packet_transport_internal.cc | 23 absl::optional<NetworkRoute> PacketTransportInternal::network_route() const { in network_route() function in rtc::PacketTransportInternal
|
H A D | p2p_transport_channel.cc | 1694 absl::optional<rtc::NetworkRoute> P2PTransportChannel::network_route() const { in network_route() function in cricket::P2PTransportChannel
|
H A D | p2p_transport_channel_unittest.cc | 846 void OnNetworkRouteChanged(absl::optional<rtc::NetworkRoute> network_route) { in OnNetworkRouteChanged() 3578 void OnNetworkRouteChanged(absl::optional<rtc::NetworkRoute> network_route) { in OnNetworkRouteChanged()
|
/aosp_15_r20/external/webrtc/modules/congestion_controller/rtp/ |
H A D | transport_feedback_adapter.h | 41 rtc::NetworkRoute network_route; member
|
H A D | transport_feedback_adapter.cc | 179 const rtc::NetworkRoute& network_route) { in SetNetworkRoute()
|
/aosp_15_r20/external/webrtc/call/ |
H A D | rtp_transport_controller_send.cc | 274 const rtc::NetworkRoute& network_route) { in OnNetworkRouteChanged()
|
/aosp_15_r20/external/webrtc/media/base/ |
H A D | fake_media_engine.h | 285 const rtc::NetworkRoute& network_route) override { in OnNetworkRouteChanged()
|
/aosp_15_r20/external/webrtc/media/engine/ |
H A D | webrtc_voice_engine.cc | 2214 const rtc::NetworkRoute& network_route) { in OnNetworkRouteChanged()
|
H A D | webrtc_video_engine.cc | 1877 const rtc::NetworkRoute& network_route) { in OnNetworkRouteChanged()
|