Searched refs:DCT_SCTP (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Ddatachannel.cc129 } else if (data_channel_type_ == cricket::DCT_SCTP) {
211 ASSERT(data_channel_type_ == cricket::DCT_SCTP);
244 ASSERT(config_.id < 0 && sid >= 0 && data_channel_type_ == cricket::DCT_SCTP);
253 ASSERT(data_channel_type_ == cricket::DCT_SCTP);
299 ASSERT(data_channel_type_ == cricket::DCT_SCTP);
357 if (data_channel_type_ == cricket::DCT_SCTP) {
444 if (data_channel_type_ == cricket::DCT_SCTP) {
477 if (data_channel_type_ == cricket::DCT_SCTP) {
497 if (!success && data_channel_type_ == cricket::DCT_SCTP) {
537 ASSERT(data_channel_type_ == cricket::DCT_SCTP
[all...]
H A Ddatachannel_unittest.cc70 &provider_, cricket::DCT_SCTP, "test", init_)) {
97 &provider_, cricket::DCT_SCTP, "test1", init_);
194 &provider_, cricket::DCT_SCTP, "test1", init);
208 &provider_, cricket::DCT_SCTP, "test1", init);
238 &provider_, cricket::DCT_SCTP, "test1", init);
303 &provider_, cricket::DCT_SCTP, "test1", config);
319 &provider_, cricket::DCT_SCTP, "test1", config);
H A Dmediastreamsignaling_unittest.cc1199 AddDataChannel(cricket::DCT_SCTP, "a", old_id);
1207 AddDataChannel(cricket::DCT_SCTP, "a", old_id);
1216 AddDataChannel(cricket::DCT_SCTP, "a", odd_id);
1217 AddDataChannel(cricket::DCT_SCTP, "a", even_id);
1223 AddDataChannel(cricket::DCT_SCTP, "a", allocated_id);
1228 AddDataChannel(cricket::DCT_SCTP, "a", allocated_id);
1267 AddDataChannel(cricket::DCT_SCTP, "a", -1);
1268 AddDataChannel(cricket::DCT_SCTP, "a", -1);
1275 cricket::DCT_SCTP,
1293 AddDataChannel(cricket::DCT_SCTP, "
[all...]
H A Dwebrtcsessiondescriptionfactory.cc195 if (data_channel_type_ == cricket::DCT_SCTP &&
197 session_options.data_channel_type = cricket::DCT_SCTP;
251 if (data_channel_type_ == cricket::DCT_SCTP) {
252 options.data_channel_type = cricket::DCT_SCTP;
H A Dwebrtcsession.cc544 data_channel_type_ = cricket::DCT_SCTP;
775 if (data_channel_type_ == cricket::DCT_SCTP && GetSslRole(&role)) {
831 if (data_channel_type_ == cricket::DCT_SCTP && GetSslRole(&role)) {
1174 if (data_channel_type_ == cricket::DCT_SCTP) {
1545 bool sctp = (data_channel_type_ == cricket::DCT_SCTP);
1579 ASSERT(data_channel_type_ == cricket::DCT_SCTP);
H A Dmediastreamsignaling.cc298 ASSERT(data_channel->data_channel_type() == cricket::DCT_SCTP);
H A Dwebrtcsession_unittest.cc798 options.data_channel_type = cricket::DCT_SCTP;
3112 options.data_channel_type = cricket::DCT_SCTP;
3140 EXPECT_EQ(cricket::DCT_SCTP, data_engine_->last_channel_type());
3182 EXPECT_EQ(cricket::DCT_SCTP, data_engine_->last_channel_type());
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dmediaengine.h372 DCT_SCTP = 2 enumerator in enum:cricket::DataChannelType
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
H A Dcall_main.cc415 data_channel_type = cricket::DCT_SCTP;
H A Dcallclient.cc523 if (data_channel_type_ == cricket::DCT_SCTP) {
/external/chromium_org/third_party/libjingle/source/talk/media/sctp/
H A Dsctpdataengine_unittest.cc297 cricket::DCT_SCTP));
H A Dsctpdataengine.cc298 if (data_channel_type != DCT_SCTP) {
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dchannel.cc2153 if (data_channel_type_ == DCT_SCTP) {
2190 DataChannelType data_channel_type = is_sctp ? DCT_SCTP : DCT_RTP;
2213 if (data_channel_type_ == DCT_SCTP) {
2266 if (data_channel_type_ == DCT_SCTP) {
H A Dmediasessionclient_unittest.cc2055 if (options.data_channel_type == cricket::DCT_SCTP) {
2422 // TODO(pthatcher): Check kDataSid if DCT_SCTP.
2771 options.data_channel_type = cricket::DCT_SCTP;
2816 options.data_channel_type = cricket::DCT_SCTP;
2957 options.data_channel_type = cricket::DCT_SCTP;
3078 options.data_channel_type = cricket::DCT_SCTP;
H A Dmediasession.cc1521 bool is_sctp = (options.data_channel_type == DCT_SCTP);
1700 bool is_sctp = (options.data_channel_type == DCT_SCTP);
H A Dcall.cc305 data_channel_type = DCT_SCTP;
H A Dmediasession_unittest.cc625 opts.data_channel_type = cricket::DCT_SCTP;
660 opts.data_channel_type = cricket::DCT_SCTP;
793 opts.data_channel_type = cricket::DCT_SCTP;

Completed in 212 milliseconds