Searched refs:SetRemoteDescription (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dpeerconnectionproxy.h60 PROXY_METHOD2(void, SetRemoteDescription, SetSessionDescriptionObserver*,
H A Dpeerconnection.h101 virtual void SetRemoteDescription(SetSessionDescriptionObserver* observer,
H A Dpeerconnectioninterface.h304 virtual void SetRemoteDescription(SetSessionDescriptionObserver* observer,
H A Dwebrtcsession.h159 bool SetRemoteDescription(SessionDescriptionInterface* desc,
230 // and SetRemoteDescription.
310 // Check if a call to SetRemoteDescription is acceptable with |action|.
H A Dpeerconnection.cc602 void PeerConnection::SetRemoteDescription( function in class:webrtc::PeerConnection
606 LOG(LS_ERROR) << "SetRemoteDescription - observer is NULL.";
617 if (!session_->SetRemoteDescription(desc, &error)) {
H A Dwebrtcsession_unittest.cc686 EXPECT_TRUE(session_->SetRemoteDescription(desc, NULL));
697 EXPECT_FALSE(session_->SetRemoteDescription(desc, &error));
901 // SetRemoteDescription to enable rtcp mux.
1353 // SetRemoteDescription and SetLocalDescription will take the ownership of
1401 // SetRemoteDescription and SetLocalDescription will take the ownership of
1416 // SetRemoteDescription and SetLocalDescription will take the ownership of
1429 // SetRemoteDescription and SetLocalDescription will take the ownership of
1450 // SetRemoteDescription will take the ownership of the offer.
1490 // SetRemoteDescription will take the ownership of the answer.
1508 // SetRemoteDescription wil
[all...]
H A Dpeerconnection_unittest.cc836 LOG(INFO) << id() << "SetRemoteDescription ";
837 pc()->SetRemoteDescription(observer, desc);
H A Dpeerconnectioninterface_unittest.cc392 pc_->SetRemoteDescription(observer, desc);
672 // SetRemoteDescription takes ownership of offer.
H A Dwebrtcsession.cc784 bool WebRtcSession::SetRemoteDescription(SessionDescriptionInterface* desc, function in class:webrtc::WebRtcSession
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
H A Dpeerconnectiontestwrapper.cc168 SetRemoteDescription(SessionDescriptionInterface::kOffer, sdp);
173 SetRemoteDescription(SessionDescriptionInterface::kAnswer, sdp);
188 void PeerConnectionTestWrapper::SetRemoteDescription(const std::string& type, function in class:PeerConnectionTestWrapper
191 << ": SetRemoteDescription " << type << " " << sdp;
196 peer_connection_->SetRemoteDescription(
H A Dpeerconnectiontestwrapper.h105 void SetRemoteDescription(const std::string& type, const std::string& sdp);
/external/chromium_org/content/renderer/media/
H A Dmock_peer_connection_impl.h91 MOCK_METHOD2(SetRemoteDescription,
H A Dmock_peer_connection_impl.cc218 ON_CALL(*this, SetRemoteDescription(_, _)).WillByDefault(testing::Invoke(
H A Drtc_peer_connection_handler.cc224 // SetLocalDescription/SetRemoteDescription and a blink::WebRTCVoidRequest.
590 native_peer_connection_->SetRemoteDescription(set_request.get(), native_desc);
H A Drtc_peer_connection_handler_unittest.cc375 EXPECT_CALL(*mock_peer_connection_, SetRemoteDescription(_, _));
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
H A DRTCPeerConnection.mm210 self.peerConnection->SetRemoteDescription(observer, sdp.sessionDescription);
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
H A Dconductor.cc257 peer_connection_->SetRemoteDescription(
/external/chromium_org/remoting/host/
H A Dcast_extension_session.cc372 peer_connection_->SetRemoteDescription(
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
H A Dpeerconnection_jni.cc3081 ExtractNativePC(jni, j_pc)->SetRemoteDescription(

Completed in 6616 milliseconds