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

  /external/webrtc/talk/app/webrtc/
datachannel.h 190 cricket::DataChannelType data_channel_type() const { function in class:webrtc::DataChannel
webrtcsession.cc 1491 cricket::DataChannelType WebRtcSession::data_channel_type() const { function in class:webrtc::WebRtcSession
    [all...]
  /external/webrtc/talk/session/media/
mediasession.h 100 data_channel_type(DCT_NONE),
115 bool has_data() const { return data_channel_type != DCT_NONE; }
143 DataChannelType data_channel_type; member in struct:cricket::MediaSessionOptions
channel.cc 2092 DataChannelType data_channel_type = is_sctp ? DCT_SCTP : DCT_RTP; local
    [all...]

Completed in 222 milliseconds