Home
last modified time | relevance | path

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

/external/webrtc/p2p/client/
Dbasic_port_allocator.h245 bool CandidatePairable(const Candidate& c, const Port* port) const;
Dbasic_port_allocator.cc345 if (CandidatePairable(c, port)) { in SetCandidateFilter()
944 if (CandidatePairable(c, port) && !data->has_pairable_candidate()) { in OnCandidateReady()
1108 bool BasicPortAllocatorSession::CandidatePairable(const Candidate& c, in CandidatePairable() function in cricket::BasicPortAllocatorSession