Searched refs:CreateDataChannel (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dpeerconnectionendtoend_unittest.cc309 caller_->CreateDataChannel("data", init));
311 callee_->CreateDataChannel("data", init));
337 caller_->CreateDataChannel("data", init));
343 caller_->CreateDataChannel("hello", init));
345 callee_->CreateDataChannel("hello", init));
365 caller_->CreateDataChannel("data", init));
367 callee_->CreateDataChannel("data", init));
376 caller_->CreateDataChannel("data", init));
378 callee_->CreateDataChannel("data", init));
395 caller_->CreateDataChannel("dat
[all...]
H A Dpeerconnectioninterface_unittest.cc791 pc_->CreateDataChannel("test1", NULL);
793 pc_->CreateDataChannel("test2", NULL);
838 pc_->CreateDataChannel("test1", NULL);
840 pc_->CreateDataChannel("test2", NULL);
868 pc_->CreateDataChannel("test1", NULL);
892 pc_->CreateDataChannel(offer_label, NULL);
935 pc_->CreateDataChannel(label, &config);
949 pc_->CreateDataChannel("1", &config);
956 channel = pc_->CreateDataChannel("2", &config);
963 channel = pc_->CreateDataChannel("
[all...]
H A Dpeerconnectionproxy.h51 CreateDataChannel, const std::string&, const DataChannelInit*)
H A Dwebrtcsession.h211 rtc::scoped_refptr<DataChannel> CreateDataChannel(
286 bool CreateDataChannel(const cricket::ContentInfo* content);
H A Dpeerconnection_unittest.cc722 void CreateDataChannel() { function in class:JsepTestClient
723 data_channel_ = pc()->CreateDataChannel(kDataChannelLabel,
1308 initializing_client()->CreateDataChannel();
1345 initializing_client()->CreateDataChannel();
1381 initializing_client()->CreateDataChannel();
1395 initializing_client()->CreateDataChannel();
1415 initializing_client()->CreateDataChannel();
H A Ddatachannel.h245 virtual rtc::scoped_refptr<DataChannel> CreateDataChannel(
H A Dpeerconnection.h75 virtual rtc::scoped_refptr<DataChannelInterface> CreateDataChannel(
H A Dpeerconnectioninterface.h275 virtual rtc::scoped_refptr<DataChannelInterface> CreateDataChannel(
H A Dwebrtcsession.cc1162 rtc::scoped_refptr<DataChannel> WebRtcSession::CreateDataChannel( function in class:webrtc::WebRtcSession
1169 LOG(LS_ERROR) << "CreateDataChannel: Data is not supported in this call.";
1515 if (!CreateDataChannel(data)) {
1544 bool WebRtcSession::CreateDataChannel(const cricket::ContentInfo* content) { function in class:webrtc::WebRtcSession
1546 data_channel_.reset(channel_manager_->CreateDataChannel(
H A Dmediastreamsignaling.cc324 data_channel_factory_->CreateDataChannel(label, &config));
971 data_channel_factory_->CreateDataChannel(label, NULL));
974 << "CreateDataChannel failed.";
H A Dpeerconnection.cc486 PeerConnection::CreateDataChannel( function in class:webrtc::PeerConnection
496 session_->CreateDataChannel(label, internal_config.get()));
H A Dmediastreamsignaling_unittest.cc270 virtual rtc::scoped_refptr<webrtc::DataChannel> CreateDataChannel( function in class:FakeDataChannelFactory
H A Dwebrtcsession_unittest.cc1044 session_->CreateDataChannel("datachannel", &dci);
3184 session_->CreateDataChannel("datachannel", &dci);
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
H A Dpeerconnectiontestwrapper.h55 rtc::scoped_refptr<webrtc::DataChannelInterface> CreateDataChannel(
H A Dpeerconnectiontestwrapper.cc106 PeerConnectionTestWrapper::CreateDataChannel( function in class:PeerConnectionTestWrapper
109 return peer_connection_->CreateDataChannel(label, &init);
/external/chromium_org/content/renderer/media/
H A Dmock_peer_connection_impl.h39 CreateDataChannel(const std::string& label,
H A Dmock_peer_connection_impl.cc259 MockPeerConnectionImpl::CreateDataChannel(const std::string& label, function in class:content::MockPeerConnectionImpl
H A Drtc_peer_connection_handler.cc807 native_peer_connection_->CreateDataChannel(base::UTF16ToUTF8(label),
H A Drtc_peer_connection_handler_unittest.cc844 TEST_F(RTCPeerConnectionHandlerTest, CreateDataChannel) {
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dchannelmanager_unittest.cc135 cm_->CreateDataChannel(session_, cricket::CN_DATA,
159 cm_->CreateDataChannel(session_, cricket::CN_DATA,
186 cm_->CreateDataChannel(session_, cricket::CN_DATA,
H A Dchannelmanager.h123 DataChannel* CreateDataChannel(
H A Dchannelmanager.cc415 DataChannel* ChannelManager::CreateDataChannel( function in class:cricket::ChannelManager
H A Dcall.cc310 session_client_->channel_manager()->CreateDataChannel(
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
H A DRTCPeerConnection.mm169 self.peerConnection->CreateDataChannel(labelString,
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
H A Dpeerconnection_jni.cc3002 ExtractNativePC(jni, j_pc)->CreateDataChannel(

Completed in 604 milliseconds