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

  /external/chromium/third_party/libjingle/source/talk/p2p/client/
socketmonitor.h 52 Candidate local_candidate; member in struct:cricket::ConnectionInfo
socketmonitor.cc 139 info.local_candidate = connection->local_candidate();
basicportallocator.cc 495 LocalCandidateToPhase(conn->local_candidate()));
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel.cc 80 ASSERT(a->local_candidate().preference() == a->port()->preference());
81 ASSERT(b->local_candidate().preference() == b->port()->preference());
82 double a_pref = a->local_candidate().preference()
84 double b_pref = b->local_candidate().preference()
    [all...]
port.cc 525 const Candidate& Connection::local_candidate() const { function in class:cricket::Connection
756 const Candidate& local = local_candidate();
port.h 283 virtual const Candidate& local_candidate() const;

Completed in 379 milliseconds