Searched refs:DCT_RTP (Results 1 – 11 of 11) sorted by relevance
/external/webrtc/talk/app/webrtc/ |
D | datachannel.cc | 159 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()
|
D | peerconnection.cc | 850 if (session_->data_channel_type() == cricket::DCT_RTP || first_datachannel) { in CreateDataChannel() 1863 if (channel->data_channel_type() == cricket::DCT_RTP) { in InternalCreateDataChannel()
|
D | webrtcsession_unittest.cc | 553 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()
|
D | webrtcsession.cc | 643 data_channel_type_ = cricket::DCT_RTP; in Initialize()
|
/external/webrtc/talk/session/media/ |
D | channelmanager_unittest.cc | 129 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()
|
D | mediasession_unittest.cc | 385 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 …]
|
D | channel.cc | 2059 } 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()
|
D | mediasession.cc | 1210 data_channel_type = DCT_RTP; in AddSendStreamInternal()
|
/external/webrtc/talk/media/base/ |
D | mediaengine.h | 209 DCT_RTP = 1, enumerator
|
D | rtpdataengine.cc | 63 if (data_channel_type != DCT_RTP) { in CreateChannel()
|
D | rtpdataengine_unittest.cc | 111 cricket::DCT_RTP)); in CreateChannel()
|