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

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
datachannel.cc 84 } else if (data_channel_type_ == cricket::DCT_SCTP) {
186 ASSERT(data_channel_type_ == cricket::DCT_SCTP &&
282 if (data_channel_type_ == cricket::DCT_SCTP && !config_.negotiated) {
355 if (data_channel_type_ == cricket::DCT_SCTP) {
431 if (data_channel_type_ == cricket::DCT_SCTP) {
454 ASSERT(config_.id < 0 && sid >= 0 && data_channel_type_ == cricket::DCT_SCTP);
460 ASSERT(data_channel_type_ == cricket::DCT_SCTP);
datachannel_unittest.cc 45 DataChannel::Create(&provider_, cricket::DCT_SCTP, "test", &init_)) {
72 &provider_, cricket::DCT_SCTP, "test1", &init_);
159 DataChannel::Create(&provider_, cricket::DCT_SCTP, "test1", &init);
webrtcsessiondescriptionfactory.cc 193 if (data_channel_type_ == cricket::DCT_SCTP &&
195 options.data_channel_type = cricket::DCT_SCTP;
249 if (data_channel_type_ == cricket::DCT_SCTP) {
250 options.data_channel_type = cricket::DCT_SCTP;
mediastreamsignaling_unittest.cc     [all...]
webrtcsession.cc 490 data_channel_type_ = cricket::DCT_SCTP;
643 if (data_channel_type_ == cricket::DCT_SCTP && GetSslRole(&role)) {
700 if (data_channel_type_ == cricket::DCT_SCTP && GetSslRole(&role)) {
    [all...]
mediastreamsignaling.cc 257 ASSERT(data_channel->data_channel_type() == cricket::DCT_SCTP);
    [all...]
webrtcsession_unittest.cc 649 options.data_channel_type = cricket::DCT_SCTP;
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
mediaengine.h 362 DCT_SCTP = 2
  /external/chromium_org/third_party/libjingle/source/talk/media/sctp/
sctpdataengine_unittest.cc 213 cricket::DCT_SCTP));
sctpdataengine.cc 239 if (data_channel_type != DCT_SCTP) {
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
call_main.cc 417 data_channel_type = cricket::DCT_SCTP;
callclient.cc 521 if (data_channel_type_ == cricket::DCT_SCTP) {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.cc     [all...]
mediasessionclient_unittest.cc     [all...]
call.cc 295 data_channel_type = DCT_SCTP;
    [all...]
mediasession.cc     [all...]
mediasession_unittest.cc 579 opts.data_channel_type = cricket::DCT_SCTP;
    [all...]

Completed in 1095 milliseconds