Searched refs:relay (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/cc/output/
H A Dcopy_output_request.cc21 scoped_ptr<CopyOutputRequest> relay = CreateRequest(result_callback); local
22 relay->force_bitmap_result_ = original_request.force_bitmap_result_;
23 relay->has_area_ = original_request.has_area_;
24 relay->area_ = original_request.area_;
25 relay->has_texture_mailbox_ = original_request.has_texture_mailbox_;
26 relay->texture_mailbox_ = original_request.texture_mailbox_;
27 return relay.Pass();
/external/chromium_org/remoting/test/
H A Dfake_port_allocator.cc26 const std::string& relay);
45 const std::string& relay)
53 relay,
67 // Filter out non-UDP relay ports, so that we don't try using TCP.
68 for (cricket::PortConfiguration::RelayList::iterator relay =
69 config->relays.begin(); relay != config->relays.end(); ++relay) {
72 relay->ports.begin(); port != relay->ports.end(); ++port) {
77 relay
37 FakePortAllocatorSession( cricket::HttpPortAllocatorBase* allocator, const std::string& content_name, int component, const std::string& ice_username_fragment, const std::string& ice_password, const std::vector<rtc::SocketAddress>& stun_hosts, const std::vector<std::string>& relay_hosts, const std::string& relay) argument
[all...]
/external/chromium_org/base/threading/
H A Dpost_task_and_reply_impl.cc16 // This relay class remembers the MessageLoop that it was created on, and
78 PostTaskAndReplyRelay* relay = local
81 Unretained(relay)))) {
82 delete relay;
/external/chromium_org/components/web_modal/
H A Dpopup_manager.cc106 PopupManagerRelay* relay = static_cast<PopupManagerRelay*>( local
108 if (!relay)
111 return relay->manager_.get();
/external/chromium_org/remoting/signaling/
H A Djingle_info_request.cc88 const buzz::XmlElement* relay = query->FirstNamed(buzz::QN_JINGLE_INFO_RELAY); local
89 if (relay) {
90 relay_token = relay->TextNamed(buzz::QN_JINGLE_INFO_TOKEN);
92 relay->FirstNamed(buzz::QN_JINGLE_INFO_SERVER);
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Djingleinfotask.cc90 // only respect relay push from the server
124 const XmlElement *relay = query->FirstNamed(QN_JINGLE_INFO_RELAY); local
125 if (relay) {
126 relay_token = relay->TextNamed(QN_JINGLE_INFO_TOKEN);
127 for (const XmlElement *server = relay->FirstNamed(QN_JINGLE_INFO_SERVER);
/external/chromium_org/remoting/protocol/
H A Dchromium_port_allocator.cc35 const std::string& relay,
61 const std::string& relay,
70 relay,
80 // Filter out non-UDP relay ports, so that we don't try using TCP.
81 for (cricket::PortConfiguration::RelayList::iterator relay =
82 config->relays.begin(); relay != config->relays.end(); ++relay) {
85 relay->ports.begin(); port != relay->ports.end(); ++port) {
90 relay
53 ChromiumPortAllocatorSession( cricket::HttpPortAllocatorBase* allocator, const std::string& content_name, int component, const std::string& ice_username_fragment, const std::string& ice_password, const std::vector<rtc::SocketAddress>& stun_hosts, const std::vector<std::string>& relay_hosts, const std::string& relay, const scoped_refptr<net::URLRequestContextGetter>& url_context) argument
[all...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
H A Dhttpportallocator.h79 void SetRelayToken(const std::string& relay) { relay_token_ = relay; } argument
116 const std::string& relay,
174 const std::string& relay,
H A Dbasicportallocator.h93 virtual void AddRelay(const RelayServerConfig& relay) { argument
94 relays_.push_back(relay);
243 // Adds another relay server, with the given ports and modifier, to the list.
246 // Determines whether the given relay server supports the given protocol.
247 bool SupportsProtocol(const RelayServerConfig& relay,
H A Dbasicportallocator.cc429 // No relay ports specified in this config.
805 // NOTE: This will even skip a _different_ set of relay servers if we
808 // single relay server in each one.
1004 // If BasicPortAllocatorSession::OnAllocate left relay ports enabled then we
1005 // ought to have a relay list for them here.
1009 << "AllocationSequence: No relay server configured, skipping.";
1013 PortConfiguration::RelayList::const_iterator relay; local
1014 for (relay = config_->relays.begin();
1015 relay != config_->relays.end(); ++relay) {
1171 SupportsProtocol( const RelayServerConfig& relay, ProtocolType type) const argument
[all...]
H A Dconnectivitychecker.cc301 LOG(LS_ERROR) << " relay address with bad protocol added";
309 LOG(LS_ERROR) << " got relay address for non-existing nic";
416 PortConfiguration::RelayList::const_iterator relay; local
420 LOG(LS_ERROR) << "Machine has no networks; no relay ports created.";
423 for (relay = config->relays.begin();
424 relay != config->relays.end(); ++relay) {
444 for (relay_port = relay->ports.begin();
445 relay_port != relay->ports.end();
467 LOG(LS_ERROR) << "Failed to find nic info when creating relay port
[all...]
H A Dhttpportallocator.cc102 relay_hosts_.push_back("relay.google.com");
111 relay_hosts_.push_back("relay.google.com");
140 // Creating relay sessions can take time and is done asynchronously.
166 << "giving up on relay.";
171 LOG(LS_ERROR) << "HttpPortAllocator: no relay hosts configured.";
178 LOG(LS_INFO) << "HTTPPortAllocator: sending to relay host " << host;
180 LOG(LS_WARNING) << "No relay auth token found.";
204 LOG(LS_WARNING) << "Received unexpected username value from relay server.";
207 LOG(LS_WARNING) << "Received unexpected password value from relay server.";
210 std::string relay_ip = map["relay
270 HttpPortAllocatorSession( HttpPortAllocator* allocator, const std::string& content_name, int component, const std::string& ice_ufrag, const std::string& ice_pwd, const std::vector<rtc::SocketAddress>& stun_hosts, const std::vector<std::string>& relay_hosts, const std::string& relay, const std::string& agent) argument
[all...]
/external/chromium_org/remoting/client/plugin/
H A Dpepper_port_allocator.cc95 // Filter out non-UDP relay ports, so that we don't try using TCP.
96 for (cricket::PortConfiguration::RelayList::iterator relay =
97 config->relays.begin(); relay != config->relays.end(); ++relay) {
100 relay->ports.begin(); port != relay->ports.end(); ++port) {
105 relay->ports = filtered_ports;
111 // Add a configuration without relay response first so local and STUN
112 // candidates can be allocated without waiting for the relay response.
183 "creating relay sessio
[all...]
/external/qemu/slirp/
H A Dmisc.h82 void relay _P((int));
H A Dmisc.c490 relay(s)
509 lprint ("Error: tty_attach failed in misc.c:relay()\r\n");
/external/qemu/slirp-android/
H A Dmisc.h78 void relay _P((int));
H A Dmisc.c454 relay(s)
473 lprint ("Error: tty_attach failed in misc.c:relay()\r\n");
/external/dnsmasq/src/
H A Ddhcp.c22 struct in_addr relay, primary; member in struct:iface_param
237 parm.relay = mess->giaddr;
269 /* Send to BOOTP relay */
358 of each interface (and any relay address) and does the following things:
362 3) Fills in local (this host) and router (this host or relay) addresses.
413 else if (param->relay.s_addr && is_same_net(param->relay, context->start, context->netmask))
415 context->router = param->relay;
/external/blktrace/doc/
H A Dblktrace.tex342 through the debug file system (relay). Each device being traced has
393 -r \emph{rel-path} & --relay=\emph{rel-path} & Specifies debugfs mount point \\ \hline
739 supplies block IO layer state transition data via the relay
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dp2ptransportchannel_unittest.cc91 // The addresses for the public relay server.
123 // We also run a STUN server and a relay server on the virtual network to allow
737 void set_force_relay(bool relay) { argument
738 force_relay_ = relay;
782 kLocalUdpToRelayUdp("local", "udp", "relay", "udp",
783 "relay", "udp", "local", "udp", 2000);
785 kPrflxUdpToRelayUdp("prflx", "udp", "relay", "udp",
786 "relay", "udp", "prflx", "udp", 2000);
1595 EXPECT_EQ("relay", RemoteCandidate(ep1_ch1())->type());
1596 EXPECT_EQ("relay", LocalCandidat
[all...]
/external/iproute2/doc/
H A Dip-cref.tex473 about the address of broadcast relay or about the address of the ARP server.

Completed in 226 milliseconds