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

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
datachannel.cc 109 data_channel_type_(dct),
121 if (data_channel_type_ == cricket::DCT_RTP &&
129 } else if (data_channel_type_ == cricket::DCT_SCTP) {
173 if (data_channel_type_ == cricket::DCT_RTP) {
211 ASSERT(data_channel_type_ == cricket::DCT_SCTP);
219 if (data_channel_type_ == cricket::DCT_RTP) {
228 ASSERT(data_channel_type_ == cricket::DCT_RTP);
244 ASSERT(config_.id < 0 && sid >= 0 && data_channel_type_ == cricket::DCT_SCTP);
253 ASSERT(data_channel_type_ == cricket::DCT_SCTP);
265 ASSERT(data_channel_type_ == cricket::DCT_RTP)
    [all...]
datachannel.h 169 return data_channel_type_;
227 cricket::DataChannelType data_channel_type_; member in class:webrtc::DataChannel
webrtcsessiondescriptionfactory.h 162 cricket::DataChannelType data_channel_type_; member in class:webrtc::WebRtcSessionDescriptionFactory
webrtcsession.cc 483 data_channel_type_(cricket::DCT_NONE),
539 data_channel_type_ = cricket::DCT_RTP;
544 data_channel_type_ = cricket::DCT_SCTP;
547 if (data_channel_type_ != cricket::DCT_NONE) {
650 data_channel_type_,
775 if (data_channel_type_ == cricket::DCT_SCTP && GetSslRole(&role)) {
831 if (data_channel_type_ == cricket::DCT_SCTP && GetSslRole(&role)) {
    [all...]
webrtcsessiondescriptionfactory.cc 126 data_channel_type_(dct),
195 if (data_channel_type_ == cricket::DCT_SCTP &&
251 if (data_channel_type_ == cricket::DCT_SCTP) {
webrtcsession.h 347 cricket::DataChannelType data_channel_type_; member in class:webrtc::WebRtcSession
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
callclient.cc 199 options.data_channel_type = data_channel_type_;
217 options.data_channel_type = data_channel_type_;
332 options.data_channel_type = data_channel_type_;
342 options.data_channel_type = data_channel_type_;
387 data_channel_type_(cricket::DCT_NONE),
523 if (data_channel_type_ == cricket::DCT_SCTP) {
528 data_channel_type_ = cricket::DCT_NONE;
579 options.data_channel_type = data_channel_type_;
597 options.data_channel_type = data_channel_type_;
    [all...]
callclient.h 123 data_channel_type_ = data_channel_type;
325 cricket::DataChannelType data_channel_type_; member in class:CallClient
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.cc     [all...]
channel.h 679 // If data_channel_type_ is DCT_NONE, set it. Otherwise, check that
714 DataChannelType data_channel_type_; member in class:cricket::DataChannel

Completed in 197 milliseconds