HomeSort by relevance Sort by last modified time
    Searched refs:data_channel_type_ (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsession.cc 395 data_channel_type_(cricket::DCT_NONE),
431 data_channel_type_ = cricket::DCT_RTP;
445 data_channel_type_ = cricket::DCT_SCTP;
448 if (data_channel_type_ != cricket::DCT_NONE) {
469 data_channel_type_,
    [all...]
webrtcsessiondescriptionfactory.h 164 cricket::DataChannelType data_channel_type_; member in class:webrtc::WebRtcSessionDescriptionFactory
webrtcsessiondescriptionfactory.cc 128 data_channel_type_(dct),
200 if (data_channel_type_ == cricket::DCT_SCTP) {
252 if (data_channel_type_ == cricket::DCT_SCTP) {
webrtcsession.h 301 cricket::DataChannelType data_channel_type_; member in class:webrtc::WebRtcSession
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
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_;
387 data_channel_type_(cricket::DCT_NONE),
521 if (data_channel_type_ == cricket::DCT_SCTP) {
526 data_channel_type_ = cricket::DCT_NONE;
577 options.data_channel_type = data_channel_type_;
595 options.data_channel_type = data_channel_type_;
    [all...]
callclient.h 123 data_channel_type_ = data_channel_type;
325 cricket::DataChannelType data_channel_type_; member in class:CallClient
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.cc     [all...]
channel.h 653 // If data_channel_type_ is DCT_NONE, set it. Otherwise, check that
684 DataChannelType data_channel_type_; member in class:cricket::DataChannel

Completed in 249 milliseconds