Home
last modified time | relevance | path

Searched refs:PORTALLOCATOR_DISABLE_COSTLY_NETWORKS (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/p2p/client/
Dbasic_port_allocator_unittest.cc791 cricket::PORTALLOCATOR_DISABLE_COSTLY_NETWORKS); in TEST_F()
817 cricket::PORTALLOCATOR_DISABLE_COSTLY_NETWORKS); in TEST_F()
845 cricket::PORTALLOCATOR_DISABLE_COSTLY_NETWORKS); in TEST_F()
866 cricket::PORTALLOCATOR_DISABLE_COSTLY_NETWORKS); in TEST_F()
889 cricket::PORTALLOCATOR_DISABLE_COSTLY_NETWORKS); in TEST_F()
916 cricket::PORTALLOCATOR_DISABLE_COSTLY_NETWORKS); in TEST_F()
935 allocator().set_flags(PORTALLOCATOR_DISABLE_COSTLY_NETWORKS | in TEST_F()
Dbasic_port_allocator.cc723 if (flags() & PORTALLOCATOR_DISABLE_COSTLY_NETWORKS) { in GetNetworks()
/external/webrtc/p2p/base/
Dport_allocator.h74 PORTALLOCATOR_DISABLE_COSTLY_NETWORKS = 0x2000, enumerator
/external/webrtc/pc/
Dpeer_connection_interface_unittest.cc1343 session->flags() & cricket::PORTALLOCATOR_DISABLE_COSTLY_NETWORKS); in TEST_P()
1397 cricket::PORTALLOCATOR_DISABLE_COSTLY_NETWORKS); in TEST_P()
Dpeer_connection.cc5683 port_allocator_flags |= cricket::PORTALLOCATOR_DISABLE_COSTLY_NETWORKS; in InitializePortAllocator_n()