HomeSort by relevance Sort by last modified time
    Searched refs:CreateAnswer (Results 1 - 22 of 22) sorted by null

  /external/webrtc/webrtc/p2p/base/
transportdescriptionfactory_unittest.cc 77 f2_.CreateAnswer(offer.get(),
90 f2_.CreateAnswer(restart_offer.get(), options, answer.get()));
172 scoped_ptr<TransportDescription> desc(f2_.CreateAnswer(
175 desc.reset(f2_.CreateAnswer(offer.get(), TransportOptions(),
186 f2_.CreateAnswer(offer.get(), TransportOptions(), NULL));
189 f2_.CreateAnswer(offer.get(), TransportOptions(),
204 f2_.CreateAnswer(offer.get(), TransportOptions(), NULL));
217 f2_.CreateAnswer(offer.get(), TransportOptions(), NULL));
220 desc.reset(f2_.CreateAnswer(offer.get(), TransportOptions(),
243 f2_.CreateAnswer(offer.get(), TransportOptions(), NULL))
    [all...]
transportdescriptionfactory.h 54 TransportDescription* CreateAnswer(
transportdescriptionfactory.cc 51 TransportDescription* TransportDescriptionFactory::CreateAnswer(
  /external/webrtc/talk/app/webrtc/
peerconnectionproxy.h 63 PROXY_METHOD2(void, CreateAnswer, CreateSessionDescriptionObserver*,
webrtcsession_unittest.cc 635 SessionDescriptionInterface* CreateAnswer(
641 session_->CreateAnswer(observer, constraints, session_options);
744 const webrtc::SessionDescriptionInterface* answer = CreateAnswer(NULL);
758 scoped_ptr<SessionDescriptionInterface> answer(CreateAnswer(NULL));
    [all...]
webrtcsessiondescriptionfactory.h 124 void CreateAnswer(CreateSessionDescriptionObserver* observer,
webrtcsessiondescriptionfactory.cc 286 void WebRtcSessionDescriptionFactory::CreateAnswer(
290 std::string error = "CreateAnswer";
432 cricket::SessionDescription* desc(session_desc_factory_.CreateAnswer(
476 "CreateOffer" : "CreateAnswer") + reason);
peerconnectioninterface.h 60 // 4. Generate an answer to the remote offer by calling CreateAnswer and send it
382 virtual void CreateAnswer(CreateSessionDescriptionObserver* observer,
peerconnection.h 122 void CreateAnswer(CreateSessionDescriptionObserver* observer,
webrtcsession.h 217 void CreateAnswer(CreateSessionDescriptionObserver* observer,
peerconnection.cc     [all...]
webrtcsession.cc 787 void WebRtcSession::CreateAnswer(
791 webrtc_session_desc_factory_->CreateAnswer(observer, constraints,
    [all...]
peerconnection_unittest.cc 817 pc()->CreateAnswer(observer, &session_description_constraints_);
    [all...]
peerconnectioninterface_unittest.cc 676 pc_->CreateAnswer(observer, constraints);
    [all...]
  /external/webrtc/talk/app/webrtc/test/
peerconnectiontestwrapper.cc 160 void PeerConnectionTestWrapper::CreateAnswer(
163 << ": CreateAnswer.";
164 peer_connection_->CreateAnswer(this, constraints);
169 CreateAnswer(NULL);
peerconnectiontestwrapper.h 75 void CreateAnswer(const webrtc::MediaConstraintsInterface* constraints);
  /external/webrtc/talk/session/media/
mediasession_unittest.cc 315 desc.reset(f1_.CreateAnswer(offer.get(), options, current_desc.get()));
396 desc.reset(f1_.CreateAnswer(ref_desc.get(), options, NULL));
452 f2_.CreateAnswer(offer.get(), opts, NULL));
584 f2_.CreateAnswer(offer.get(), opts, NULL));
774 f2_.CreateAnswer(offer.get(), MediaSessionOptions(), NULL));
    [all...]
mediasession.h 437 // content in SessionDescription when CreateOffer and CreateAnswer is called
445 SessionDescription* CreateAnswer(
mediasession.cc     [all...]
  /external/webrtc/talk/app/webrtc/objc/
RTCPeerConnection.mm 177 self.peerConnection->CreateAnswer(observer, constraints.constraints);
  /external/webrtc/webrtc/examples/peerconnection/client/
conductor.cc 295 peer_connection_->CreateAnswer(this, NULL);
  /external/webrtc/talk/app/webrtc/java/jni/
peerconnection_jni.cc     [all...]

Completed in 1269 milliseconds