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

  /external/chromium/third_party/libjingle/source/talk/session/tunnel/
tunnelsessionclient.cc 168 SessionDescription* answer = CreateAnswer(session->remote_description());
270 if (!FindTunnelContent(session->remote_description(),
380 session_->remote_description()->FirstContentByType(NS_TUNNEL);
securetunnelsessionclient.cc 149 if (!FindSecureTunnelContent(session->remote_description(),
350 if (!FindSecureTunnelContent(session_->remote_description(),
  /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...]
make.h 527 extern char *version_string, *remote_description, *make_host;
main.c     [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/
call.cc 101 session_client_->CreateAnswer(session->remote_description(), options));
channel.cc 404 content = GetFirstContent(session->remote_description());
411 content = GetFirstContent(session->remote_description());
    [all...]
mediasessionclient.cc 359 // remote_description to know what content names to use in the
363 const SessionDescription* offer = session->remote_description();
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
session.h 228 const SessionDescription* remote_description() const { function in class:cricket::BaseSession

Completed in 2335 milliseconds