Home
last modified time | relevance | path

Searched refs:CreateSessionDescription (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
Djsepsessiondescription.cc75 SessionDescriptionInterface* CreateSessionDescription(const std::string& type, in CreateSessionDescription() function
77 return CreateSessionDescription(type, sdp, NULL); in CreateSessionDescription()
80 SessionDescriptionInterface* CreateSessionDescription(const std::string& type, in CreateSessionDescription() function
Dmediastreamsignaling_unittest.cc562 *desc = webrtc::CreateSessionDescription( in CreateSessionDescriptionAndReference()
796 webrtc::CreateSessionDescription(SessionDescriptionInterface::kOffer, in TEST_F()
818 webrtc::CreateSessionDescription(SessionDescriptionInterface::kOffer, in TEST_F()
871 webrtc::CreateSessionDescription(SessionDescriptionInterface::kOffer, in TEST_F()
909 webrtc::CreateSessionDescription(SessionDescriptionInterface::kOffer, in TEST_F()
937 webrtc::CreateSessionDescription(SessionDescriptionInterface::kOffer, in TEST_F()
952 webrtc::CreateSessionDescription(SessionDescriptionInterface::kOffer, in TEST_F()
969 webrtc::CreateSessionDescription(SessionDescriptionInterface::kOffer, in TEST_F()
988 webrtc::CreateSessionDescription(SessionDescriptionInterface::kOffer, in TEST_F()
998 webrtc::CreateSessionDescription(SessionDescriptionInterface::kOffer, in TEST_F()
[all …]
Djsep.h132 SessionDescriptionInterface* CreateSessionDescription(const std::string& type,
136 SessionDescriptionInterface* CreateSessionDescription(const std::string& type,
Dpeerconnectioninterface_unittest.cc446 webrtc::CreateSessionDescription(SessionDescriptionInterface::kOffer, in CreateOfferAsRemoteDescription()
466 webrtc::CreateSessionDescription(SessionDescriptionInterface::kAnswer, in CreateAnswerAsLocalDescription()
479 webrtc::CreateSessionDescription(SessionDescriptionInterface::kPrAnswer, in CreatePrAnswerAsLocalDescription()
505 webrtc::CreateSessionDescription( in CreateOfferAsLocalDescription()
1101 webrtc::CreateSessionDescription(SessionDescriptionInterface::kOffer, in TEST_F()
1134 webrtc::CreateSessionDescription(SessionDescriptionInterface::kAnswer, in TEST_F()
1139 webrtc::CreateSessionDescription(SessionDescriptionInterface::kOffer, in TEST_F()
1208 webrtc::CreateSessionDescription(SessionDescriptionInterface::kOffer, in TEST_F()
1214 webrtc::CreateSessionDescription(SessionDescriptionInterface::kOffer, in TEST_F()
Dwebrtcsession_unittest.cc77 using webrtc::CreateSessionDescription;
898 SessionDescriptionInterface* new_answer = CreateSessionDescription( in TestSessionCandidatesWithBundleRtcpMux()
963 webrtc::CreateSessionDescription(JsepSessionDescription::kAnswer, sdp); in TestLoopbackCall()
1951 CreateSessionDescription(JsepSessionDescription::kOffer, sdp, NULL); in TEST_F()
2383 CreateSessionDescription(JsepSessionDescription::kOffer, sdp, NULL); in TEST_F()
2395 CreateSessionDescription(JsepSessionDescription::kOffer, sdp, NULL); in TEST_F()
2412 CreateSessionDescription(JsepSessionDescription::kOffer, sdp, NULL); in TEST_F()
2420 modified_offer = CreateSessionDescription(JsepSessionDescription::kOffer, sdp, in TEST_F()
2436 CreateSessionDescription(JsepSessionDescription::kOffer, sdp, NULL); in TEST_F()
2443 modified_offer = CreateSessionDescription(JsepSessionDescription::kOffer, sdp, in TEST_F()
[all …]
Dpeerconnection_unittest.cc765 webrtc::CreateSessionDescription("offer", msg, NULL)); in HandleIncomingOffer()
781 webrtc::CreateSessionDescription("answer", msg, NULL)); in HandleIncomingAnswer()
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
Dpeerconnectiontestwrapper.cc185 observer, webrtc::CreateSessionDescription(type, sdp, NULL)); in SetLocalDescription()
197 observer, webrtc::CreateSessionDescription(type, sdp, NULL)); in SetRemoteDescription()
/external/chromium_org/content/renderer/media/
Dmock_peer_connection_impl.cc323 dependency_factory_->CreateSessionDescription("unknown", kDummyOffer, in CreateOffer()
332 dependency_factory_->CreateSessionDescription("unknown", kDummyAnswer, in CreateAnswer()
Drtc_peer_connection_handler.cc1028 dependency_factory_->CreateSessionDescription(type, sdp, error); in CreateNativeSessionDescription()
/external/chromium_org/content/renderer/media/webrtc/
Dpeer_connection_dependency_factory.h113 virtual webrtc::SessionDescriptionInterface* CreateSessionDescription( in NON_EXPORTED_BASE()
Dpeer_connection_dependency_factory.cc532 PeerConnectionDependencyFactory::CreateSessionDescription( in CreateSessionDescription() function in content::PeerConnectionDependencyFactory
536 return webrtc::CreateSessionDescription(type, sdp, error); in CreateSessionDescription()
Dmock_peer_connection_dependency_factory.h201 virtual webrtc::SessionDescriptionInterface* CreateSessionDescription(
Dmock_peer_connection_dependency_factory.cc506 MockPeerConnectionDependencyFactory::CreateSessionDescription( in CreateSessionDescription() function in content::MockPeerConnectionDependencyFactory
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
DRTCSessionDescription.mm77 return webrtc::CreateSessionDescription(
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
Dconductor.cc251 webrtc::CreateSessionDescription(type, sdp)); in OnMessageFromPeer()
/external/chromium_org/remoting/host/
Dcast_extension_session.cc364 webrtc::CreateSessionDescription(webrtc_type, sdp, &error)); in ParseAndSetRemoteDescription()
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
Dpeerconnection_jni.cc3061 return webrtc::CreateSessionDescription( in JavaSdpToNativeSdp()