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

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dpeerconnectioninterface_unittest.cc773 pc_->CreateDataChannel("test1", NULL);
775 pc_->CreateDataChannel("test2", NULL);
826 pc_->CreateDataChannel("test1", NULL);
828 pc_->CreateDataChannel("test2", NULL);
862 pc_->CreateDataChannel("test1", NULL);
886 pc_->CreateDataChannel(offer_label, NULL);
929 pc_->CreateDataChannel(label, &config);
943 pc_->CreateDataChannel("1", &config);
948 channel = pc_->CreateDataChannel("2", &config);
954 channel = pc_->CreateDataChannel("
[all...]
H A Dpeerconnectionproxy.h49 CreateDataChannel, const std::string&, const DataChannelInit*)
H A Ddatachannel.h147 virtual talk_base::scoped_refptr<DataChannel> CreateDataChannel(
H A Dwebrtcsession.h183 talk_base::scoped_refptr<DataChannel> CreateDataChannel(
261 bool CreateDataChannel(const cricket::ContentInfo* content);
H A Dpeerconnection.h74 virtual talk_base::scoped_refptr<DataChannelInterface> CreateDataChannel(
H A Dpeerconnection_unittest.cc682 void CreateDataChannel() { function in class:JsepTestClient
683 data_channel_ = pc()->CreateDataChannel(kDataChannelLabel,
1231 initializing_client()->CreateDataChannel();
1266 initializing_client()->CreateDataChannel();
1294 initializing_client()->CreateDataChannel();
1308 initializing_client()->CreateDataChannel();
H A Dpeerconnectioninterface.h195 virtual talk_base::scoped_refptr<DataChannelInterface> CreateDataChannel(
H A Dpeerconnection.cc419 PeerConnection::CreateDataChannel( function in class:webrtc::PeerConnection
423 session_->CreateDataChannel(label, config));
H A Dwebrtcsession.cc925 talk_base::scoped_refptr<DataChannel> WebRtcSession::CreateDataChannel( function in class:webrtc::WebRtcSession
932 LOG(LS_ERROR) << "CreateDataChannel: Data is not supported in this call.";
1308 if (!CreateDataChannel(data)) {
1329 bool WebRtcSession::CreateDataChannel(const cricket::ContentInfo* content) { function in class:webrtc::WebRtcSession
1331 data_channel_.reset(channel_manager_->CreateDataChannel(
H A Dmediastreamsignaling.cc254 data_channel_factory_->CreateDataChannel(label, &config));
886 data_channel_factory_->CreateDataChannel(label, NULL));
H A Dwebrtcsession_unittest.cc815 session_->CreateDataChannel("datachannel", &dci);
/external/chromium_org/content/renderer/media/
H A Dmock_peer_connection_impl.h38 CreateDataChannel(const std::string& label,
H A Dmock_peer_connection_impl.cc237 MockPeerConnectionImpl::CreateDataChannel(const std::string& label, function in class:content::MockPeerConnectionImpl
H A Drtc_peer_connection_handler.cc597 native_peer_connection_->CreateDataChannel(UTF16ToUTF8(label), &config));
H A Drtc_peer_connection_handler_unittest.cc792 TEST_F(RTCPeerConnectionHandlerTest, CreateDataChannel) {
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dchannelmanager_unittest.cc142 cm_->CreateDataChannel(session_, cricket::CN_DATA,
164 cm_->CreateDataChannel(session_, cricket::CN_DATA,
191 cm_->CreateDataChannel(session_, cricket::CN_DATA,
H A Dchannelmanager.h120 DataChannel* CreateDataChannel(
H A Dchannelmanager.cc412 DataChannel* ChannelManager::CreateDataChannel( function in class:cricket::ChannelManager
H A Dcall.cc300 session_client_->channel_manager()->CreateDataChannel(
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
H A Dpeerconnection_jni.cc1316 ExtractNativePC(jni, j_pc)->CreateDataChannel(

Completed in 262 milliseconds