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

  /external/webrtc/talk/app/webrtc/
peerconnectionproxy.h 67 PROXY_METHOD2(void, SetRemoteDescription, SetSessionDescriptionObserver*,
peerconnectioninterface.h 392 virtual void SetRemoteDescription(SetSessionDescriptionObserver* observer,
peerconnection.h 126 void SetRemoteDescription(SetSessionDescriptionObserver* observer,
362 // Streams created as a result of SetRemoteDescription.
webrtcsession.h 224 bool SetRemoteDescription(SessionDescriptionInterface* desc,
338 // and SetRemoteDescription.
435 // Check if a call to SetRemoteDescription is acceptable with |action|.
peerconnection.cc     [all...]
webrtcsession_unittest.cc     [all...]
peerconnection_unittest.cc 860 LOG(INFO) << id_ << "SetRemoteDescription "
    [all...]
webrtcsession.cc 849 bool WebRtcSession::SetRemoteDescription(SessionDescriptionInterface* desc,
    [all...]
peerconnectioninterface_unittest.cc 700 pc_->SetRemoteDescription(observer, desc);
    [all...]
  /external/webrtc/talk/app/webrtc/test/
peerconnectiontestwrapper.cc 168 SetRemoteDescription(SessionDescriptionInterface::kOffer, sdp);
173 SetRemoteDescription(SessionDescriptionInterface::kAnswer, sdp);
188 void PeerConnectionTestWrapper::SetRemoteDescription(const std::string& type,
191 << ": SetRemoteDescription " << type << " " << sdp;
196 peer_connection_->SetRemoteDescription(
peerconnectiontestwrapper.h 99 void SetRemoteDescription(const std::string& type, const std::string& sdp);
  /external/webrtc/webrtc/examples/peerconnection/client/
conductor.cc 291 peer_connection_->SetRemoteDescription(
521 peer_connection_->SetRemoteDescription(
  /external/webrtc/talk/app/webrtc/objc/
RTCPeerConnection.mm 208 self.peerConnection->SetRemoteDescription(observer, sdp.sessionDescription);
  /external/webrtc/talk/app/webrtc/java/jni/
peerconnection_jni.cc     [all...]

Completed in 392 milliseconds