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

  /external/chromium_org/content/renderer/p2p/
port_allocator.cc 156 if (allocator_->config_.relays.empty())
161 allocator_->config_.relays[0];
265 for (size_t i = 0; i < config.relays.size(); ++i) {
266 cricket::RelayCredentials credentials(config.relays[i].username,
267 config.relays[i].password);
270 if (!cricket::StringToProto(config.relays[i].transport_type.c_str(),
273 << config.relays[i].server_address << ". "
275 << config.relays[i].transport_type
281 talk_base::SocketAddress(config.relays[i].server_address,
282 config.relays[i].port)
    [all...]
port_allocator.h 50 std::vector<RelayServerConfig> relays; member in struct:content::P2PPortAllocator::Config
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
basicportallocator.cc 342 for (size_t i = 0; i < allocator_->relays().size(); ++i) {
343 config->AddRelay(allocator_->relays()[i]);
433 if (!config || config->relays.empty()) {
764 if (!config_->relays.empty()) {
765 // Already got relays covered.
967 ASSERT(config_ && !config_->relays.empty());
968 if (!(config_ && !config_->relays.empty())) {
975 for (relay = config_->relays.begin();
976 relay != config_->relays.end(); ++relay) {
    [all...]
basicportallocator.h 89 const std::vector<RelayServerConfig>& relays() const { function in class:cricket::BasicPortAllocator
225 RelayList relays; member in struct:cricket::PortConfiguration
portallocator_unittest.cc 235 for (size_t i = 0; i < allocator_->relays().size(); ++i) {
236 cricket::RelayServerConfig server_config = allocator_->relays()[i];
269 ASSERT_EQ(1u, allocator().relays().size());
270 EXPECT_EQ(cricket::RELAY_GTURN, allocator().relays()[0].type);
272 EXPECT_TRUE(allocator().relays()[0].credentials.username.empty());
273 EXPECT_TRUE(allocator().relays()[0].credentials.password.empty());
    [all...]
connectivitychecker.cc 361 for (relay = config->relays.begin();
362 relay != config->relays.end(); ++relay) {
  /external/chromium_org/remoting/jingle_glue/
chromium_port_allocator.cc 81 config->relays.begin(); relay != config->relays.end(); ++relay) {
  /external/chromium_org/remoting/client/plugin/
pepper_port_allocator.cc 118 config->relays.begin(); relay != config->relays.end(); ++relay) {
  /external/chromium_org/content/renderer/media/webrtc/
peer_connection_dependency_factory.cc 137 config.relays.push_back(relay_config);
142 config.stun_server = config.relays[0].server_address;
143 config.stun_server_port = config.relays[0].port;

Completed in 304 milliseconds