Home
last modified time | relevance | path

Searched defs:remote_candidate (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dp2ptransportchannel.cc546 Candidate remote_candidate; in OnUnknownAddress() local
717 bool P2PTransportChannel::CreateConnections(const Candidate& remote_candidate, in CreateConnections()
763 const Candidate& remote_candidate, in CreateConnection()
844 const Candidate& remote_candidate, PortInterface* origin_port) { in RememberRemoteCandidate()
Dtransport.h115 Candidate remote_candidate; // The remote candidate for this connection. member
Dport.cc766 const Candidate& remote_candidate) in Connection()
1406 const Candidate& remote_candidate) in ProxyConnection()
Dport.h432 const Candidate& remote_candidate() const { return remote_candidate_; } in remote_candidate() function
Dport_unittest.cc162 virtual Connection* CreateConnection(const Candidate& remote_candidate, in CreateConnection()
237 void CreateConnection(const Candidate& remote_candidate) { in CreateConnection()
256 void AcceptConnection(const Candidate& remote_candidate) { in AcceptConnection()