Home
last modified time | relevance | path

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

/external/webrtc/pc/
Dchannel.h92 virtual void Init_w(webrtc::RtpTransportInternal* rtp_transport);
348 void Init_w(webrtc::RtpTransportInternal* rtp_transport) override;
424 void Init_w(DtlsTransportInternal* rtp_dtls_transport,
428 void Init_w(webrtc::RtpTransportInternal* rtp_transport) override;
Dchannel_manager.cc222 voice_channel->Init_w(rtp_transport); in CreateVoiceChannel()
293 video_channel->Init_w(rtp_transport); in CreateVideoChannel()
355 data_channel->Init_w(rtp_transport); in CreateRtpDataChannel()
Dchannel.cc197 void BaseChannel::Init_w(webrtc::RtpTransportInternal* rtp_transport) { in Init_w() function in cricket::BaseChannel
818 void VoiceChannel::Init_w(webrtc::RtpTransportInternal* rtp_transport) { in Init_w() function in cricket::VoiceChannel
819 BaseChannel::Init_w(rtp_transport); in Init_w()
1225 void RtpDataChannel::Init_w(webrtc::RtpTransportInternal* rtp_transport) { in Init_w() function in cricket::RtpDataChannel
1226 BaseChannel::Init_w(rtp_transport); in Init_w()
Dchannel_unittest.cc1433 channel->Init_w(rtp_transport); in CreateChannel()
1516 channel->Init_w(rtp_transport); in CreateChannel()
2303 channel->Init_w(rtp_transport); in CreateChannel()