Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/
Ddatachannel.cc159 if (data_channel_type_ == cricket::DCT_RTP) { in Init()
225 if (data_channel_type_ == cricket::DCT_RTP) { in reliable()
271 if (data_channel_type_ == cricket::DCT_RTP) { in Send()
280 ASSERT(data_channel_type_ == cricket::DCT_RTP); in SetReceiveSsrc()
325 ASSERT(data_channel_type_ == cricket::DCT_RTP); in SetSendSsrc()
346 (data_channel_type_ == cricket::DCT_RTP) ? receive_ssrc_ : config_.id; in OnDataReceived()
392 if (data_channel_type_ != cricket::DCT_RTP) { in OnDataReceived()
437 if (data_channel_type_ == cricket::DCT_RTP && !connected_to_provider_) { in UpdateState()
Dpeerconnection.cc850 if (session_->data_channel_type() == cricket::DCT_RTP || first_datachannel) { in CreateDataChannel()
1863 if (channel->data_channel_type() == cricket::DCT_RTP) { in InternalCreateDataChannel()
Dwebrtcsession_unittest.cc553 if (data_channel_ && session_->data_channel_type() == cricket::DCT_RTP) { in AddStreamsToOptions()
3801 EXPECT_EQ(cricket::DCT_RTP, data_engine_->last_channel_type()); in TEST_F()
3815 EXPECT_EQ(cricket::DCT_RTP, data_engine_->last_channel_type()); in TEST_P()
Dwebrtcsession.cc643 data_channel_type_ = cricket::DCT_RTP; in Initialize()
/external/webrtc/talk/session/media/
Dchannelmanager_unittest.cc129 transport_controller_, cricket::CN_DATA, false, cricket::DCT_RTP); in TEST_F()
154 transport_controller_, cricket::CN_DATA, false, cricket::DCT_RTP); in TEST_F()
181 transport_controller_, cricket::CN_DATA, false, cricket::DCT_RTP); in TEST_F()
Dmediasession_unittest.cc385 options.data_channel_type = cricket::DCT_RTP; in TestCryptoWithBundle()
550 opts.data_channel_type = cricket::DCT_RTP; in TEST_F()
589 updated_opts.data_channel_type = cricket::DCT_RTP; in TEST_F()
615 opts.data_channel_type = cricket::DCT_RTP; in TEST_F()
827 opts.data_channel_type = cricket::DCT_RTP; in TEST_F()
918 opts.data_channel_type = cricket::DCT_RTP; in TEST_F()
1005 opts.data_channel_type = cricket::DCT_RTP; in TEST_F()
1032 opts.data_channel_type = cricket::DCT_RTP; in TEST_F()
1072 answer_opts.data_channel_type = cricket::DCT_RTP; in TEST_F()
1073 offer_opts.data_channel_type = cricket::DCT_RTP; in TEST_F()
[all …]
Dchannel.cc2059 } else if (data_channel_type_ == DCT_RTP) { in WantsPacket()
2092 DataChannelType data_channel_type = is_sctp ? DCT_SCTP : DCT_RTP; in SetDataChannelTypeFromContent()
2115 if (data_channel_type_ == DCT_RTP) { in SetLocalContent_w()
2131 if (data_channel_type_ == DCT_RTP) { in SetLocalContent_w()
2177 if (data_channel_type_ == DCT_RTP && in SetRemoteContent_w()
2318 return (data_channel_type_ == DCT_RTP) && BaseChannel::ShouldSetupDtlsSrtp(); in ShouldSetupDtlsSrtp()
Dmediasession.cc1210 data_channel_type = DCT_RTP; in AddSendStreamInternal()
/external/webrtc/talk/media/base/
Dmediaengine.h209 DCT_RTP = 1, enumerator
Drtpdataengine.cc63 if (data_channel_type != DCT_RTP) { in CreateChannel()
Drtpdataengine_unittest.cc111 cricket::DCT_RTP)); in CreateChannel()