/external/webrtc/webrtc/p2p/base/ |
D | transportdescriptionfactory_unittest.cc | 77 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 …]
|
D | transportdescriptionfactory.h | 54 TransportDescription* CreateAnswer(
|
D | transportdescriptionfactory.cc | 51 TransportDescription* TransportDescriptionFactory::CreateAnswer( in CreateAnswer() function in cricket::TransportDescriptionFactory
|
/external/webrtc/tools/valgrind-webrtc/drmemory/ |
D | suppressions.txt | 273 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/ |
D | mediasession_unittest.cc | 315 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 …]
|
D | mediasession.h | 445 SessionDescription* CreateAnswer(
|
D | mediasession.cc | 1361 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/ |
D | webrtcsession_unittest.cc | 635 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 …]
|
D | peerconnectionproxy.h | 63 PROXY_METHOD2(void, CreateAnswer, CreateSessionDescriptionObserver*,
|
D | webrtcsessiondescriptionfactory.h | 124 void CreateAnswer(CreateSessionDescriptionObserver* observer,
|
D | webrtcsessiondescriptionfactory.cc | 286 void WebRtcSessionDescriptionFactory::CreateAnswer( in CreateAnswer() function in webrtc::WebRtcSessionDescriptionFactory 432 cricket::SessionDescription* desc(session_desc_factory_.CreateAnswer( in InternalCreateAnswer()
|
D | peerconnectioninterface.h | 382 virtual void CreateAnswer(CreateSessionDescriptionObserver* observer,
|
D | peerconnection.h | 122 void CreateAnswer(CreateSessionDescriptionObserver* observer,
|
D | webrtcsession.h | 217 void CreateAnswer(CreateSessionDescriptionObserver* observer,
|
D | webrtcsession.cc | 787 void WebRtcSession::CreateAnswer( in CreateAnswer() function in webrtc::WebRtcSession 791 webrtc_session_desc_factory_->CreateAnswer(observer, constraints, in CreateAnswer()
|
D | peerconnection.cc | 928 void PeerConnection::CreateAnswer( in CreateAnswer() function in webrtc::PeerConnection 945 session_->CreateAnswer(observer, constraints, session_options); in CreateAnswer()
|
D | peerconnection_unittest.cc | 817 pc()->CreateAnswer(observer, &session_description_constraints_); in DoCreateOfferAnswer()
|
D | peerconnectioninterface_unittest.cc | 676 pc_->CreateAnswer(observer, constraints); in DoCreateOfferAnswer()
|
/external/webrtc/talk/app/webrtc/test/ |
D | peerconnectiontestwrapper.cc | 160 void PeerConnectionTestWrapper::CreateAnswer( in CreateAnswer() function in PeerConnectionTestWrapper 164 peer_connection_->CreateAnswer(this, constraints); in CreateAnswer() 169 CreateAnswer(NULL); in ReceiveOfferSdp()
|
D | peerconnectiontestwrapper.h | 75 void CreateAnswer(const webrtc::MediaConstraintsInterface* constraints);
|
/external/webrtc/webrtc/examples/peerconnection/client/ |
D | conductor.cc | 295 peer_connection_->CreateAnswer(this, NULL); in OnMessageFromPeer()
|
/external/webrtc/talk/app/webrtc/objc/ |
D | RTCPeerConnection.mm | 177 self.peerConnection->CreateAnswer(observer, constraints.constraints);
|
/external/webrtc/talk/app/webrtc/java/jni/ |
D | peerconnection_jni.cc | 1702 ExtractNativePC(jni, j_pc)->CreateAnswer(observer, constraints); in JOW()
|