/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
D | datachannel.cc | 129 } else if (data_channel_type_ == cricket::DCT_SCTP) { in Init() 211 ASSERT(data_channel_type_ == cricket::DCT_SCTP); in Send() 244 ASSERT(config_.id < 0 && sid >= 0 && data_channel_type_ == cricket::DCT_SCTP); in SetSctpSid() 253 ASSERT(data_channel_type_ == cricket::DCT_SCTP); in OnTransportChannelCreated() 299 ASSERT(data_channel_type_ == cricket::DCT_SCTP); in OnDataReceived() 357 if (data_channel_type_ == cricket::DCT_SCTP) { in OnChannelReady() 444 if (data_channel_type_ == cricket::DCT_SCTP) { in DisconnectFromTransport() 477 if (data_channel_type_ == cricket::DCT_SCTP) { in SendDataMessage() 497 if (!success && data_channel_type_ == cricket::DCT_SCTP) { in SendDataMessage() 537 ASSERT(data_channel_type_ == cricket::DCT_SCTP && in SendControlMessage()
|
D | datachannel_unittest.cc | 70 &provider_, cricket::DCT_SCTP, "test", init_)) { in SctpDataChannelTest() 97 &provider_, cricket::DCT_SCTP, "test1", init_); in TEST_F() 194 &provider_, cricket::DCT_SCTP, "test1", init); in TEST_F() 208 &provider_, cricket::DCT_SCTP, "test1", init); in TEST_F() 238 &provider_, cricket::DCT_SCTP, "test1", init); in TEST_F() 303 &provider_, cricket::DCT_SCTP, "test1", config); in TEST_F() 319 &provider_, cricket::DCT_SCTP, "test1", config); in TEST_F()
|
D | mediastreamsignaling_unittest.cc | 1199 AddDataChannel(cricket::DCT_SCTP, "a", old_id); in TEST_F() 1207 AddDataChannel(cricket::DCT_SCTP, "a", old_id); in TEST_F() 1216 AddDataChannel(cricket::DCT_SCTP, "a", odd_id); in TEST_F() 1217 AddDataChannel(cricket::DCT_SCTP, "a", even_id); in TEST_F() 1223 AddDataChannel(cricket::DCT_SCTP, "a", allocated_id); in TEST_F() 1228 AddDataChannel(cricket::DCT_SCTP, "a", allocated_id); in TEST_F() 1267 AddDataChannel(cricket::DCT_SCTP, "a", -1); in TEST_F() 1268 AddDataChannel(cricket::DCT_SCTP, "a", -1); in TEST_F() 1275 cricket::DCT_SCTP, in TEST_F() 1293 AddDataChannel(cricket::DCT_SCTP, "a", -1); in TEST_F() [all …]
|
D | webrtcsessiondescriptionfactory.cc | 195 if (data_channel_type_ == cricket::DCT_SCTP && in CreateOffer() 197 session_options.data_channel_type = cricket::DCT_SCTP; in CreateOffer() 251 if (data_channel_type_ == cricket::DCT_SCTP) { in CreateAnswer() 252 options.data_channel_type = cricket::DCT_SCTP; in CreateAnswer()
|
D | webrtcsession.cc | 544 data_channel_type_ = cricket::DCT_SCTP; in Initialize() 775 if (data_channel_type_ == cricket::DCT_SCTP && GetSslRole(&role)) { in SetLocalDescription() 831 if (data_channel_type_ == cricket::DCT_SCTP && GetSslRole(&role)) { in SetRemoteDescription() 1174 if (data_channel_type_ == cricket::DCT_SCTP) { in CreateDataChannel() 1545 bool sctp = (data_channel_type_ == cricket::DCT_SCTP); in CreateDataChannel() 1579 ASSERT(data_channel_type_ == cricket::DCT_SCTP); in OnDataChannelMessageReceived()
|
D | webrtcsession_unittest.cc | 798 options.data_channel_type = cricket::DCT_SCTP; in CreateRemoteOfferWithSctpPort() 3112 options.data_channel_type = cricket::DCT_SCTP; in TEST_F() 3140 EXPECT_EQ(cricket::DCT_SCTP, data_engine_->last_channel_type()); in TEST_F() 3182 EXPECT_EQ(cricket::DCT_SCTP, data_engine_->last_channel_type()); in TEST_F()
|
D | mediastreamsignaling.cc | 298 ASSERT(data_channel->data_channel_type() == cricket::DCT_SCTP); in AddDataChannel()
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
D | mediaengine.h | 372 DCT_SCTP = 2 enumerator
|
/external/chromium_org/third_party/libjingle/source/talk/examples/call/ |
D | call_main.cc | 415 data_channel_type = cricket::DCT_SCTP; in main()
|
D | callclient.cc | 523 if (data_channel_type_ == cricket::DCT_SCTP) { in InitMedia()
|
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
D | channel.cc | 2153 if (data_channel_type_ == DCT_SCTP) { in WantsPacket() 2190 DataChannelType data_channel_type = is_sctp ? DCT_SCTP : DCT_RTP; in SetDataChannelTypeFromContent() 2213 if (data_channel_type_ == DCT_SCTP) { in SetLocalContent_w() 2266 if (data_channel_type_ == DCT_SCTP) { in SetRemoteContent_w()
|
D | mediasessionclient_unittest.cc | 2055 if (options.data_channel_type == cricket::DCT_SCTP) { in TestGoodOutgoingInitiate() 2771 options.data_channel_type = cricket::DCT_SCTP; in TEST() 2816 options.data_channel_type = cricket::DCT_SCTP; in TEST() 2957 options.data_channel_type = cricket::DCT_SCTP; in TEST() 3078 options.data_channel_type = cricket::DCT_SCTP; in TEST()
|
D | mediasession.cc | 1521 bool is_sctp = (options.data_channel_type == DCT_SCTP); in AddDataContentForOffer() 1700 bool is_sctp = (options.data_channel_type == DCT_SCTP); in AddDataContentForAnswer()
|
D | mediasession_unittest.cc | 625 opts.data_channel_type = cricket::DCT_SCTP; in TEST_F() 660 opts.data_channel_type = cricket::DCT_SCTP; in TEST_F() 793 opts.data_channel_type = cricket::DCT_SCTP; in TEST_F()
|
D | call.cc | 305 data_channel_type = DCT_SCTP; in AddSession()
|
/external/chromium_org/third_party/libjingle/source/talk/media/sctp/ |
D | sctpdataengine_unittest.cc | 297 cricket::DCT_SCTP)); in CreateChannel()
|
D | sctpdataengine.cc | 298 if (data_channel_type != DCT_SCTP) { in CreateChannel()
|