HomeSort by relevance Sort by last modified time
    Searched refs:DataChannelInit (Results 1 - 18 of 18) sorted by null

  /external/webrtc/talk/app/webrtc/
sctputils.h 40 struct DataChannelInit;
47 DataChannelInit* config);
52 const DataChannelInit& config,
datachannelinterface.h 44 struct DataChannelInit {
45 DataChannelInit()
sctputils_unittest.cc 36 const webrtc::DataChannelInit& config) {
83 webrtc::DataChannelInit config;
93 webrtc::DataChannelInit output_config;
105 webrtc::DataChannelInit config;
117 webrtc::DataChannelInit output_config;
129 webrtc::DataChannelInit config;
140 webrtc::DataChannelInit output_config;
datachannel.h 68 struct InternalDataChannelInit : public DataChannelInit {
76 explicit InternalDataChannelInit(const DataChannelInit& base)
77 : DataChannelInit(base), open_handshake_role(kOpener) {
peerconnectionendtoend_unittest.cc 206 webrtc::DataChannelInit init;
239 webrtc::DataChannelInit init;
269 webrtc::DataChannelInit init;
298 webrtc::DataChannelInit init;
342 webrtc::DataChannelInit init;
370 webrtc::DataChannelInit init;
peerconnectionproxy.h 58 CreateDataChannel, const std::string&, const DataChannelInit*)
sctputils.cc 66 DataChannelInit* config) {
156 const DataChannelInit& config,
peerconnectioninterface.h 365 const DataChannelInit* config) = 0;
peerconnection.h 102 const DataChannelInit* config) override;
datachannel_unittest.cc 414 webrtc::DataChannelInit base;
peerconnectioninterface_unittest.cc     [all...]
peerconnection.cc 834 const DataChannelInit* config) {
    [all...]
webrtcsession_unittest.cc     [all...]
  /external/webrtc/talk/app/webrtc/objc/
RTCDataChannel+Internal.h 43 @property(nonatomic, readonly) const webrtc::DataChannelInit* dataChannelInit;
RTCDataChannel.mm 86 webrtc::DataChannelInit _dataChannelInit;
141 - (const webrtc::DataChannelInit*)dataChannelInit {
  /external/webrtc/talk/app/webrtc/test/
peerconnectiontestwrapper.h 52 const webrtc::DataChannelInit& init);
peerconnectiontestwrapper.cc 108 const webrtc::DataChannelInit& init) {
  /external/webrtc/talk/app/webrtc/java/jni/
peerconnection_jni.cc 111 using webrtc::DataChannelInit;
155 static DataChannelInit JavaDataChannelInitToNative(
157 DataChannelInit init;
    [all...]

Completed in 151 milliseconds