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

  /external/perfetto/include/perfetto/ipc/
service.h 22 #include "perfetto/ipc/client_info.h"
38 // Invoked when a remote client disconnects. Use client_info() to obtain
44 const ClientInfo& client_info() { function in class:perfetto::ipc::Service
  /external/libese/tools/ese_relay/
ese_relay.c 83 struct sockaddr client_info; local
84 socklen_t client_info_len = (socklen_t)sizeof(&client_info);
94 if ((client_fd = accept(server_fd, &client_info, &client_info_len)) == -1) {
  /external/perfetto/src/tracing/ipc/service/
producer_ipc_service.cc 43 const ipc::ClientID ipc_client_id = ipc::Service::client_info().client_id();
55 const auto& client_info = ipc::Service::client_info(); local
56 const ipc::ClientID ipc_client_id = client_info.client_id();
70 producer.get(), client_info.uid(), req.producer_name(),
107 ipc::ClientID client_id = ipc::Service::client_info().client_id();
  /external/wayland/tests/
test-compositor.h 33 struct client_info { struct
98 struct client_info *client_create_with_name(struct display *d,
  /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
IPACM_LanToLan.h 62 struct client_info struct
71 client_info *p_client;
135 list<client_info> m_client_info; /* client list */
141 void add_one_client_flt_rule(IPACM_LanToLan_Iface *peer_iface, client_info *client);
143 void add_client_flt_rule(peer_iface_info *peer, client_info *client, ipa_ip_type iptype);
145 void del_one_client_flt_rule(IPACM_LanToLan_Iface *peer_iface, client_info *client);
147 void del_client_flt_rule(peer_iface_info *peer, client_info *client);
149 void add_client_rt_rule(peer_iface_info *peer, client_info *client);
151 void del_client_rt_rule(peer_iface_info *peer, client_info *client);
  /external/google-breakpad/src/client/windows/crash_generation/
crash_generation_server.cc 37 #include "client/windows/crash_generation/client_info.h"
181 ClientInfo* client_info = *iter; local
187 client_info->UnregisterProcessExitWait(true);
188 client_info->UnregisterDumpRequestWaitAndBlockUntilNoPending();
194 delete client_info;
426 scoped_ptr<ClientInfo> client_info(
435 if (!client_info->Initialize()) {
441 // Iff successful, assigns ownership of the client_info pointer to the server
443 if (!RespondToClient(client_info.get())) {
449 client_info_ = client_info.release()
823 ClientInfo* client_info = reinterpret_cast<ClientInfo*>(context); local
838 ClientInfo* client_info = reinterpret_cast<ClientInfo*>(context); local
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p_group.c 27 struct wpabuf *client_info; member in struct:p2p_group_member
79 wpabuf_free(m->client_info);
129 if (m->client_info == NULL)
131 if (wpabuf_tailroom(ie) < wpabuf_len(m->client_info) + 1)
133 wpabuf_put_buf(ie, m->client_info);
618 m->client_info = p2p_build_client_info(addr, m->p2p_ie,
632 " to group (p2p=%d wfd=%d client_info=%d); num_members=%u/%u",
634 m->client_info ? 1 : 0,
723 if (m->client_info == NULL || wps == NULL)
726 pos = wpabuf_head(m->client_info);
    [all...]
  /external/pdfium/third_party/libtiff/
tiffiop.h 80 typedef struct client_info { struct
81 struct client_info *next;
  /external/adhd/cras/src/common/
cras_types.h 295 * client_info - List of first 20 attached clients.
332 struct cras_attached_client_info client_info[CRAS_MAX_ATTACHED_CLIENTS]; member in struct:cras_server_state

Completed in 5223 milliseconds