HomeSort by relevance Sort by last modified time
    Searched refs:ClientInfo (Results 1 - 25 of 27) sorted by null

1 2

  /external/google-breakpad/src/client/mac/crash_generation/
client_info.h 35 class ClientInfo {
37 explicit ClientInfo(pid_t pid) : pid_(pid) {}
crash_generation_server.h 41 class ClientInfo;
63 const ClientInfo &client_info,
67 const ClientInfo &client_info);
crash_generation_server.cc 115 ClientInfo client(remote_pid);
  /external/google-breakpad/src/client/linux/crash_generation/
client_info.h 37 class ClientInfo {
39 ClientInfo(pid_t pid, CrashGenerationServer* crash_server)
crash_generation_server.h 41 class ClientInfo;
49 const ClientInfo* client_info,
53 const ClientInfo* client_info);
crash_generation_server.cc 272 ClientInfo info(crashing_pid, this);
  /external/google-breakpad/src/client/windows/crash_generation/
crash_generation_server.h 40 class ClientInfo;
53 const ClientInfo* client_info);
56 const ClientInfo* client_info,
60 const ClientInfo* client_info);
167 bool PrepareReply(const ClientInfo& client_info,
170 // Duplicates various handles in the ClientInfo object for the client
174 bool CreateClientHandles(const ClientInfo& client_info,
179 bool RespondToClient(ClientInfo* client_info);
185 void HandleDumpRequest(const ClientInfo& client_info);
197 void HandleClientProcessExit(ClientInfo* client_info)
    [all...]
client_info.h 44 class ClientInfo {
49 ClientInfo(CrashGenerationServer* crash_server,
57 ~ClientInfo();
171 ClientInfo(const ClientInfo& client_info);
172 ClientInfo& operator=(const ClientInfo& client_info);
client_info.cc 38 ClientInfo::ClientInfo(CrashGenerationServer* crash_server,
61 bool ClientInfo::Initialize() {
90 void ClientInfo::UnregisterDumpRequestWaitAndBlockUntilNoPending() {
98 void ClientInfo::UnregisterProcessExitWait(bool block_until_no_pending) {
110 ClientInfo::~ClientInfo() {
111 // Waiting for the callback to finish here is safe because ClientInfo's are
115 // This is a little tricky because ClientInfo's may be destroyed by the same
120 // before deleting the ClientInfo
    [all...]
crash_generation_server.cc 176 // Request all ClientInfo objects to unregister all waits.
179 std::list<ClientInfo*>::iterator iter;
181 ClientInfo* client_info = *iter;
190 // Destroying the ClientInfo here is safe because all wait operations for
191 // this ClientInfo were unregistered and no pending or running callbacks
192 // for this ClientInfo can possible exist (block_until_no_pending option
426 scoped_ptr<ClientInfo> client_info(
427 new ClientInfo(this,
518 // Note that there is only a single copy of the ClientInfo of the
523 // The lifetime of this ClientInfo depends on the lifetime of th
    [all...]
  /packages/services/Car/service/src/com/android/car/
AppContextService.java 42 private final HashMap<Integer, ClientInfo> mContextOwners = new HashMap<>();
58 ClientInfo info = (ClientInfo) mAllClients.getBinderInterface(listener);
60 info = new ClientInfo(mAllClients, listener, Binder.getCallingUid(),
72 ClientInfo info = (ClientInfo) mAllClients.getBinderInterface(listener);
91 ClientInfo info = (ClientInfo) mAllClients.getBinderInterface(listener);
103 ClientInfo info = (ClientInfo) mAllClients.getBinderInterface(listener)
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
WifiScanningServiceImpl.java 191 ClientInfo ci = mClients.get(msg.replyTo);
244 private final ArrayMap<Messenger, ClientInfo> mClients;
311 private WorkSource computeWorkSource(ClientInfo ci, WorkSource requestedWorkSource) {
333 final ClientInfo clientInfo;
338 RequestInfo(ClientInfo clientInfo, int handlerId, WorkSource requestedWorkSource,
340 this.clientInfo = clientInfo;
343 this.workSource = computeWorkSource(clientInfo, requestedWorkSource)
    [all...]
  /external/google-breakpad/src/client/windows/unittests/
crash_generation_server_test.cc 80 void(const google_breakpad::ClientInfo* client_info));
82 void(const google_breakpad::ClientInfo* client_info,
85 void(const google_breakpad::ClientInfo* client_info));
235 void* context, const google_breakpad::ClientInfo* client_info) {
242 const google_breakpad::ClientInfo* client_info,
249 void* context, const google_breakpad::ClientInfo* client_info) {
exception_handler_test.cc 95 const google_breakpad::ClientInfo *client_info,
155 const google_breakpad::ClientInfo *client_info,
exception_handler_death_test.cc 145 const google_breakpad::ClientInfo *client_info,
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
RttService.java 68 ClientInfo ci = mClients.remove(msg.replyTo);
74 ClientInfo client = new ClientInfo(ac, msg.replyTo);
81 ClientInfo ci = mClients.get(msg.replyTo);
157 ClientInfo ci;
171 private class ClientInfo {
179 ClientInfo(AsyncChannel c, Messenger m) {
258 private HashMap<Messenger, ClientInfo> mClients = new HashMap<Messenger, ClientInfo>(4);
308 ClientInfo client = mClients.get(msg.replyTo)
    [all...]
  /frameworks/base/services/core/java/com/android/server/
NsdService.java 68 private HashMap<Messenger, ClientInfo> mClients = new HashMap<Messenger, ClientInfo>();
71 private SparseArray<ClientInfo> mIdToClientInfoMap= new SparseArray<ClientInfo>();
147 ClientInfo cInfo = null;
154 cInfo = new ClientInfo(c, msg.replyTo);
250 private boolean requestLimitReached(ClientInfo clientInfo) {
251 if (clientInfo.mClientIds.size() >= ClientInfo.MAX_LIMIT)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dhcpsapi.h 178 DWORD WINAPI DhcpCreateClientInfo(DHCP_CONST WCHAR *ServerIpAddress,DHCP_CONST DHCP_CLIENT_INFO *ClientInfo);
179 DWORD WINAPI DhcpSetClientInfo(DHCP_CONST WCHAR *ServerIpAddress,DHCP_CONST DHCP_CLIENT_INFO *ClientInfo);
180 DWORD WINAPI DhcpGetClientInfo(DHCP_CONST WCHAR *ServerIpAddress,DHCP_CONST DHCP_SEARCH_INFO *SearchInfo,LPDHCP_CLIENT_INFO *ClientInfo);
181 DWORD WINAPI DhcpDeleteClientInfo(DHCP_CONST WCHAR *ServerIpAddress,DHCP_CONST DHCP_SEARCH_INFO *ClientInfo);
182 DWORD WINAPI DhcpEnumSubnetClients(DHCP_CONST WCHAR *ServerIpAddress,DHCP_IP_ADDRESS SubnetAddress,DHCP_RESUME_HANDLE *ResumeHandle,DWORD PreferredMaximum,LPDHCP_CLIENT_INFO_ARRAY *ClientInfo,DWORD *ClientsRead,DWORD *ClientsTotal);
418 LPDHCP_CLIENT_INFO_ARRAY_V6 *ClientInfo,
  /external/google-breakpad/src/client/windows/tests/crash_generation_app/
crash_generation_app.cc 201 const ClientInfo* client_info) {
218 const ClientInfo* client_info,
263 const ClientInfo* client_info) {
  /frameworks/av/media/libstagefright/wifi-display/source/
WifiDisplaySource.h 148 struct ClientInfo {
155 ClientInfo mClientInfo;
  /external/google-breakpad/src/client/mac/tests/
crash_generation_server_test.cc 60 using google_breakpad::ClientInfo;
150 void dumpCallback(void *context, const ClientInfo &client_info,
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
WifiP2pServiceImpl.java 227 private HashMap<Messenger, ClientInfo> mClientInfoList = new HashMap<Messenger, ClientInfo>();
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/gen/
gen_client.py 156 client_info = util.ClientInfo.Create(
util.py 154 class ClientInfo(collections.namedtuple('ClientInfo', (
163 """Create a new ClientInfo object from a discovery document."""
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
base_api.py 287 def ClientInfo(cls):

Completed in 721 milliseconds

1 2