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

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
port_unittest.cc 371 rtype == RELAY_GTURN, true, true, true);
395 rtype == RELAY_GTURN, ntype != NAT_SYMMETRIC, true, true);
406 rtype == RELAY_GTURN, false, true, true);
412 rtype == RELAY_GTURN, false, true, true);
843 TestLocalToRelay(RELAY_GTURN, PROTO_UDP);
847 TestLocalToRelay(RELAY_GTURN, PROTO_TCP);
851 TestLocalToRelay(RELAY_GTURN, PROTO_SSLTCP);
    [all...]
port.h 79 RELAY_GTURN, // Legacy google relay service.
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
httpportallocator.cc 216 RelayServerConfig relay_config(RELAY_GTURN);
basicportallocator.cc 208 RelayServerConfig config(RELAY_GTURN);
968 if (relay->type == RELAY_GTURN) {
    [all...]
portallocator_unittest.cc 256 EXPECT_EQ(cricket::RELAY_GTURN, allocator().relays()[0].type);
    [all...]

Completed in 532 milliseconds