Home
last modified time | relevance | path

Searched refs:unencrypted_rtp_transport (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/pc/
Djsep_transport.cc77 std::unique_ptr<webrtc::RtpTransport> unencrypted_rtp_transport, in JsepTransport() argument
89 unencrypted_rtp_transport_(std::move(unencrypted_rtp_transport)), in JsepTransport()
120 RTC_DCHECK(!unencrypted_rtp_transport); in JsepTransport()
124 RTC_DCHECK(!unencrypted_rtp_transport); in JsepTransport()
Djsep_transport_controller.cc492 auto unencrypted_rtp_transport = in CreateUnencryptedRtpTransport() local
494 unencrypted_rtp_transport->SetRtpPacketTransport(rtp_packet_transport); in CreateUnencryptedRtpTransport()
496 unencrypted_rtp_transport->SetRtcpPacketTransport(rtcp_packet_transport); in CreateUnencryptedRtpTransport()
498 return unencrypted_rtp_transport; in CreateUnencryptedRtpTransport()
981 std::unique_ptr<RtpTransport> unencrypted_rtp_transport; in MaybeCreateJsepTransport() local
998 unencrypted_rtp_transport = CreateUnencryptedRtpTransport( in MaybeCreateJsepTransport()
1019 std::move(unencrypted_rtp_transport), std::move(sdes_transport), in MaybeCreateJsepTransport()
Djsep_transport.h89 std::unique_ptr<webrtc::RtpTransport> unencrypted_rtp_transport,
Djsep_transport_unittest.cc100 std::unique_ptr<webrtc::RtpTransport> unencrypted_rtp_transport; in CreateJsepTransport2() local
119 std::move(rtcp_ice), std::move(unencrypted_rtp_transport), in CreateJsepTransport2()