Searched refs:unencrypted_rtp_transport (Results 1 – 4 of 4) sorted by relevance
77 std::unique_ptr<webrtc::RtpTransport> unencrypted_rtp_transport, in JsepTransport() argument89 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()
492 auto unencrypted_rtp_transport = in CreateUnencryptedRtpTransport() local494 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() local998 unencrypted_rtp_transport = CreateUnencryptedRtpTransport( in MaybeCreateJsepTransport()1019 std::move(unencrypted_rtp_transport), std::move(sdes_transport), in MaybeCreateJsepTransport()
89 std::unique_ptr<webrtc::RtpTransport> unencrypted_rtp_transport,
100 std::unique_ptr<webrtc::RtpTransport> unencrypted_rtp_transport; in CreateJsepTransport2() local119 std::move(rtcp_ice), std::move(unencrypted_rtp_transport), in CreateJsepTransport2()