Searched defs:data_channel_type (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dhybriddataengine.h55 virtual DataMediaChannel* CreateChannel(DataChannelType data_channel_type) { argument
58 channel = first_->CreateChannel(data_channel_type);
61 channel = second_->CreateChannel(data_channel_type);
H A Drtpdataengine.cc62 DataChannelType data_channel_type) {
63 if (data_channel_type != DCT_RTP) {
61 CreateChannel( DataChannelType data_channel_type) argument
H A Dfakemediaengine.h1049 virtual DataMediaChannel* CreateChannel(DataChannelType data_channel_type) { argument
1050 last_channel_type_ = data_channel_type;
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Ddatachannel.h168 cricket::DataChannelType data_channel_type() const { function in class:webrtc::DataChannel
H A Dwebrtcsession.cc1197 cricket::DataChannelType WebRtcSession::data_channel_type() const { function in class:webrtc::WebRtcSession
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
H A Dcall_main.cc411 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);
H A Dcallclient.h122 void SetDataChannelType(cricket::DataChannelType data_channel_type) { argument
123 data_channel_type_ = data_channel_type;
/external/chromium_org/third_party/libjingle/source/talk/media/sctp/
H A Dsctpdataengine.cc297 DataChannelType data_channel_type) {
298 if (data_channel_type != DCT_SCTP) {
296 CreateChannel( DataChannelType data_channel_type) argument
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dcall.cc302 DataChannelType data_channel_type = DCT_RTP; local
305 data_channel_type = DCT_SCTP;
311 session, data_offer->name, rtcp, data_channel_type);
H A Dchannelmanager.cc425 bool rtcp, DataChannelType data_channel_type) {
429 data_channel_type);
432 << data_channel_type;
423 CreateDataChannel_w( BaseSession* session, const std::string& content_name, bool rtcp, DataChannelType data_channel_type) argument
H A Dmediasession.h98 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
H A Dchannel.cc2190 DataChannelType data_channel_type = is_sctp ? DCT_SCTP : DCT_RTP; local
2191 return SetDataChannelType(data_channel_type, error_desc);

Completed in 2504 milliseconds