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

/external/webrtc/talk/app/webrtc/
H A Dpeerconnectionproxy.h67 PROXY_METHOD2(void, SetRemoteDescription, SetSessionDescriptionObserver*,
H A Dpeerconnection.h126 void SetRemoteDescription(SetSessionDescriptionObserver* observer,
362 // Streams created as a result of SetRemoteDescription.
H A Dpeerconnectioninterface.h392 virtual void SetRemoteDescription(SetSessionDescriptionObserver* observer,
H A Dwebrtcsession.h224 bool SetRemoteDescription(SessionDescriptionInterface* desc,
338 // and SetRemoteDescription.
435 // Check if a call to SetRemoteDescription is acceptable with |action|.
H A Dpeerconnection.cc1026 void PeerConnection::SetRemoteDescription( function in class:webrtc::PeerConnection
1029 TRACE_EVENT0("webrtc", "PeerConnection::SetRemoteDescription");
1031 LOG(LS_ERROR) << "SetRemoteDescription - observer is NULL.";
1042 if (!session_->SetRemoteDescription(desc, &error)) {
H A Dwebrtcsession_unittest.cc906 EXPECT_TRUE(session_->SetRemoteDescription(desc, NULL));
917 EXPECT_FALSE(session_->SetRemoteDescription(desc, &error));
1120 // SetRemoteDescription to enable rtcp mux.
1702 // SetRemoteDescription and SetLocalDescription will take the ownership of
1750 // SetRemoteDescription and SetLocalDescription will take the ownership of
1765 // SetRemoteDescription and SetLocalDescription will take the ownership of
1778 // SetRemoteDescription and SetLocalDescription will take the ownership of
1799 // SetRemoteDescription will take the ownership of the offer.
1839 // SetRemoteDescription will take the ownership of the answer.
1857 // SetRemoteDescription wil
[all...]
H A Dpeerconnection_unittest.cc860 LOG(INFO) << id_ << "SetRemoteDescription ";
861 pc()->SetRemoteDescription(observer, desc);
H A Dwebrtcsession.cc849 bool WebRtcSession::SetRemoteDescription(SessionDescriptionInterface* desc, function in class:webrtc::WebRtcSession
H A Dpeerconnectioninterface_unittest.cc700 pc_->SetRemoteDescription(observer, desc);
1094 // SetRemoteDescription takes ownership of offer.
/external/webrtc/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.h99 void SetRemoteDescription(const std::string& type, const std::string& sdp);
/external/webrtc/webrtc/examples/peerconnection/client/
H A Dconductor.cc291 peer_connection_->SetRemoteDescription(
521 peer_connection_->SetRemoteDescription(
/external/webrtc/talk/app/webrtc/objc/
H A DRTCPeerConnection.mm208 self.peerConnection->SetRemoteDescription(observer, sdp.sessionDescription);
/external/webrtc/talk/app/webrtc/java/jni/
H A Dpeerconnection_jni.cc1745 ExtractNativePC(jni, j_pc)->SetRemoteDescription(

Completed in 340 milliseconds