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

  /external/chromium_org/cc/output/
copy_output_request.cc 21 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/
post_task_and_reply_impl.cc 16 // 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/
chromium_port_allocator.cc 34 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->ports = filtered_ports
    [all...]
jingle_info_request.cc 88 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/
jingleinfotask.cc 90 // 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/third_party/libjingle/source/talk/p2p/client/
httpportallocator.h 79 void SetRelayToken(const std::string& relay) { relay_token_ = relay; }
116 const std::string& relay,
174 const std::string& relay,
basicportallocator.h 92 virtual void AddRelay(const RelayServerConfig& relay) {
93 relays_.push_back(relay);
231 // Adds another relay server, with the given ports and modifier, to the list.
234 // Determines whether the given relay server supports the given protocol.
235 bool SupportsProtocol(const RelayServerConfig& relay,
basicportallocator.cc 434 // No relay ports specified in this config.
766 // NOTE: This will even skip a _different_ set of relay servers if we
769 // single relay server in each one.
793 "Udp", "Relay", "Tcp", "SslTcp"
961 LOG(LS_VERBOSE) << "AllocationSequence: Relay ports disabled, skipping.";
965 // If BasicPortAllocatorSession::OnAllocate left relay ports enabled then we
966 // ought to have a relay list for them here.
970 << "AllocationSequence: No relay server configured, skipping.";
974 PortConfiguration::RelayList::const_iterator relay; local
975 for (relay = config_->relays.begin()
    [all...]
connectivitychecker.cc 268 LOG(LS_ERROR) << " relay address with bad protocol added";
276 LOG(LS_ERROR) << " got relay address for non-existing nic";
312 LOG(LS_ERROR) << "Relay address error.";
354 PortConfiguration::RelayList::const_iterator relay; local
358 LOG(LS_ERROR) << "Machine has no networks; no relay ports created.";
361 for (relay = config->relays.begin();
362 relay != config->relays.end(); ++relay) {
378 for (relay_port = relay->ports.begin();
379 relay_port != relay->ports.end()
    [all...]
httpportallocator.cc 102 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.
154 LOG(LS_VERBOSE) << "HttpPortAllocator: Relay ports disabled, skipping.";
160 << "giving up on relay.";
165 LOG(LS_ERROR) << "HttpPortAllocator: no relay hosts configured.";
172 LOG(LS_INFO) << "HTTPPortAllocator: sending to relay host " << host;
174 LOG(LS_WARNING) << "No relay auth token found.";
198 LOG(LS_WARNING) << "Received unexpected username value from relay server.";
201 LOG(LS_WARNING) << "Received unexpected password value from relay server."
    [all...]
  /external/chromium_org/remoting/client/plugin/
pepper_port_allocator.cc 116 // 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;
191 // and Relay parameters are stored together in PortConfiguration
192 // and ReceiveSessionResponse() doesn't save relay session
216 headers << "X-Talk-Google-Relay-Auth: " << relay_token() << "\n\r"
    [all...]
  /external/qemu/slirp/
misc.h 82 void relay _P((int));
misc.c 490 relay(s)
509 lprint ("Error: tty_attach failed in misc.c:relay()\r\n");
  /external/qemu/slirp-android/
misc.h 78 void relay _P((int));
misc.c 454 relay(s)
473 lprint ("Error: tty_attach failed in misc.c:relay()\r\n");
  /external/dnsmasq/src/
dhcp.c 22 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_org/remoting/webapp/
format_iq.js 140 } else if (name == 'relay') {
159 result += '\n relay ' + rserver + ' token: ' + token;
  /external/blktrace/doc/
blktrace.tex 342 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
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel_unittest.cc 90 // The addresses for the public relay server.
122 // We also run a STUN server and a relay server on the virtual network to allow
734 void set_force_relay(bool relay) {
735 force_relay_ = relay;
    [all...]
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/iproute2/doc/
ip-cref.tex 473 about the address of broadcast relay or about the address of the ARP server.
    [all...]

Completed in 1068 milliseconds