/external/webrtc/webrtc/p2p/base/ |
D | transportdescriptionfactory_unittest.cc | 74 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 …]
|
D | transportdescriptionfactory.h | 51 TransportDescription* CreateOffer(const TransportOptions& options,
|
D | transportdescriptionfactory.cc | 25 TransportDescription* TransportDescriptionFactory::CreateOffer( in CreateOffer() function in cricket::TransportDescriptionFactory
|
/external/webrtc/talk/session/media/ |
D | mediasession_unittest.cc | 311 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 …]
|
D | mediasession.h | 442 SessionDescription* CreateOffer(
|
D | mediasession.cc | 1255 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/ |
D | webrtcsession_unittest.cc | 607 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 …]
|
D | peerconnectionproxy.h | 61 PROXY_METHOD2(void, CreateOffer, CreateSessionDescriptionObserver*,
|
D | peerconnectioninterface.h | 372 virtual void CreateOffer(CreateSessionDescriptionObserver* observer, in CreateOffer() function 377 virtual void CreateOffer(CreateSessionDescriptionObserver* observer, in CreateOffer() function
|
D | peerconnection.h | 118 void CreateOffer(CreateSessionDescriptionObserver* observer, 120 void CreateOffer(CreateSessionDescriptionObserver* observer,
|
D | webrtcsessiondescriptionfactory.h | 120 void CreateOffer(
|
D | webrtcsessiondescriptionfactory.cc | 256 void WebRtcSessionDescriptionFactory::CreateOffer( in CreateOffer() function in webrtc::WebRtcSessionDescriptionFactory 371 cricket::SessionDescription* desc(session_desc_factory_.CreateOffer( in InternalCreateOffer()
|
D | peerconnectionendtoend_unittest.cc | 105 caller_->CreateOffer(NULL); in Negotiate()
|
D | peerconnection.cc | 857 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()
|
D | webrtcsession.h | 213 void CreateOffer(
|
D | webrtcsession.cc | 780 void WebRtcSession::CreateOffer( in CreateOffer() function in webrtc::WebRtcSession 784 webrtc_session_desc_factory_->CreateOffer(observer, options, session_options); in CreateOffer()
|
D | peerconnection_unittest.cc | 815 pc()->CreateOffer(observer, &session_description_constraints_); in DoCreateOfferAnswer()
|
D | peerconnectioninterface_unittest.cc | 674 pc_->CreateOffer(observer, constraints); in DoCreateOfferAnswer()
|
/external/webrtc/talk/app/webrtc/test/ |
D | peerconnectiontestwrapper.cc | 153 void PeerConnectionTestWrapper::CreateOffer( in CreateOffer() function in PeerConnectionTestWrapper 157 peer_connection_->CreateOffer(this, constraints); in CreateOffer()
|
D | peerconnectiontestwrapper.h | 74 void CreateOffer(const webrtc::MediaConstraintsInterface* constraints);
|
/external/webrtc/webrtc/examples/peerconnection/client/ |
D | conductor.cc | 107 peer_connection_->CreateOffer(this, NULL); in ReinitializePeerConnectionForLoopback() 365 peer_connection_->CreateOffer(this, NULL); in ConnectToPeer()
|
/external/webrtc/talk/app/webrtc/objc/ |
D | RTCPeerConnection.mm | 185 self.peerConnection->CreateOffer(observer, constraints.constraints);
|
/external/webrtc/talk/app/webrtc/java/jni/ |
D | peerconnection_jni.cc | 1692 ExtractNativePC(jni, j_pc)->CreateOffer(observer, constraints); in JOW()
|