Home
last modified time | relevance | path

Searched refs:SanitizeRemoteCandidate (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/p2p/base/
Dp2p_transport_channel.h349 Candidate SanitizeRemoteCandidate(const Candidate& c) const;
Dp2p_transport_channel.cc386 SanitizeRemoteCandidate(selected_connection_->remote_candidate()); in GetSelectedCandidatePair()
1560 stats.remote_candidate = SanitizeRemoteCandidate(stats.remote_candidate); in GetStats()
2175 Candidate P2PTransportChannel::SanitizeRemoteCandidate( in SanitizeRemoteCandidate() function in cricket::P2PTransportChannel