HomeSort by relevance Sort by last modified time
    Searched full:data_channel_type (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
hybriddataengine.h 55 virtual DataMediaChannel* CreateChannel(DataChannelType data_channel_type) {
58 channel = first_->CreateChannel(data_channel_type);
61 channel = second_->CreateChannel(data_channel_type);
rtpdataengine.cc 62 DataChannelType data_channel_type) {
63 if (data_channel_type != DCT_RTP) {
rtpdataengine.h 47 virtual DataMediaChannel* CreateChannel(DataChannelType data_channel_type);
fakemediaengine.h     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasession_unittest.cc 341 options.data_channel_type = cricket::DCT_RTP;
508 opts.data_channel_type = cricket::DCT_RTP;
538 opts.data_channel_type = cricket::DCT_NONE;
547 updated_opts.data_channel_type = cricket::DCT_RTP;
572 opts.data_channel_type = cricket::DCT_RTP;
609 opts.data_channel_type = cricket::DCT_SCTP;
699 opts.data_channel_type = cricket::DCT_RTP;
758 opts.data_channel_type = cricket::DCT_RTP;
    [all...]
mediasession.h 98 data_channel_type(DCT_NONE),
107 bool has_data() const { return data_channel_type != DCT_NONE; }
129 DataChannelType data_channel_type; member in struct:cricket::MediaSessionOptions
channelmanager.h 123 bool rtcp, DataChannelType data_channel_type);
265 bool rtcp, DataChannelType data_channel_type);
mediasessionclient_unittest.cc     [all...]
channelmanager.cc 427 bool rtcp, DataChannelType data_channel_type) {
431 data_channel_type);
434 << data_channel_type;
mediasession.cc     [all...]
call.cc 310 DataChannelType data_channel_type = DCT_RTP; local
313 data_channel_type = DCT_SCTP;
319 session, data_offer->name, rtcp, data_channel_type);
    [all...]
channel.cc 2219 DataChannelType data_channel_type = is_sctp ? DCT_SCTP : DCT_RTP; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
call_main.cc 411 cricket::DataChannelType data_channel_type = cricket::DCT_NONE; local
413 data_channel_type = cricket::DCT_RTP;
415 data_channel_type = cricket::DCT_SCTP;
477 client->SetDataChannelType(data_channel_type);
callclient.h 122 void SetDataChannelType(cricket::DataChannelType data_channel_type) {
123 data_channel_type_ = data_channel_type;
callclient.cc 199 options.data_channel_type = data_channel_type_;
217 options.data_channel_type = data_channel_type_;
332 options.data_channel_type = data_channel_type_;
342 options.data_channel_type = data_channel_type_;
577 options.data_channel_type = data_channel_type_;
595 options.data_channel_type = data_channel_type_;
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsessiondescriptionfactory.cc 195 options.data_channel_type = cricket::DCT_SCTP;
250 options.data_channel_type = cricket::DCT_SCTP;
datachannel.h 167 cricket::DataChannelType data_channel_type() const { function in class:webrtc::DataChannel
webrtcsession.h 211 cricket::DataChannelType data_channel_type() const;
mediastreamsignaling.cc 232 if (data_channel->data_channel_type() == cricket::DCT_RTP) {
241 ASSERT(data_channel->data_channel_type() == cricket::DCT_SCTP);
    [all...]
peerconnection.cc 498 if (session_->data_channel_type() == cricket::DCT_RTP || first_datachannel) {
webrtcsession.cc 1201 cricket::DataChannelType WebRtcSession::data_channel_type() const { function in class:webrtc::WebRtcSession
    [all...]
webrtcsession_unittest.cc 759 options.data_channel_type = cricket::DCT_SCTP;
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/sctp/
sctpdataengine.h 96 virtual DataMediaChannel* CreateChannel(DataChannelType data_channel_type);
sctpdataengine.cc 297 DataChannelType data_channel_type) {
298 if (data_channel_type != DCT_SCTP) {
    [all...]

Completed in 469 milliseconds