Searched refs:DataChannelType (Results 1 – 22 of 22) sorted by relevance
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
D | datachannel.h | 107 cricket::DataChannelType dct, 168 cricket::DataChannelType data_channel_type() const { in data_channel_type() 174 cricket::DataChannelType dct, 227 cricket::DataChannelType data_channel_type_;
|
D | webrtcsessiondescriptionfactory.h | 100 cricket::DataChannelType dct, 162 cricket::DataChannelType data_channel_type_;
|
D | webrtcsession.h | 215 cricket::DataChannelType data_channel_type() const; 347 cricket::DataChannelType data_channel_type_;
|
D | datachannel.cc | 91 cricket::DataChannelType dct, in Create() 104 cricket::DataChannelType dct, in DataChannel()
|
D | webrtcsessiondescriptionfactory.cc | 113 cricket::DataChannelType dct, in WebRtcSessionDescriptionFactory()
|
D | mediastreamsignaling_unittest.cc | 264 cricket::DataChannelType dct, in FakeDataChannelFactory() 286 cricket::DataChannelType type_; 581 cricket::DataChannelType type, const std::string& label, int id) { in AddDataChannel()
|
D | webrtcsession.cc | 1197 cricket::DataChannelType WebRtcSession::data_channel_type() const { in data_channel_type()
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
D | hybriddataengine.h | 55 virtual DataMediaChannel* CreateChannel(DataChannelType data_channel_type) { in CreateChannel()
|
D | mediaengine.h | 369 enum DataChannelType { enum 378 virtual DataMediaChannel* CreateChannel(DataChannelType type) = 0;
|
D | rtpdataengine.h | 47 virtual DataMediaChannel* CreateChannel(DataChannelType data_channel_type);
|
D | fakemediaengine.h | 1049 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_;
|
D | rtpdataengine.cc | 62 DataChannelType data_channel_type) { in CreateChannel()
|
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
D | channelmanager.h | 125 bool rtcp, DataChannelType data_channel_type); 270 bool rtcp, DataChannelType data_channel_type);
|
D | channel.h | 682 bool SetDataChannelType(DataChannelType new_data_channel_type, 714 DataChannelType data_channel_type_;
|
D | channelmanager.cc | 417 bool rtcp, DataChannelType channel_type) { in CreateDataChannel() 425 bool rtcp, DataChannelType data_channel_type) { in CreateDataChannel_w()
|
D | mediasession.h | 129 DataChannelType data_channel_type;
|
D | channel.cc | 2163 bool DataChannel::SetDataChannelType(DataChannelType new_data_channel_type, in SetDataChannelType() 2190 DataChannelType data_channel_type = is_sctp ? DCT_SCTP : DCT_RTP; in SetDataChannelTypeFromContent()
|
D | call.cc | 302 DataChannelType data_channel_type = DCT_RTP; in AddSession()
|
/external/chromium_org/third_party/libjingle/source/talk/media/sctp/ |
D | sctpdataengine.h | 96 virtual DataMediaChannel* CreateChannel(DataChannelType data_channel_type);
|
D | sctpdataengine.cc | 297 DataChannelType data_channel_type) { in CreateChannel()
|
/external/chromium_org/third_party/libjingle/source/talk/examples/call/ |
D | callclient.h | 122 void SetDataChannelType(cricket::DataChannelType data_channel_type) { in SetDataChannelType() 325 cricket::DataChannelType data_channel_type_;
|
D | call_main.cc | 411 cricket::DataChannelType data_channel_type = cricket::DCT_NONE; in main()
|