Lines Matching refs:RtpDataChannel
37 RtpDataChannel* webrtc_data_channel) { in ConnectDataChannel()
46 webrtc_data_channel, &RtpDataChannel::OnChannelReady); in ConnectDataChannel()
48 webrtc_data_channel, &RtpDataChannel::OnDataReceived); in ConnectDataChannel()
53 RtpDataChannel* webrtc_data_channel) { in DisconnectDataChannel()
291 rtc::scoped_refptr<RtpDataChannel> channel = in InternalCreateDataChannelWithProxy()
294 return RtpDataChannel::CreateProxy(channel); in InternalCreateDataChannelWithProxy()
301 rtc::scoped_refptr<RtpDataChannel>
307 rtc::scoped_refptr<RtpDataChannel> channel( in InternalCreateRtpDataChannel()
308 RtpDataChannel::Create(this, label, new_config, signaling_thread())); in InternalCreateRtpDataChannel()
404 std::map<std::string, rtc::scoped_refptr<RtpDataChannel>> temp_rtp_dcs; in OnTransportChannelClosed()
505 const std::map<std::string, rtc::scoped_refptr<RtpDataChannel>>*
516 RtpDataChannel* data_channel = it->second; in UpdateClosingRtpDataChannels()
528 if (data_channel->state() == RtpDataChannel::kClosed) { in UpdateClosingRtpDataChannels()
542 rtc::scoped_refptr<RtpDataChannel> channel( in CreateRemoteRtpDataChannel()
551 RtpDataChannel::CreateProxy(std::move(channel)); in CreateRemoteRtpDataChannel()