Home
last modified time | relevance | path

Searched refs:DataChannelType (Results 1 – 22 of 22) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
Ddatachannel.h107 cricket::DataChannelType dct,
168 cricket::DataChannelType data_channel_type() const { in data_channel_type()
174 cricket::DataChannelType dct,
227 cricket::DataChannelType data_channel_type_;
Dwebrtcsessiondescriptionfactory.h100 cricket::DataChannelType dct,
162 cricket::DataChannelType data_channel_type_;
Dwebrtcsession.h215 cricket::DataChannelType data_channel_type() const;
347 cricket::DataChannelType data_channel_type_;
Ddatachannel.cc91 cricket::DataChannelType dct, in Create()
104 cricket::DataChannelType dct, in DataChannel()
Dwebrtcsessiondescriptionfactory.cc113 cricket::DataChannelType dct, in WebRtcSessionDescriptionFactory()
Dmediastreamsignaling_unittest.cc264 cricket::DataChannelType dct, in FakeDataChannelFactory()
286 cricket::DataChannelType type_;
581 cricket::DataChannelType type, const std::string& label, int id) { in AddDataChannel()
Dwebrtcsession.cc1197 cricket::DataChannelType WebRtcSession::data_channel_type() const { in data_channel_type()
/external/chromium_org/third_party/libjingle/source/talk/media/base/
Dhybriddataengine.h55 virtual DataMediaChannel* CreateChannel(DataChannelType data_channel_type) { in CreateChannel()
Dmediaengine.h369 enum DataChannelType { enum
378 virtual DataMediaChannel* CreateChannel(DataChannelType type) = 0;
Drtpdataengine.h47 virtual DataMediaChannel* CreateChannel(DataChannelType data_channel_type);
Dfakemediaengine.h1049 virtual DataMediaChannel* CreateChannel(DataChannelType data_channel_type) { in CreateChannel()
1070 DataChannelType last_channel_type() const { return last_channel_type_; } in last_channel_type()
1075 DataChannelType last_channel_type_;
Drtpdataengine.cc62 DataChannelType data_channel_type) { in CreateChannel()
/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dchannelmanager.h125 bool rtcp, DataChannelType data_channel_type);
270 bool rtcp, DataChannelType data_channel_type);
Dchannel.h682 bool SetDataChannelType(DataChannelType new_data_channel_type,
714 DataChannelType data_channel_type_;
Dchannelmanager.cc417 bool rtcp, DataChannelType channel_type) { in CreateDataChannel()
425 bool rtcp, DataChannelType data_channel_type) { in CreateDataChannel_w()
Dmediasession.h129 DataChannelType data_channel_type;
Dchannel.cc2163 bool DataChannel::SetDataChannelType(DataChannelType new_data_channel_type, in SetDataChannelType()
2190 DataChannelType data_channel_type = is_sctp ? DCT_SCTP : DCT_RTP; in SetDataChannelTypeFromContent()
Dcall.cc302 DataChannelType data_channel_type = DCT_RTP; in AddSession()
/external/chromium_org/third_party/libjingle/source/talk/media/sctp/
Dsctpdataengine.h96 virtual DataMediaChannel* CreateChannel(DataChannelType data_channel_type);
Dsctpdataengine.cc297 DataChannelType data_channel_type) { in CreateChannel()
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
Dcallclient.h122 void SetDataChannelType(cricket::DataChannelType data_channel_type) { in SetDataChannelType()
325 cricket::DataChannelType data_channel_type_;
Dcall_main.cc411 cricket::DataChannelType data_channel_type = cricket::DCT_NONE; in main()