Home
last modified time | relevance | path

Searched refs:CreateOffer (Results 1 – 23 of 23) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dtransportdescriptionfactory_unittest.cc74 rtc::scoped_ptr<TransportDescription> offer(f1_.CreateOffer( in TestIceRestart()
82 rtc::scoped_ptr<TransportDescription> restart_offer(f1_.CreateOffer( in TestIceRestart()
123 scoped_ptr<TransportDescription> desc(f1_.CreateOffer( in TEST_F()
134 scoped_ptr<TransportDescription> desc(f1_.CreateOffer( in TEST_F()
139 desc.reset(f1_.CreateOffer(TransportOptions(), NULL)); in TEST_F()
146 scoped_ptr<TransportDescription> desc(f1_.CreateOffer( in TEST_F()
159 scoped_ptr<TransportDescription> old_desc(f1_.CreateOffer( in TEST_F()
163 f1_.CreateOffer(TransportOptions(), old_desc.get())); in TEST_F()
169 scoped_ptr<TransportDescription> offer(f1_.CreateOffer( in TEST_F()
183 f1_.CreateOffer(TransportOptions(), NULL)); in TEST_F()
[all …]
Dtransportdescriptionfactory.h51 TransportDescription* CreateOffer(const TransportOptions& options,
Dtransportdescriptionfactory.cc25 TransportDescription* TransportDescriptionFactory::CreateOffer( in CreateOffer() function in cricket::TransportDescriptionFactory
/external/webrtc/talk/session/media/
Dmediasession_unittest.cc311 desc.reset(f1_.CreateOffer(options, current_desc.get())); in TestTransportInfo()
314 offer.reset(f1_.CreateOffer(options, NULL)); in TestTransportInfo()
390 ref_desc.reset(f1_.CreateOffer(options, NULL)); in TestCryptoWithBundle()
392 desc.reset(f1_.CreateOffer(options, ref_desc.get())); in TestCryptoWithBundle()
395 ref_desc.reset(f1_.CreateOffer(options, NULL)); in TestCryptoWithBundle()
438 f1_.CreateOffer(opts, NULL)); in TestMediaDirectionInAnswer()
485 f1_.CreateOffer(MediaSessionOptions(), NULL)); in TEST_F()
509 offer(f1_.CreateOffer(opts, NULL)); in TEST_F()
553 offer(f2_.CreateOffer(opts, NULL)); in TEST_F()
582 rtc::scoped_ptr<SessionDescription> offer(f1_.CreateOffer(opts, NULL)); in TEST_F()
[all …]
Dmediasession.h442 SessionDescription* CreateOffer(
Dmediasession.cc1255 SessionDescription* MediaSessionDescriptionFactory::CreateOffer( in CreateOffer() function in cricket::MediaSessionDescriptionFactory
1516 transport_desc_factory_->CreateOffer(transport_options, current_tdesc)); in AddTransportOffer()
/external/webrtc/talk/app/webrtc/
Dwebrtcsession_unittest.cc607 SessionDescriptionInterface* offer = CreateOffer(); in InitiateCall()
614 SessionDescriptionInterface* CreateOffer() { in CreateOffer() function in WebRtcSessionTest
619 return CreateOffer(options); in CreateOffer()
622 SessionDescriptionInterface* CreateOffer( in CreateOffer() function in WebRtcSessionTest
628 session_->CreateOffer(observer, options, session_options); in CreateOffer()
772 SessionDescriptionInterface* offer = CreateOffer(); in SetAndVerifyNumUnsignalledRecvStreams()
991 if (!offer->Initialize(desc_factory_->CreateOffer(options, cricket_desc), in CreateRemoteOfferWithVersion()
1094 SessionDescriptionInterface* offer = CreateOffer(options); in TestSessionCandidatesWithBundleRtcpMux()
1253 SessionDescriptionInterface* offer = CreateOffer(); in SetupLoopbackCall()
1376 SessionDescriptionInterface* offer = CreateOffer(); in SetLocalDescriptionWithDataChannel()
[all …]
Dpeerconnectionproxy.h61 PROXY_METHOD2(void, CreateOffer, CreateSessionDescriptionObserver*,
Dpeerconnectioninterface.h372 virtual void CreateOffer(CreateSessionDescriptionObserver* observer, in CreateOffer() function
377 virtual void CreateOffer(CreateSessionDescriptionObserver* observer, in CreateOffer() function
Dpeerconnection.h118 void CreateOffer(CreateSessionDescriptionObserver* observer,
120 void CreateOffer(CreateSessionDescriptionObserver* observer,
Dwebrtcsessiondescriptionfactory.h120 void CreateOffer(
Dwebrtcsessiondescriptionfactory.cc256 void WebRtcSessionDescriptionFactory::CreateOffer( in CreateOffer() function in webrtc::WebRtcSessionDescriptionFactory
371 cricket::SessionDescription* desc(session_desc_factory_.CreateOffer( in InternalCreateOffer()
Dpeerconnectionendtoend_unittest.cc105 caller_->CreateOffer(NULL); in Negotiate()
Dpeerconnection.cc857 void PeerConnection::CreateOffer(CreateSessionDescriptionObserver* observer, in CreateOffer() function in webrtc::PeerConnection
906 CreateOffer(observer, options); in CreateOffer()
909 void PeerConnection::CreateOffer(CreateSessionDescriptionObserver* observer, in CreateOffer() function in webrtc::PeerConnection
925 session_->CreateOffer(observer, options, session_options); in CreateOffer()
Dwebrtcsession.h213 void CreateOffer(
Dwebrtcsession.cc780 void WebRtcSession::CreateOffer( in CreateOffer() function in webrtc::WebRtcSession
784 webrtc_session_desc_factory_->CreateOffer(observer, options, session_options); in CreateOffer()
Dpeerconnection_unittest.cc815 pc()->CreateOffer(observer, &session_description_constraints_); in DoCreateOfferAnswer()
Dpeerconnectioninterface_unittest.cc674 pc_->CreateOffer(observer, constraints); in DoCreateOfferAnswer()
/external/webrtc/talk/app/webrtc/test/
Dpeerconnectiontestwrapper.cc153 void PeerConnectionTestWrapper::CreateOffer( in CreateOffer() function in PeerConnectionTestWrapper
157 peer_connection_->CreateOffer(this, constraints); in CreateOffer()
Dpeerconnectiontestwrapper.h74 void CreateOffer(const webrtc::MediaConstraintsInterface* constraints);
/external/webrtc/webrtc/examples/peerconnection/client/
Dconductor.cc107 peer_connection_->CreateOffer(this, NULL); in ReinitializePeerConnectionForLoopback()
365 peer_connection_->CreateOffer(this, NULL); in ConnectToPeer()
/external/webrtc/talk/app/webrtc/objc/
DRTCPeerConnection.mm185 self.peerConnection->CreateOffer(observer, constraints.constraints);
/external/webrtc/talk/app/webrtc/java/jni/
Dpeerconnection_jni.cc1692 ExtractNativePC(jni, j_pc)->CreateOffer(observer, constraints); in JOW()