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

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
datachannel.cc 65 data_channel_type_(dct),
77 if (data_channel_type_ == cricket::DCT_RTP &&
85 } else if (data_channel_type_ == cricket::DCT_SCTP) {
133 if (data_channel_type_ == cricket::DCT_RTP) {
168 if (data_channel_type_ == cricket::DCT_RTP) {
178 if (data_channel_type_ == cricket::DCT_RTP) {
193 ASSERT(data_channel_type_ == cricket::DCT_SCTP &&
224 ASSERT(data_channel_type_ == cricket::DCT_SCTP &&
250 ASSERT(data_channel_type_ == cricket::DCT_RTP);
266 ASSERT(data_channel_type_ == cricket::DCT_RTP)
    [all...]
webrtcsession.cc 465 data_channel_type_(cricket::DCT_NONE),
519 data_channel_type_ = cricket::DCT_RTP;
524 data_channel_type_ = cricket::DCT_SCTP;
527 if (data_channel_type_ != cricket::DCT_NONE) {
639 data_channel_type_,
761 if (data_channel_type_ == cricket::DCT_SCTP && GetSslRole(&role)) {
817 if (data_channel_type_ == cricket::DCT_SCTP && GetSslRole(&role)) {
    [all...]
datachannel.h 168 return data_channel_type_;
200 cricket::DataChannelType data_channel_type_; member in class:webrtc::DataChannel
webrtcsessiondescriptionfactory.cc 126 data_channel_type_(dct),
193 if (data_channel_type_ == cricket::DCT_SCTP &&
249 if (data_channel_type_ == cricket::DCT_SCTP) {
webrtcsessiondescriptionfactory.h 162 cricket::DataChannelType data_channel_type_; member in class:webrtc::WebRtcSessionDescriptionFactory
webrtcsession.h 335 cricket::DataChannelType data_channel_type_; member in class:webrtc::WebRtcSession
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
callclient.h 123 data_channel_type_ = data_channel_type;
325 cricket::DataChannelType data_channel_type_; member in class:CallClient
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...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.cc     [all...]
channel.h 686 // If data_channel_type_ is DCT_NONE, set it. Otherwise, check that
721 DataChannelType data_channel_type_; member in class:cricket::DataChannel

Completed in 221 milliseconds