Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dtransportdescriptionfactory_unittest.cc77 f2_.CreateAnswer(offer.get(), in TestIceRestart()
90 f2_.CreateAnswer(restart_offer.get(), options, answer.get())); in TestIceRestart()
172 scoped_ptr<TransportDescription> desc(f2_.CreateAnswer( in TEST_F()
175 desc.reset(f2_.CreateAnswer(offer.get(), TransportOptions(), in TEST_F()
186 f2_.CreateAnswer(offer.get(), TransportOptions(), NULL)); in TEST_F()
189 f2_.CreateAnswer(offer.get(), TransportOptions(), in TEST_F()
204 f2_.CreateAnswer(offer.get(), TransportOptions(), NULL)); in TEST_F()
217 f2_.CreateAnswer(offer.get(), TransportOptions(), NULL)); in TEST_F()
220 desc.reset(f2_.CreateAnswer(offer.get(), TransportOptions(), in TEST_F()
243 f2_.CreateAnswer(offer.get(), TransportOptions(), NULL)); in TEST_F()
[all …]
Dtransportdescriptionfactory.h54 TransportDescription* CreateAnswer(
Dtransportdescriptionfactory.cc51 TransportDescription* TransportDescriptionFactory::CreateAnswer( in CreateAnswer() function in cricket::TransportDescriptionFactory
/external/webrtc/tools/valgrind-webrtc/drmemory/
Dsuppressions.txt273 libjingle_peerconnection_unittes!webrtc::WebRtcSessionDescriptionFactory::CreateAnswer
274 libjingle_peerconnection_unittes!webrtc::WebRtcSession::CreateAnswer
275 libjingle_peerconnection_unittes!webrtc::PeerConnection::CreateAnswer
280 libjingle_peerconnection_unittes!webrtc::PeerConnectionProxy::CreateAnswer
522 libjingle_peerconnection_unittes!webrtc::WebRtcSessionDescriptionFactory::CreateAnswer
523 libjingle_peerconnection_unittes!webrtc::WebRtcSession::CreateAnswer
524 libjingle_peerconnection_unittes!WebRtcSessionTest::CreateAnswer
531 libjingle_peerconnection_unittes!webrtc::WebRtcSessionDescriptionFactory::CreateAnswer
532 libjingle_peerconnection_unittes!webrtc::WebRtcSession::CreateAnswer
533 libjingle_peerconnection_unittes!WebRtcSessionTest::CreateAnswer
[all …]
/external/webrtc/talk/session/media/
Dmediasession_unittest.cc315 desc.reset(f1_.CreateAnswer(offer.get(), options, current_desc.get())); in TestTransportInfo()
396 desc.reset(f1_.CreateAnswer(ref_desc.get(), options, NULL)); in TestCryptoWithBundle()
452 f2_.CreateAnswer(offer.get(), opts, NULL)); in TestMediaDirectionInAnswer()
584 f2_.CreateAnswer(offer.get(), opts, NULL)); in TEST_F()
774 f2_.CreateAnswer(offer.get(), MediaSessionOptions(), NULL)); in TEST_F()
800 f2_.CreateAnswer(offer.get(), opts, NULL)); in TEST_F()
833 f2_.CreateAnswer(offer.get(), opts, NULL)); in TEST_F()
882 f2_.CreateAnswer(offer3.get(), opts, NULL)); in TEST_F()
932 f2_.CreateAnswer(offer.get(), opts, NULL)); in TEST_F()
958 f2_.CreateAnswer(offer.get(), opts, NULL)); in TEST_F()
[all …]
Dmediasession.h445 SessionDescription* CreateAnswer(
Dmediasession.cc1361 SessionDescription* MediaSessionDescriptionFactory::CreateAnswer( in CreateAnswer() function in cricket::MediaSessionDescriptionFactory
1538 transport_desc_factory_->CreateAnswer(offer_tdesc, transport_options, in CreateTransportAnswer()
/external/webrtc/talk/app/webrtc/
Dwebrtcsession_unittest.cc635 SessionDescriptionInterface* CreateAnswer( in CreateAnswer() function in WebRtcSessionTest
641 session_->CreateAnswer(observer, constraints, session_options); in CreateAnswer()
744 const webrtc::SessionDescriptionInterface* answer = CreateAnswer(NULL); in VerifyAnswerFromNonCryptoOffer()
758 scoped_ptr<SessionDescriptionInterface> answer(CreateAnswer(NULL)); in VerifyAnswerFromCryptoOffer()
873 SessionDescriptionInterface* answer = CreateAnswer(NULL); in CreateAndSetRemoteOfferAndLocalAnswer()
1061 if (!answer->Initialize(desc_factory_->CreateAnswer(offer->description(), in CreateRemoteAnswer()
1415 session_->CreateAnswer(observers[i], nullptr, session_options); in VerifyMultipleAsyncCreateDescriptionAfterInit()
1648 SessionDescriptionInterface* answer = CreateAnswer(NULL); in TEST_F()
1675 answer = CreateAnswer(NULL); in TEST_F()
1803 SessionDescriptionInterface* answer = CreateAnswer(NULL); in TEST_P()
[all …]
Dpeerconnectionproxy.h63 PROXY_METHOD2(void, CreateAnswer, CreateSessionDescriptionObserver*,
Dwebrtcsessiondescriptionfactory.cc286 void WebRtcSessionDescriptionFactory::CreateAnswer( in CreateAnswer() function in webrtc::WebRtcSessionDescriptionFactory
432 cricket::SessionDescription* desc(session_desc_factory_.CreateAnswer( in InternalCreateAnswer()
Dwebrtcsessiondescriptionfactory.h124 void CreateAnswer(CreateSessionDescriptionObserver* observer,
Dpeerconnectioninterface.h382 virtual void CreateAnswer(CreateSessionDescriptionObserver* observer,
Dpeerconnection.h122 void CreateAnswer(CreateSessionDescriptionObserver* observer,
Dwebrtcsession.h217 void CreateAnswer(CreateSessionDescriptionObserver* observer,
Dwebrtcsession.cc787 void WebRtcSession::CreateAnswer( in CreateAnswer() function in webrtc::WebRtcSession
791 webrtc_session_desc_factory_->CreateAnswer(observer, constraints, in CreateAnswer()
Dpeerconnection.cc928 void PeerConnection::CreateAnswer( in CreateAnswer() function in webrtc::PeerConnection
945 session_->CreateAnswer(observer, constraints, session_options); in CreateAnswer()
Dpeerconnection_unittest.cc817 pc()->CreateAnswer(observer, &session_description_constraints_); in DoCreateOfferAnswer()
Dpeerconnectioninterface_unittest.cc676 pc_->CreateAnswer(observer, constraints); in DoCreateOfferAnswer()
/external/webrtc/talk/app/webrtc/test/
Dpeerconnectiontestwrapper.cc160 void PeerConnectionTestWrapper::CreateAnswer( in CreateAnswer() function in PeerConnectionTestWrapper
164 peer_connection_->CreateAnswer(this, constraints); in CreateAnswer()
169 CreateAnswer(NULL); in ReceiveOfferSdp()
Dpeerconnectiontestwrapper.h75 void CreateAnswer(const webrtc::MediaConstraintsInterface* constraints);
/external/webrtc/webrtc/examples/peerconnection/client/
Dconductor.cc295 peer_connection_->CreateAnswer(this, NULL); in OnMessageFromPeer()
/external/webrtc/talk/app/webrtc/objc/
DRTCPeerConnection.mm177 self.peerConnection->CreateAnswer(observer, constraints.constraints);
/external/webrtc/talk/app/webrtc/java/jni/
Dpeerconnection_jni.cc1702 ExtractNativePC(jni, j_pc)->CreateAnswer(observer, constraints); in JOW()