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

  /ndk/sources/host-tools/make-3.81/
remote-stub.c 25 char *remote_description = 0; variable
remote-cstms.c 35 char *remote_description = "Customs"; variable
variable.c 726 (remote_description == 0 || remote_description[0] == '\0')
728 (remote_description == 0 || remote_description[0] == '\0')
729 ? "" : remote_description);
    [all...]
main.c     [all...]
make.h 527 extern char *version_string, *remote_description, *make_host;
  /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 724 milliseconds