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

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
jsep.h 132 SessionDescriptionInterface* CreateSessionDescription(const std::string& type,
136 SessionDescriptionInterface* CreateSessionDescription(const std::string& type,
jsepsessiondescription.cc 66 SessionDescriptionInterface* CreateSessionDescription(const std::string& type,
68 return CreateSessionDescription(type, sdp, NULL);
71 SessionDescriptionInterface* CreateSessionDescription(const std::string& type,
mediastreamsignaling_unittest.cc 537 *desc = webrtc::CreateSessionDescription(
747 webrtc::CreateSessionDescription(SessionDescriptionInterface::kOffer,
769 webrtc::CreateSessionDescription(SessionDescriptionInterface::kOffer,
    [all...]
peerconnectioninterface_unittest.cc 446 webrtc::CreateSessionDescription(SessionDescriptionInterface::kOffer,
466 webrtc::CreateSessionDescription(SessionDescriptionInterface::kAnswer,
479 webrtc::CreateSessionDescription(SessionDescriptionInterface::kPrAnswer,
505 webrtc::CreateSessionDescription(
    [all...]
webrtcsession_unittest.cc 77 using webrtc::CreateSessionDescription;
    [all...]
peerconnection_unittest.cc 749 webrtc::CreateSessionDescription("offer", msg, NULL));
765 webrtc::CreateSessionDescription("answer", msg, NULL));
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCSessionDescription.mm 77 return webrtc::CreateSessionDescription(
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
peerconnectiontestwrapper.cc 186 observer, webrtc::CreateSessionDescription(type, sdp, NULL));
198 observer, webrtc::CreateSessionDescription(type, sdp, NULL));
  /external/chromium_org/content/renderer/media/webrtc/
peer_connection_dependency_factory.h 113 virtual webrtc::SessionDescriptionInterface* CreateSessionDescription(
mock_peer_connection_dependency_factory.h 201 virtual webrtc::SessionDescriptionInterface* CreateSessionDescription(
peer_connection_dependency_factory.cc 523 PeerConnectionDependencyFactory::CreateSessionDescription(
527 return webrtc::CreateSessionDescription(type, sdp, error);
mock_peer_connection_dependency_factory.cc 507 MockPeerConnectionDependencyFactory::CreateSessionDescription(
  /external/chromium_org/content/renderer/media/
mock_peer_connection_impl.cc 318 dependency_factory_->CreateSessionDescription("unknown", kDummyOffer,
327 dependency_factory_->CreateSessionDescription("unknown", kDummyAnswer,
rtc_peer_connection_handler.cc     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
conductor.cc 251 webrtc::CreateSessionDescription(type, sdp));
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
peerconnection_jni.cc     [all...]

Completed in 2265 milliseconds