Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/client/
Dbasicportallocator.cc356 uint32_t sequence_flags = flags(); in DoAllocate() local
357 if ((sequence_flags & DISABLE_ALL_PHASES) == DISABLE_ALL_PHASES) { in DoAllocate()
366 sequence_flags |= PORTALLOCATOR_DISABLE_RELAY; in DoAllocate()
369 if (!(sequence_flags & PORTALLOCATOR_ENABLE_IPV6) && in DoAllocate()
377 DisableEquivalentPhases(networks[i], config, &sequence_flags); in DoAllocate()
379 if ((sequence_flags & DISABLE_ALL_PHASES) == DISABLE_ALL_PHASES) { in DoAllocate()
385 new AllocationSequence(this, networks[i], config, sequence_flags); in DoAllocate()