Home
last modified time | relevance | path

Searched refs:DCT_RTP (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
Ddatachannel.cc121 if (data_channel_type_ == cricket::DCT_RTP && in Init()
173 if (data_channel_type_ == cricket::DCT_RTP) { in reliable()
219 if (data_channel_type_ == cricket::DCT_RTP) { in Send()
228 ASSERT(data_channel_type_ == cricket::DCT_RTP); in SetReceiveSsrc()
265 ASSERT(data_channel_type_ == cricket::DCT_RTP); in SetSendSsrc()
293 (data_channel_type_ == cricket::DCT_RTP) ? receive_ssrc_ : config_.id; in OnDataReceived()
337 if (data_channel_type_ != cricket::DCT_RTP) { in OnDataReceived()
396 if (data_channel_type_ == cricket::DCT_RTP && !connected_to_provider_) { in UpdateState()
Dmediastreamsignaling_unittest.cc1255 AddDataChannel(cricket::DCT_RTP, "a", -1); in TEST_F()
1260 data_channel_provider_.get(), cricket::DCT_RTP, "a", config); in TEST_F()
Dpeerconnection.cc502 if (session_->data_channel_type() == cricket::DCT_RTP || first_datachannel) { in CreateDataChannel()
Dmediastreamsignaling.cc289 if (data_channel->data_channel_type() == cricket::DCT_RTP) { in AddDataChannel()
Dwebrtcsession.cc539 data_channel_type_ = cricket::DCT_RTP; in Initialize()
Dwebrtcsession_unittest.cc3078 EXPECT_EQ(cricket::DCT_RTP, data_engine_->last_channel_type()); in TEST_F()
3092 EXPECT_EQ(cricket::DCT_RTP, data_engine_->last_channel_type()); in TEST_F()
/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dmediasession_unittest.cc357 options.data_channel_type = cricket::DCT_RTP; in TestCryptoWithBundle()
524 opts.data_channel_type = cricket::DCT_RTP; in TEST_F()
563 updated_opts.data_channel_type = cricket::DCT_RTP; in TEST_F()
588 opts.data_channel_type = cricket::DCT_RTP; in TEST_F()
755 opts.data_channel_type = cricket::DCT_RTP; in TEST_F()
846 opts.data_channel_type = cricket::DCT_RTP; in TEST_F()
933 opts.data_channel_type = cricket::DCT_RTP; in TEST_F()
960 opts.data_channel_type = cricket::DCT_RTP; in TEST_F()
1000 answer_opts.data_channel_type = cricket::DCT_RTP; in TEST_F()
1001 offer_opts.data_channel_type = cricket::DCT_RTP; in TEST_F()
[all …]
Dchannelmanager_unittest.cc136 false, cricket::DCT_RTP); in TEST_F()
160 false, cricket::DCT_RTP); in TEST_F()
187 false, cricket::DCT_RTP); in TEST_F()
Dmediasessionclient_unittest.cc1757 if (options.data_channel_type == cricket::DCT_RTP) { in TestGoodIncomingInitiate()
2050 if (options.data_channel_type == cricket::DCT_RTP) { in TestGoodOutgoingInitiate()
2419 if (options.data_channel_type == cricket::DCT_RTP) { in TestIncomingAcceptWithSsrcs()
2805 options.data_channel_type = cricket::DCT_RTP; in TEST()
2827 options.data_channel_type = cricket::DCT_RTP; in TEST()
2835 options.data_channel_type = cricket::DCT_RTP; in TEST()
2949 options.data_channel_type = cricket::DCT_RTP; in TEST()
3070 options.data_channel_type = cricket::DCT_RTP; in TEST()
3318 options.data_channel_type = cricket::DCT_RTP; in TEST()
Dchannel.cc2157 } else if (data_channel_type_ == DCT_RTP) { in WantsPacket()
2190 DataChannelType data_channel_type = is_sctp ? DCT_SCTP : DCT_RTP; in SetDataChannelTypeFromContent()
2454 return (data_channel_type_ == DCT_RTP); in ShouldSetupDtlsSrtp()
Dcall.cc302 DataChannelType data_channel_type = DCT_RTP; in AddSession()
Dmediasession.cc1105 data_channel_type = DCT_RTP; in AddStreamInternal()
/external/chromium_org/third_party/libjingle/source/talk/media/base/
Dmediaengine.h371 DCT_RTP = 1, enumerator
Drtpdataengine.cc63 if (data_channel_type != DCT_RTP) { in CreateChannel()
Drtpdataengine_unittest.cc119 cricket::DCT_RTP)); in CreateChannel()
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
Dcall_main.cc413 data_channel_type = cricket::DCT_RTP; in main()