HomeSort by relevance Sort by last modified time
    Searched full:data_channel_type (Results 1 - 23 of 23) 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 1000 virtual DataMediaChannel* CreateChannel(DataChannelType data_channel_type) {
1001 last_channel_type_ = data_channel_type;
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasession_unittest.cc 311 options.data_channel_type = cricket::DCT_RTP;
478 opts.data_channel_type = cricket::DCT_RTP;
508 opts.data_channel_type = cricket::DCT_NONE;
517 updated_opts.data_channel_type = cricket::DCT_RTP;
542 opts.data_channel_type = cricket::DCT_RTP;
579 opts.data_channel_type = cricket::DCT_SCTP;
669 opts.data_channel_type = cricket::DCT_RTP;
728 opts.data_channel_type = cricket::DCT_RTP;
    [all...]
mediasession.h 91 data_channel_type(DCT_NONE),
100 bool has_data() const { return data_channel_type != DCT_NONE; }
122 DataChannelType data_channel_type; member in struct:cricket::MediaSessionOptions
channelmanager.h 122 bool rtcp, DataChannelType data_channel_type);
263 bool rtcp, DataChannelType data_channel_type);
mediasessionclient_unittest.cc     [all...]
channelmanager.cc 423 bool rtcp, DataChannelType data_channel_type) {
427 data_channel_type);
430 << data_channel_type;
call.cc 292 DataChannelType data_channel_type = DCT_RTP; local
295 data_channel_type = DCT_SCTP;
301 session, data_offer->name, rtcp, data_channel_type);
    [all...]
mediasession.cc     [all...]
channel.cc 2588 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 413 cricket::DataChannelType data_channel_type = cricket::DCT_NONE; local
415 data_channel_type = cricket::DCT_RTP;
417 data_channel_type = cricket::DCT_SCTP;
479 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 148 cricket::DataChannelType data_channel_type() const { function in class:webrtc::DataChannel
webrtcsession.h 202 cricket::DataChannelType data_channel_type() const;
mediastreamsignaling.cc 248 if (data_channel->data_channel_type() == cricket::DCT_RTP) {
257 ASSERT(data_channel->data_channel_type() == cricket::DCT_SCTP);
    [all...]
webrtcsession.cc 1058 cricket::DataChannelType WebRtcSession::data_channel_type() const { function in class:webrtc::WebRtcSession
    [all...]
webrtcsession_unittest.cc 649 options.data_channel_type = cricket::DCT_SCTP;
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/sctp/
sctpdataengine.h 90 virtual DataMediaChannel* CreateChannel(DataChannelType data_channel_type);
sctpdataengine.cc 238 DataChannelType data_channel_type) {
239 if (data_channel_type != DCT_SCTP) {

Completed in 525 milliseconds