Home
last modified time | relevance | path

Searched refs:CF_HOST (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/p2p/base/
Dport_allocator.cc326 !(candidate_filter_ & CF_HOST) || MdnsObfuscationEnabled(); in SanitizeCandidate()
Dport_allocator.h117 CF_HOST = 0x1, enumerator
Dp2p_transport_channel_unittest.cc5407 const uint32_t kCandidateFilterNoHost = CF_ALL & ~CF_HOST; in TEST_F()
5537 ep1->allocator_->SetCandidateFilter(CF_HOST | CF_REFLEXIVE); in TEST_F()
5541 ep1->allocator_->SetCandidateFilter(CF_HOST); in TEST_F()
5864 ep1->allocator_->SetCandidateFilter(CF_ALL & ~CF_HOST); in TEST_F()
Dp2p_transport_channel.cc1202 bool sharing_host = ((allocator_->candidate_filter() & CF_HOST) != 0); in AddRemoteCandidate()
/external/webrtc/p2p/client/
Dbasic_port_allocator.cc142 return ((filter & CF_HOST) != 0); in IsAllowedByCandidateFilter()
1123 bool host_candidates_disabled = !(candidate_filter_ & CF_HOST); in CandidatePairable()
Dbasic_port_allocator_unittest.cc1525 allocator().SetCandidateFilter(CF_HOST); in TEST_F()
2239 session_->SetCandidateFilter(CF_HOST); in TEST_F()
/external/webrtc/pc/
Dpeer_connection_interface_unittest.cc1312 EXPECT_EQ(cricket::CF_ALL & ~cricket::CF_HOST, in TEST_P()
Dpeer_connection.cc245 return (cricket::CF_ALL & ~cricket::CF_HOST); in ConvertIceTransportTypeToCandidateFilter()