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

  /external/webrtc/webrtc/p2p/base/
p2ptransportchannel.cc 52 return (a->remote_candidate().generation() + a->port()->generation()) -
53 (b->remote_candidate().generation() + b->port()->generation());
546 Candidate remote_candidate; local
549 remote_candidate = *candidate;
551 remote_candidate.set_address(address);
575 remote_candidate = Candidate(component(), ProtoToString(proto), address, 0,
582 remote_candidate.set_foundation(
583 rtc::ToString<uint32_t>(rtc::ComputeCrc32(remote_candidate.id())));
585 remote_candidate.set_priority(remote_candidate_priority);
597 if (port->GetConnection(remote_candidate.address()))
    [all...]
p2ptransportchannel.h 203 bool CreateConnections(const Candidate& remote_candidate,
206 const Candidate& remote_candidate,
212 void RememberRemoteCandidate(const Candidate& remote_candidate,
port.cc 265 connections_[conn->remote_candidate().address()] = conn;
644 connections_.find(conn->remote_candidate().address());
683 connection_->remote_candidate().username(), &username);
728 request->AddMessageIntegrity(connection_->remote_candidate().password());
766 const Candidate& remote_candidate)
769 remote_candidate_(remote_candidate),
    [all...]
p2ptransportchannel_unittest.cc 728 &ch->best_connection()->remote_candidate() : NULL;
    [all...]
portinterface.h 72 const Candidate& remote_candidate, CandidateOrigin origin) = 0;
tcpport.cc 486 int opts = (remote_candidate().protocol() == SSLTCP_PROTOCOL_NAME)
490 rtc::SocketAddress(port()->ip(), 0), remote_candidate().address(),
495 << " to " << remote_candidate().address().ToSensitiveString();
501 << remote_candidate().address().ToSensitiveString();
transport.h 115 Candidate remote_candidate; // The remote candidate for this connection. member in struct:cricket::ConnectionInfo
port.h 432 const Candidate& remote_candidate() const { return remote_candidate_; } function in class:cricket::Connection
649 ProxyConnection(Port* port, size_t index, const Candidate& remote_candidate);
port_unittest.cc 162 virtual Connection* CreateConnection(const Candidate& remote_candidate,
164 Connection* conn = new ProxyConnection(this, 0, remote_candidate);
237 void CreateConnection(const Candidate& remote_candidate) {
238 conn_ = port_->CreateConnection(remote_candidate, Port::ORIGIN_MESSAGE);
256 void AcceptConnection(const Candidate& remote_candidate) {
258 Candidate c = remote_candidate;
    [all...]
turnport.cc     [all...]
  /external/webrtc/talk/app/webrtc/
statscollector.cc 625 AddCandidateReport(info.remote_candidate, false)->id());
643 info.remote_candidate.address().ToString());
645 info.remote_candidate.type());
    [all...]
webrtcsession.cc     [all...]
webrtcsession_unittest.cc     [all...]
  /external/webrtc/talk/session/media/
channel.cc 831 << "->" << it->remote_candidate.ToSensitiveString();
    [all...]

Completed in 1138 milliseconds