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

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
port.h 286 const Candidate& remote_candidate() const { return remote_candidate_; }
387 Candidate remote_candidate_; member in class:cricket::Connection
port.cc 512 remote_candidate_(remote_candidate), read_state_(STATE_READ_TIMEOUT),
563 if (port_->SendTo(data, size, remote_candidate_.address(), false) < 0) {
571 const talk_base::SocketAddress& addr(remote_candidate_.address());
596 } else if (remote_username != remote_candidate_.username()) {
884 int sent = port_->SendTo(data, size, remote_candidate_.address(), true);

Completed in 45 milliseconds