Searched refs:DCT_RTP (Results 1 – 16 of 16) sorted by relevance
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
D | datachannel.cc | 121 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()
|
D | mediastreamsignaling_unittest.cc | 1255 AddDataChannel(cricket::DCT_RTP, "a", -1); in TEST_F() 1260 data_channel_provider_.get(), cricket::DCT_RTP, "a", config); in TEST_F()
|
D | peerconnection.cc | 502 if (session_->data_channel_type() == cricket::DCT_RTP || first_datachannel) { in CreateDataChannel()
|
D | mediastreamsignaling.cc | 289 if (data_channel->data_channel_type() == cricket::DCT_RTP) { in AddDataChannel()
|
D | webrtcsession.cc | 539 data_channel_type_ = cricket::DCT_RTP; in Initialize()
|
D | webrtcsession_unittest.cc | 3078 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/ |
D | mediasession_unittest.cc | 357 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 …]
|
D | channelmanager_unittest.cc | 136 false, cricket::DCT_RTP); in TEST_F() 160 false, cricket::DCT_RTP); in TEST_F() 187 false, cricket::DCT_RTP); in TEST_F()
|
D | mediasessionclient_unittest.cc | 1757 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()
|
D | channel.cc | 2157 } 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()
|
D | call.cc | 302 DataChannelType data_channel_type = DCT_RTP; in AddSession()
|
D | mediasession.cc | 1105 data_channel_type = DCT_RTP; in AddStreamInternal()
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
D | mediaengine.h | 371 DCT_RTP = 1, enumerator
|
D | rtpdataengine.cc | 63 if (data_channel_type != DCT_RTP) { in CreateChannel()
|
D | rtpdataengine_unittest.cc | 119 cricket::DCT_RTP)); in CreateChannel()
|
/external/chromium_org/third_party/libjingle/source/talk/examples/call/ |
D | call_main.cc | 413 data_channel_type = cricket::DCT_RTP; in main()
|