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

  /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);
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsession.cc 981 cricket::DataChannelType WebRtcSession::data_channel_type() const { function in class:webrtc::WebRtcSession
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
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.h 95 data_channel_type(DCT_NONE),
104 bool has_data() const { return data_channel_type != DCT_NONE; }
116 DataChannelType data_channel_type; member in struct:cricket::MediaSessionOptions
channel.cc 2502 DataChannelType data_channel_type = is_sctp ? DCT_SCTP : DCT_RTP; local
    [all...]

Completed in 758 milliseconds