HomeSort by relevance Sort by last modified time
    Searched refs:data_channel_type_ (Results 1 - 6 of 6) sorted by null

  /external/webrtc/talk/app/webrtc/
datachannel.cc 147 data_channel_type_(dct),
159 if (data_channel_type_ == cricket::DCT_RTP) {
169 } else if (data_channel_type_ == cricket::DCT_SCTP) {
225 if (data_channel_type_ == cricket::DCT_RTP) {
263 ASSERT(data_channel_type_ == cricket::DCT_SCTP);
271 if (data_channel_type_ == cricket::DCT_RTP) {
280 ASSERT(data_channel_type_ == cricket::DCT_RTP);
296 ASSERT(config_.id < 0 && sid >= 0 && data_channel_type_ == cricket::DCT_SCTP);
306 ASSERT(data_channel_type_ == cricket::DCT_SCTP);
325 ASSERT(data_channel_type_ == cricket::DCT_RTP)
    [all...]
datachannel.h 191 return data_channel_type_;
263 cricket::DataChannelType data_channel_type_; member in class:webrtc::DataChannel
webrtcsession.cc 563 data_channel_type_(cricket::DCT_NONE),
643 data_channel_type_ = cricket::DCT_RTP;
648 data_channel_type_ = cricket::DCT_SCTP;
    [all...]
webrtcsession.h 502 cricket::DataChannelType data_channel_type_; member in class:webrtc::WebRtcSession
  /external/webrtc/talk/session/media/
channel.cc     [all...]
channel.h 605 // If data_channel_type_ is DCT_NONE, set it. Otherwise, check that
639 DataChannelType data_channel_type_; member in class:cricket::DataChannel

Completed in 43 milliseconds