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

  /external/webrtc/webrtc/p2p/base/
dtlstransport.h 101 if (!Base::local_description() || !Base::remote_description()) {
110 Base::remote_description()->identity_fingerprint.get();
141 Base::remote_description()->connection_role;
transport.h 267 const TransportDescription* remote_description() const { function in class:cricket::Transport
faketransportcontroller.h 410 using Transport::remote_description;
  /external/webrtc/talk/app/webrtc/
peerconnectionproxy.h 60 PROXY_CONSTMETHOD0(const SessionDescriptionInterface*, remote_description)
webrtcsessiondescriptionfactory.cc 297 if (!session_->remote_description()) {
303 if (session_->remote_description()->type() !=
305 error += " failed because remote_description is not an offer.";
433 session_->remote_description()
434 ? session_->remote_description()->description()
peerconnectioninterface.h 368 virtual const SessionDescriptionInterface* remote_description() const = 0;
webrtcsession_unittest.cc     [all...]
peerconnection.h 115 const SessionDescriptionInterface* remote_description() const override;
webrtcsession.h 242 const SessionDescriptionInterface* remote_description() const { function in class:webrtc::WebRtcSession
peerconnectioninterface_unittest.cc 738 pc_->remote_description()->description());
743 pc_->remote_description()->description());
    [all...]
peerconnection.cc 1174 const SessionDescriptionInterface* PeerConnection::remote_description() const { function in class:webrtc::PeerConnection
    [all...]
peerconnection_unittest.cc 541 ASSERT_TRUE(peer_connection_->remote_description() != nullptr);
544 peer_connection_->remote_description()->description();
    [all...]
  /external/webrtc/talk/app/webrtc/objc/
RTCPeerConnection.mm 229 self.peerConnection->remote_description();
  /external/webrtc/talk/app/webrtc/java/jni/
peerconnection_jni.cc     [all...]

Completed in 318 milliseconds