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

1 2 3

  /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/
AppFocusService.java 70 ClientInfo info = (ClientInfo) mAllChangeClients.getBinderInterface(listener);
72 info = new ClientInfo(mAllChangeClients, listener, Binder.getCallingUid(),
84 ClientInfo info = (ClientInfo) mAllChangeClients.getBinderInterface(listener);
158 ClientInfo clientInfo = (ClientInfo) client;
161 if (clientInfo.getAppTypes().contains(appType)) {
162 mDispatchHandler.requestAppFocusChangeDispatch(clientInfo.binderInterface
    [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/scanner/
WifiScanningServiceImpl.java 203 ClientInfo ci = mClients.get(msg.replyTo);
258 private final ArrayMap<Messenger, ClientInfo> mClients;
335 private WorkSource computeWorkSource(ClientInfo ci, WorkSource requestedWorkSource) {
357 final ClientInfo clientInfo;
362 RequestInfo(ClientInfo clientInfo, int handlerId, WorkSource requestedWorkSource,
364 this.clientInfo = clientInfo;
367 this.workSource = computeWorkSource(clientInfo, requestedWorkSource)
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
RttService.java 87 ClientInfo ci = mClients.remove(mReplyTo);
92 "ClientInfo not found for terminated app -- mReplyTo=" + mReplyTo);
121 ClientInfo ci = mClients.remove(msg.replyTo);
130 ClientInfo client = new ClientInfo(ac, msg.sendingUid, packageName);
154 ClientInfo ci;
241 ClientInfo ci;
255 private class ClientInfo {
264 ClientInfo(AsyncChannel channel, int uid, String packageName) {
344 return "ClientInfo [uid=" + mUid + ", channel=" + mChannel + "]"
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dhcpsapi.h 182 DWORD WINAPI DhcpCreateClientInfo(DHCP_CONST WCHAR *ServerIpAddress,DHCP_CONST DHCP_CLIENT_INFO *ClientInfo);
183 DWORD WINAPI DhcpSetClientInfo(DHCP_CONST WCHAR *ServerIpAddress,DHCP_CONST DHCP_CLIENT_INFO *ClientInfo);
184 DWORD WINAPI DhcpGetClientInfo(DHCP_CONST WCHAR *ServerIpAddress,DHCP_CONST DHCP_SEARCH_INFO *SearchInfo,LPDHCP_CLIENT_INFO *ClientInfo);
185 DWORD WINAPI DhcpDeleteClientInfo(DHCP_CONST WCHAR *ServerIpAddress,DHCP_CONST DHCP_SEARCH_INFO *ClientInfo);
186 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);
422 LPDHCP_CLIENT_INFO_ARRAY_V6 *ClientInfo,
ntsecpkg.h 310 typedef NTSTATUS (NTAPI LSA_GET_CLIENT_INFO)(PSECPKG_CLIENT_INFO ClientInfo);
    [all...]
  /frameworks/base/services/core/java/com/android/server/
NsdService.java 76 private final HashMap<Messenger, ClientInfo> mClients = new HashMap<>();
79 private final SparseArray<ClientInfo> mIdToClientInfoMap= new SparseArray<>();
126 ClientInfo cInfo = null;
133 cInfo = new ClientInfo(c, msg.replyTo);
229 private boolean requestLimitReached(ClientInfo clientInfo) {
230 if (clientInfo.mClientIds.size() >= ClientInfo.MAX_LIMIT) {
231 if (DBG) Slog.d(TAG, "Exceeded max outstanding requests " + clientInfo);
237 private void storeRequestMap(int clientId, int globalId, ClientInfo clientInfo, int what)
    [all...]
  /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 228 private HashMap<Messenger, ClientInfo> mClientInfoList = new HashMap<Messenger, ClientInfo>();
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.2.0/
protos-25.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.2.0-alpha6/
protos-25.2.0-alpha6.jar 

Completed in 442 milliseconds

1 2 3