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

  /external/webrtc/webrtc/p2p/base/
transportdescriptionfactory_unittest.cc 74 rtc::scoped_ptr<TransportDescription> offer(f1_.CreateOffer(
82 rtc::scoped_ptr<TransportDescription> restart_offer(f1_.CreateOffer(
123 scoped_ptr<TransportDescription> desc(f1_.CreateOffer(
134 scoped_ptr<TransportDescription> desc(f1_.CreateOffer(
139 desc.reset(f1_.CreateOffer(TransportOptions(), NULL));
146 scoped_ptr<TransportDescription> desc(f1_.CreateOffer(
159 scoped_ptr<TransportDescription> old_desc(f1_.CreateOffer(
163 f1_.CreateOffer(TransportOptions(), old_desc.get()));
169 scoped_ptr<TransportDescription> offer(f1_.CreateOffer(
183 f1_.CreateOffer(TransportOptions(), NULL))
    [all...]
transportdescriptionfactory.h 51 TransportDescription* CreateOffer(const TransportOptions& options,
transportdescriptionfactory.cc 25 TransportDescription* TransportDescriptionFactory::CreateOffer(
  /external/webrtc/talk/session/media/
mediasession_unittest.cc 311 desc.reset(f1_.CreateOffer(options, current_desc.get()));
314 offer.reset(f1_.CreateOffer(options, NULL));
390 ref_desc.reset(f1_.CreateOffer(options, NULL));
392 desc.reset(f1_.CreateOffer(options, ref_desc.get()));
395 ref_desc.reset(f1_.CreateOffer(options, NULL));
438 f1_.CreateOffer(opts, NULL));
485 f1_.CreateOffer(MediaSessionOptions(), NULL));
509 offer(f1_.CreateOffer(opts, NULL));
553 offer(f2_.CreateOffer(opts, NULL));
582 rtc::scoped_ptr<SessionDescription> offer(f1_.CreateOffer(opts, NULL))
    [all...]
mediasession.h 437 // content in SessionDescription when CreateOffer and CreateAnswer is called
442 SessionDescription* CreateOffer(
mediasession.cc 767 // CreateOffer.
    [all...]
  /external/webrtc/talk/app/webrtc/
peerconnectionproxy.h 61 PROXY_METHOD2(void, CreateOffer, CreateSessionDescriptionObserver*,
webrtcsession_unittest.cc 607 SessionDescriptionInterface* offer = CreateOffer();
614 SessionDescriptionInterface* CreateOffer() {
619 return CreateOffer(options);
622 SessionDescriptionInterface* CreateOffer(
628 session_->CreateOffer(observer, options, session_options);
772 SessionDescriptionInterface* offer = CreateOffer();
    [all...]
peerconnectioninterface.h 372 virtual void CreateOffer(CreateSessionDescriptionObserver* observer,
377 virtual void CreateOffer(CreateSessionDescriptionObserver* observer,
403 // next gathering phase, and cause the next call to createOffer to generate
webrtcsessiondescriptionfactory.h 120 void CreateOffer(
peerconnection.h 118 void CreateOffer(CreateSessionDescriptionObserver* observer,
120 void CreateOffer(CreateSessionDescriptionObserver* observer,
webrtcsessiondescriptionfactory.cc 256 void WebRtcSessionDescriptionFactory::CreateOffer(
260 std::string error = "CreateOffer";
371 cricket::SessionDescription* desc(session_desc_factory_.CreateOffer(
476 "CreateOffer" : "CreateAnswer") + reason);
peerconnectionendtoend_unittest.cc 105 caller_->CreateOffer(NULL);
peerconnection.cc 857 void PeerConnection::CreateOffer(CreateSessionDescriptionObserver* observer,
859 TRACE_EVENT0("webrtc", "PeerConnection::CreateOffer");
861 LOG(LS_ERROR) << "CreateOffer - observer is NULL.";
    [all...]
webrtcsession.h 213 void CreateOffer(
webrtcsession.cc 780 void WebRtcSession::CreateOffer(
784 webrtc_session_desc_factory_->CreateOffer(observer, options, session_options);
    [all...]
peerconnection_unittest.cc 815 pc()->CreateOffer(observer, &session_description_constraints_);
    [all...]
peerconnectioninterface_unittest.cc 674 pc_->CreateOffer(observer, constraints);
    [all...]
  /external/webrtc/talk/app/webrtc/test/
peerconnectiontestwrapper.h 74 void CreateOffer(const webrtc::MediaConstraintsInterface* constraints);
peerconnectiontestwrapper.cc 153 void PeerConnectionTestWrapper::CreateOffer(
156 << ": CreateOffer.";
157 peer_connection_->CreateOffer(this, constraints);
  /external/webrtc/webrtc/examples/peerconnection/client/
conductor.cc 107 peer_connection_->CreateOffer(this, NULL);
365 peer_connection_->CreateOffer(this, NULL);
  /external/webrtc/talk/app/webrtc/objc/
RTCPeerConnection.mm 185 self.peerConnection->CreateOffer(observer, constraints.constraints);
  /external/webrtc/talk/app/webrtc/java/jni/
peerconnection_jni.cc     [all...]

Completed in 1936 milliseconds