Searched refs:rtp_data_channels_ (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/talk/app/webrtc/
H A Dpeerconnection.cc1444 AddSendStreams(session_options, senders_, rtp_data_channels_);
1477 AddSendStreams(session_options, senders_, rtp_data_channels_);
1751 auto data_channel_it = rtp_data_channels_.find(channel_label);
1752 if (!VERIFY(data_channel_it != rtp_data_channels_.end())) {
1774 auto data_channel_it = rtp_data_channels_.find(label);
1775 if (data_channel_it == rtp_data_channels_.end()) {
1790 auto it = rtp_data_channels_.begin();
1791 while (it != rtp_data_channels_.end()) {
1806 rtp_data_channels_.erase(it);
1807 it = rtp_data_channels_
[all...]
H A Dpeerconnection.h375 std::map<std::string, rtc::scoped_refptr<DataChannel>> rtp_data_channels_; member in class:webrtc::PeerConnection

Completed in 271 milliseconds