Home
last modified time | relevance | path

Searched refs:SetRtpTransport (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/pc/
Dchannel_interface.h65 virtual bool SetRtpTransport(webrtc::RtpTransportInternal* rtp_transport) = 0;
Dchannel.cc201 RTC_FROM_HERE, [this, rtp_transport] { SetRtpTransport(rtp_transport); }); in Init_w()
226 bool BaseChannel::SetRtpTransport(webrtc::RtpTransportInternal* rtp_transport) { in SetRtpTransport() function in cricket::BaseChannel
233 return SetRtpTransport(rtp_transport); in SetRtpTransport()
Dchannel.h116 bool SetRtpTransport(webrtc::RtpTransportInternal* rtp_transport) override;
Dpeer_connection.cc6473 voice_channel->SetRtpTransport(rtp_transport); in CreateVoiceChannel()
6494 video_channel->SetRtpTransport(rtp_transport); in CreateVideoChannel()
6528 data_channel_controller_.rtp_data_channel()->SetRtpTransport( in CreateDataChannel()
7177 ret = base_channel->SetRtpTransport(rtp_transport); in OnTransportChanged()
Dchannel_unittest.cc1299 channel1_->SetRtpTransport(new_rtp_transport_.get()); in SocketOptionsMergedOnSetTransport()
/external/webrtc/pc/test/
Dmock_channel_interface.h58 SetRtpTransport,