Home
last modified time | relevance | path

Searched defs:client_info (Results 1 – 20 of 20) sorted by relevance

/external/wayland/tests/
Dtest-compositor.h33 struct client_info { struct
34 struct display *display;
35 struct wl_client *wl_client;
36 struct wl_listener destroy_listener;
37 const char *name; /* for debugging */
39 int pipe;
40 pid_t pid;
41 int exit_code;
43 struct wl_list link;
44 void *data; /* for arbitrary use */
/external/google-breakpad/src/client/windows/crash_generation/
Dcrash_generation_server.cc181 ClientInfo* client_info = *iter; in ~CrashGenerationServer() local
426 scoped_ptr<ClientInfo> client_info( in HandleReadDoneState() local
604 bool CrashGenerationServer::PrepareReply(const ClientInfo& client_info, in PrepareReply()
651 bool CrashGenerationServer::CreateClientHandles(const ClientInfo& client_info, in CreateClientHandles()
687 bool CrashGenerationServer::RespondToClient(ClientInfo* client_info) { in RespondToClient()
772 bool CrashGenerationServer::AddClient(ClientInfo* client_info) { in AddClient()
823 ClientInfo* client_info = reinterpret_cast<ClientInfo*>(context); in OnDumpRequest() local
838 ClientInfo* client_info = reinterpret_cast<ClientInfo*>(context); in OnClientEnd() local
846 void CrashGenerationServer::HandleClientProcessExit(ClientInfo* client_info) { in HandleClientProcessExit()
878 void CrashGenerationServer::HandleDumpRequest(const ClientInfo& client_info) { in HandleDumpRequest()
/external/python/apitools/apitools/base/py/
Dcredentials_lib.py538 def CredentialsFromFile(path, client_info, oauth2client_args=None): argument
606 client_info, service_account_name=None, service_account_keyfile=None, argument
626 def _GetGaeServiceAccount(client_info, **unused_kwds): argument
632 def _GetGceServiceAccount(client_info, **unused_kwds): argument
639 client_info, skip_application_default_credentials=False, argument
/external/perfetto/include/perfetto/ipc/
Dservice.h44 const ClientInfo& client_info() { in client_info() function
/external/google-breakpad/src/client/windows/unittests/
Dcrash_generation_server_test.cc235 void* context, const google_breakpad::ClientInfo* client_info) { in CallOnClientConnected()
242 const google_breakpad::ClientInfo* client_info, in CallOnClientDumpRequested()
249 void* context, const google_breakpad::ClientInfo* client_info) { in CallOnClientExited()
Dexception_handler_test.cc155 const google_breakpad::ClientInfo *client_info, in ClientDumpCallback()
Dexception_handler_death_test.cc145 const google_breakpad::ClientInfo *client_info, in clientDumpCallback()
/external/google-breakpad/src/client/windows/tests/crash_generation_app/
Dcrash_generation_app.cc201 const ClientInfo* client_info) { in ShowClientConnected()
218 const ClientInfo* client_info, in ShowClientCrashed()
263 const ClientInfo* client_info) { in ShowClientExited()
/external/python/apitools/apitools/gen/
Dgen_client_lib.py65 def __init__(self, discovery_doc, client_info, names, root_package, outdir, argument
143 def client_info(self): member in DescriptorGenerator
Dservice_registry.py37 def __init__(self, client_info, message_registry, command_registry, argument
Dmessage_registry.py80 def __init__(self, client_info, names, description, root_package_dir, argument
Dcommand_registry.py118 def __init__(self, package, version, client_info, message_registry, argument
/external/libese/tools/ese_relay/
Dese_relay.c83 struct sockaddr client_info; in main() local
/external/python/apitools/apitools/scripts/
Doauth2l.py170 def _FetchCredentials(args, client_info=None, credentials_filename=None): argument
/external/pdfium/third_party/libtiff/
Dtiffiop.h80 typedef struct client_info { struct
81 struct client_info *next; argument
82 void *data;
83 char *name;
/external/perfetto/src/tracing/ipc/service/
Dproducer_ipc_service.cc55 const auto& client_info = ipc::Service::client_info(); in InitializeConnection() local
/external/google-breakpad/src/client/mac/tests/
Dcrash_generation_server_test.cc150 void dumpCallback(void *context, const ClientInfo &client_info, in dumpCallback()
/external/perfetto/src/ipc/
Dhost_impl.cc251 ClientInfo client_info(client_id, sock->peer_uid()); in OnDisconnect() local
/external/wpa_supplicant_8/src/p2p/
Dp2p_group.c27 struct wpabuf *client_info; member
/external/adhd/cras/src/common/
Dcras_types.h387 struct cras_attached_client_info client_info[CRAS_MAX_ATTACHED_CLIENTS]; member