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

  /external/webrtc/webrtc/p2p/base/
dtlstransport.h 65 Base::local_description()->identity_fingerprint.get();
101 if (!Base::local_description() || !Base::remote_description()) {
108 Base::local_description()->identity_fingerprint.get();
139 Base::local_description()->connection_role;
transport.h 261 const TransportDescription* local_description() const { function in class:cricket::Transport
faketransportcontroller.h 409 using Transport::local_description;
  /external/webrtc/talk/app/webrtc/
webrtcsessiondescriptionfactory.cc 372 request.options, session_->local_description()
373 ? session_->local_description()->description()
394 if (session_->local_description() &&
400 CopyCandidatesFromSessionDescription(session_->local_description(), offer);
436 request.options, session_->local_description()
437 ? session_->local_description()->description()
456 if (session_->local_description() &&
462 CopyCandidatesFromSessionDescription(session_->local_description(), answer);
peerconnectionproxy.h 59 PROXY_CONSTMETHOD0(const SessionDescriptionInterface*, local_description)
webrtcsession_unittest.cc     [all...]
peerconnection_unittest.cc 542 ASSERT_TRUE(peer_connection_->local_description() != nullptr);
546 peer_connection_->local_description()->description();
564 ASSERT_TRUE(peer_connection_->local_description() != nullptr);
566 peer_connection_->local_description()->description();
    [all...]
peerconnectioninterface_unittest.cc 804 EXPECT_TRUE(pc_->local_description()->ToString(&sdp));
    [all...]
peerconnectioninterface.h 367 virtual const SessionDescriptionInterface* local_description() const = 0;
peerconnection.h 114 const SessionDescriptionInterface* local_description() const override;
webrtcsession.h 239 const SessionDescriptionInterface* local_description() const { function in class:webrtc::WebRtcSession
peerconnection.cc 1170 const SessionDescriptionInterface* PeerConnection::local_description() const { function in class:webrtc::PeerConnection
    [all...]
  /external/webrtc/talk/app/webrtc/objc/
RTCPeerConnection.mm 218 self.peerConnection->local_description();
  /external/webrtc/talk/app/webrtc/java/jni/
peerconnection_jni.cc     [all...]

Completed in 256 milliseconds