Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
Dhttpportallocator.cc216 RelayServerConfig relay_config(RELAY_GTURN); in ReceiveSessionResponse() local
219 relay_config.ports.push_back(ProtocolAddress(address, PROTO_UDP)); in ReceiveSessionResponse()
223 relay_config.ports.push_back(ProtocolAddress(address, PROTO_TCP)); in ReceiveSessionResponse()
227 relay_config.ports.push_back(ProtocolAddress(address, PROTO_SSLTCP)); in ReceiveSessionResponse()
229 config->AddRelay(relay_config); in ReceiveSessionResponse()
/external/chromium_org/content/renderer/p2p/
Dport_allocator.cc263 P2PPortAllocator::Config::RelayServerConfig relay_config = in AllocateLegacyRelaySession() local
285 std::string url = "https://" + relay_config.server_address + in AllocateLegacyRelaySession()
298 WebString::fromUTF8(relay_config.password)); in AllocateLegacyRelaySession()
301 WebString::fromUTF8(relay_config.username)); in AllocateLegacyRelaySession()
/external/chromium_org/content/renderer/media/
Dmedia_stream_dependency_factory.cc132 P2PPortAllocator::Config::RelayServerConfig relay_config; in CreatePortAllocator() local
133 relay_config.server_address = turn_configurations[i].server.hostname(); in CreatePortAllocator()
134 relay_config.port = turn_configurations[i].server.port(); in CreatePortAllocator()
135 relay_config.username = turn_configurations[i].username; in CreatePortAllocator()
136 relay_config.password = turn_configurations[i].password; in CreatePortAllocator()
137 relay_config.transport_type = turn_configurations[i].transport_type; in CreatePortAllocator()
138 relay_config.secure = turn_configurations[i].secure; in CreatePortAllocator()
139 config.relays.push_back(relay_config); in CreatePortAllocator()