Searched refs:relay (Results 1 - 24 of 24) 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/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/remoting/jingle_glue/
H A Dchromium_port_allocator.cc34 const std::string& relay,
60 const std::string& relay,
69 relay,
79 // Filter out non-UDP relay ports, so that we don't try using TCP.
80 for (cricket::PortConfiguration::RelayList::iterator relay =
81 config->relays.begin(); relay != config->relays.end(); ++relay) {
84 relay->ports.begin(); port != relay->ports.end(); ++port) {
89 relay
52 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<talk_base::SocketAddress>& stun_hosts, const std::vector<std::string>& relay_hosts, const std::string& relay, const scoped_refptr<net::URLRequestContextGetter>& url_context) argument
[all...]
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/third_party/libjingle/source/talk/p2p/client/
H A Dhttpportallocator.h69 void SetRelayToken(const std::string& relay) { relay_token_ = relay; } argument
104 const std::string& relay,
H A Dbasicportallocator.cc199 // If we are configured with an HTTP proxy, the best bet is to use the relay
358 // No relay ports specified in this config.
572 // NOTE: This will even skip a _different_ set of relay servers if we
575 // single relay server in each one.
722 // If BasicPortAllocatorSession::OnAllocate left relay ports enabled then we
723 // ought to have a relay list for them here.
727 << "AllocationSequence: No relay server configured, skipping.";
731 PortConfiguration::RelayList::const_iterator relay; local
732 for (relay = config_->relays.begin();
733 relay !
774 RelayServer relay; local
790 SupportsProtocol( const PortConfiguration::RelayServer& relay, ProtocolType type) argument
[all...]
H A Dbasicportallocator.h192 // Adds another relay server, with the given ports and modifier, to the list.
197 // Determines whether the given relay server supports the given protocol.
198 static bool SupportsProtocol(const PortConfiguration::RelayServer& relay,
/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.h92 virtual void AddRelay(const RelayServerConfig& relay) { argument
93 relays_.push_back(relay);
232 // Adds another relay server, with the given ports and modifier, to the list.
235 // Determines whether the given relay server supports the given protocol.
236 static bool SupportsProtocol(const RelayServerConfig& relay,
H A Dbasicportallocator.cc426 // No relay ports specified in this config.
764 // NOTE: This will even skip a _different_ set of relay servers if we
767 // single relay server in each one.
956 // If BasicPortAllocatorSession::OnAllocate left relay ports enabled then we
957 // ought to have a relay list for them here.
961 << "AllocationSequence: No relay server configured, skipping.";
965 PortConfiguration::RelayList::const_iterator relay; local
966 for (relay = config_->relays.begin();
967 relay != config_->relays.end(); ++relay) {
1064 SupportsProtocol( const RelayServerConfig& relay, ProtocolType type) argument
[all...]
H A Dconnectivitychecker.cc272 LOG(LS_ERROR) << " relay address with bad protocol added";
280 LOG(LS_ERROR) << " got relay address for non-existing nic";
358 PortConfiguration::RelayList::const_iterator relay; local
362 LOG(LS_ERROR) << "Machine has no networks; no relay ports created.";
365 for (relay = config->relays.begin();
366 relay != config->relays.end(); ++relay) {
382 for (relay_port = relay->ports.begin();
383 relay_port != relay->ports.end();
405 LOG(LS_ERROR) << "Failed to find nic info when creating relay port
[all...]
H A Dhttpportallocator.cc105 relay_hosts_.push_back("relay.google.com");
114 relay_hosts_.push_back("relay.google.com");
143 // Creating relay sessions can take time and is done asynchronously.
163 << "giving up on relay.";
168 LOG(LS_ERROR) << "HttpPortAllocator: no relay hosts configured.";
175 LOG(LS_INFO) << "HTTPPortAllocator: sending to relay host " << host;
177 LOG(LS_WARNING) << "No relay auth token found.";
201 LOG(LS_WARNING) << "Received unexpected username value from relay server.";
204 LOG(LS_WARNING) << "Received unexpected password value from relay server.";
207 std::string relay_ip = map["relay
261 HttpPortAllocatorSession( HttpPortAllocator* allocator, const std::string& content_name, int component, const std::string& ice_ufrag, const std::string& ice_pwd, const std::vector<talk_base::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.cc116 // Filter out non-UDP relay ports, so that we don't try using TCP.
117 for (cricket::PortConfiguration::RelayList::iterator relay =
118 config->relays.begin(); relay != config->relays.end(); ++relay) {
121 relay->ports.begin(); port != relay->ports.end(); ++port) {
126 relay->ports = filtered_ports;
192 // and ReceiveSessionResponse() doesn't save relay session
270 "creating relay session: " << result;
/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/kernel-headers/original/linux/
H A Dif_pppox.h163 struct sockaddr_pppox relay; /* what socket data will be member in struct:pppoe_opt
211 #define pppoe_relay proto.pppoe.relay
/external/chromium_org/content/renderer/p2p/
H A Dport_allocator.cc35 // URL used to create a relay session.
38 // Number of times we will try to request relay session.
41 // Manimum relay server size we would try to parse.
47 LOG(ERROR) << "Received invalid port number from relay server: " << string;
220 // Copy relay configuration from alloctor and keeping it in a map.
221 RelayServer relay; local
222 relay.config = allocator_->config_.relays[i];
223 relay.relay_address_request = relay_request;
224 relay_info_.push_back(relay);
242 // Getting relay serve
[all...]
/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/chromium/base/
H A Dfile_util_proxy.cc725 scoped_refptr<MessageLoopRelay> relay) {
726 return relay->Start(message_loop_proxy, from_here);
723 Start(const tracked_objects::Location& from_here, scoped_refptr<base::MessageLoopProxy> message_loop_proxy, scoped_refptr<MessageLoopRelay> relay) argument
/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/iproute2/doc/
H A Dip-cref.tex473 about the address of broadcast relay or about the address of the ARP server.

Completed in 1128 milliseconds