HomeSort by relevance Sort by last modified time
    Searched refs:PORTALLOCATOR_DISABLE_UDP (Results 1 - 8 of 8) sorted by null

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
portallocator.h 45 const uint32 PORTALLOCATOR_DISABLE_UDP = 0x01;
rawtransportchannel.cc 100 uint32 flags = PORTALLOCATOR_DISABLE_UDP | PORTALLOCATOR_DISABLE_TCP;
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
portallocator.h 47 const uint32 PORTALLOCATOR_DISABLE_UDP = 0x01;
rawtransportchannel.cc 108 uint32 flags = PORTALLOCATOR_DISABLE_UDP | PORTALLOCATOR_DISABLE_TCP;
p2ptransportchannel_unittest.cc     [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/client/
basicportallocator.cc 115 PORTALLOCATOR_DISABLE_UDP
562 *flags |= PORTALLOCATOR_DISABLE_UDP;
661 if (flags_ & PORTALLOCATOR_DISABLE_UDP) {
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
basicportallocator.cc 85 PORTALLOCATOR_DISABLE_UDP
754 *flags |= PORTALLOCATOR_DISABLE_UDP;
853 if (IsFlagSet(PORTALLOCATOR_DISABLE_UDP)) {
    [all...]
portallocator_unittest.cc 440 session_->set_flags(cricket::PORTALLOCATOR_DISABLE_UDP |
    [all...]

Completed in 67 milliseconds