Home
last modified time | relevance | path

Searched refs:sctp_data_channels_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/talk/app/webrtc/
Dpeerconnection.cc1872 sctp_data_channels_.push_back(channel); in InternalCreateDataChannel()
1881 return !rtp_data_channels_.empty() || !sctp_data_channels_.empty(); in HasDataChannels()
1885 for (const auto& channel : sctp_data_channels_) { in AllocateSctpSids()
1899 for (auto it = sctp_data_channels_.begin(); it != sctp_data_channels_.end(); in OnSctpDataChannelClosed()
1908 sctp_data_channels_.erase(it); in OnSctpDataChannelClosed()
1924 for (const auto& channel : sctp_data_channels_) { in OnDataChannelCreated()
1939 temp_sctp_dcs.swap(sctp_data_channels_); in OnDataChannelDestroyed()
2016 for (const auto& channel : sctp_data_channels_) { in FindDataChannelBySid()
Dpeerconnection.h139 return sctp_data_channels_; in sctp_data_channels()
376 std::vector<rtc::scoped_refptr<DataChannel>> sctp_data_channels_; variable