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

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
datachannel.h 168 cricket::DataChannelType data_channel_type() const { function in class:webrtc::DataChannel
webrtcsession.cc 1197 cricket::DataChannelType WebRtcSession::data_channel_type() const { function in class:webrtc::WebRtcSession
    [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);
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
call.cc 302 DataChannelType data_channel_type = DCT_RTP; local
305 data_channel_type = DCT_SCTP;
311 session, data_offer->name, rtcp, data_channel_type);
    [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
channel.cc 2190 DataChannelType data_channel_type = is_sctp ? DCT_SCTP : DCT_RTP; local
    [all...]

Completed in 169 milliseconds