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

1 2

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transportdescriptionfactory_unittest.cc 92 f2_.CreateAnswer(offer.get(),
105 f2_.CreateAnswer(restart_offer.get(), options, answer.get()));
212 scoped_ptr<TransportDescription> desc(f2_.CreateAnswer(
217 desc.reset(f2_.CreateAnswer(offer.get(), TransportOptions(),
230 f2_.CreateAnswer(offer.get(), TransportOptions(), NULL));
242 f2_.CreateAnswer(offer.get(), TransportOptions(), NULL));
246 desc.reset(f2_.CreateAnswer(offer.get(), TransportOptions(),
258 scoped_ptr<TransportDescription> desc(f2_.CreateAnswer(
263 desc.reset(f2_.CreateAnswer(offer.get(), TransportOptions(),
276 f2_.CreateAnswer(offer.get(), TransportOptions(), NULL))
    [all...]
transportdescriptionfactory.h 67 TransportDescription* CreateAnswer(
transportdescriptionfactory.cc 83 TransportDescription* TransportDescriptionFactory::CreateAnswer(
  /external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
tunnelsessionclient.h 86 virtual SessionDescription* CreateAnswer(
132 virtual SessionDescription* CreateAnswer(
securetunnelsessionclient.h 94 virtual SessionDescription* CreateAnswer(
tunnelsessionclient.cc 172 SessionDescription* answer = CreateAnswer(session->remote_description());
303 SessionDescription* TunnelSessionClient::CreateAnswer(
317 session_manager_->transport_desc_factory()->CreateAnswer(
securetunnelsessionclient.cc 289 SessionDescription* SecureTunnelSessionClient::CreateAnswer(
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
peerconnectionproxy.h 56 PROXY_METHOD2(void, CreateAnswer, CreateSessionDescriptionObserver*,
webrtcsession_unittest.cc 395 SessionDescriptionInterface* CreateAnswer(
399 session_->CreateAnswer(observer, constraints);
507 const webrtc::SessionDescriptionInterface* answer = CreateAnswer(NULL);
521 scoped_ptr<SessionDescriptionInterface> answer(CreateAnswer(NULL));
615 SessionDescriptionInterface* answer = CreateAnswer(NULL);
    [all...]
webrtcsessiondescriptionfactory.h 111 void CreateAnswer(
peerconnection.h 95 virtual void CreateAnswer(CreateSessionDescriptionObserver* observer,
webrtcsessiondescriptionfactory.cc 209 void WebRtcSessionDescriptionFactory::CreateAnswer(
212 std::string error = "CreateAnswer";
348 cricket::SessionDescription* desc(session_desc_factory_.CreateAnswer(
408 "CreateOffer" : "CreateAnswer") + msg);
peerconnectioninterface.h 60 // 4. Generate an answer to the remote offer by calling CreateAnswer and send it
245 virtual void CreateAnswer(CreateSessionDescriptionObserver* observer,
webrtcsession.h 149 void CreateAnswer(CreateSessionDescriptionObserver* observer,
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasessionclient.h 128 SessionDescription* CreateAnswer(const SessionDescription* offer,
130 return desc_factory_.CreateAnswer(offer, options, NULL);
mediasession_unittest.cc 271 desc.reset(f1_.CreateAnswer(offer.get(), options, current_desc.get()));
352 desc.reset(f1_.CreateAnswer(ref_desc.get(), options, NULL));
408 f2_.CreateAnswer(offer.get(), opts, NULL));
542 f2_.CreateAnswer(offer.get(), opts, NULL));
646 f2_.CreateAnswer(offer.get(), MediaSessionOptions(), NULL));
672 f2_.CreateAnswer(offer.get(), opts, NULL));
705 f2_.CreateAnswer(offer.get(), opts, NULL));
    [all...]
mediasession.h 425 // content in SessionDescription when CreateOffer and CreateAnswer is called
433 SessionDescription* CreateAnswer(
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
peerconnectiontestwrapper.cc 161 void PeerConnectionTestWrapper::CreateAnswer(
164 << ": CreateAnswer.";
165 peer_connection_->CreateAnswer(this, constraints);
170 CreateAnswer(NULL);
peerconnectiontestwrapper.h 81 void CreateAnswer(const webrtc::MediaConstraintsInterface* constraints);
  /external/chromium_org/chrome/browser/media/
webrtc_browsertest_base.h 124 std::string CreateAnswer(std::string local_offer,
webrtc_browsertest_base.cc 273 std::string WebRtcTestBase::CreateAnswer(std::string local_offer,
309 std::string answer = CreateAnswer(local_offer, to_tab);
  /external/chromium_org/content/renderer/media/
mock_peer_connection_impl.h 82 virtual void CreateAnswer(
mock_peer_connection_impl.cc 322 void MockPeerConnectionImpl::CreateAnswer(
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCPeerConnection.mm 179 self.peerConnection->CreateAnswer(observer, constraints.constraints);
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
conductor.cc 261 peer_connection_->CreateAnswer(this, NULL);

Completed in 261 milliseconds

1 2