Home
last modified time | relevance | path

Searched defs:clientInfo (Results 1 – 15 of 15) sorted by relevance

/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogProcessHandler.java202 ClientInfo clientInfo = clients.get(i); in registerClient() local
212 ClientInfo clientInfo = new ClientInfo(client, pid, userId, timeout); in registerClient() local
236 ClientInfo clientInfo; in unregisterClient() local
267 ClientInfo clientInfo = clients.get(i); in removeFromClientMapsLocked() local
291 ClientInfo clientInfo = pingedClients.get(sessionId); in tellClientAlive() local
389 ClientInfo clientInfo = pingedClients.valueAt(i); in analyzeClientResponse() local
407 ClientInfo clientInfo = clientsToCheck.get(i); in sendPingToClients() local
419 ClientInfo clientInfo = clientsToCheck.get(i); in sendPingToClients() local
457 ClientInfo clientInfo = clients.get(i); in removeClientLocked() local
474 ClientInfo clientInfo = clientsToNotify.get(i); in reportHealthCheckResult() local
[all …]
/packages/services/Car/service/src/com/android/car/
DAppFocusService.java225 ClientInfo clientInfo = (ClientInfo) client; in requestAppFocus() local
276 ClientInfo clientInfo = (ClientInfo) client; in abandonAppFocus() local
325 OwnershipClientInfo clientInfo = (OwnershipClientInfo) client; in dump() local
343 OwnershipClientInfo clientInfo = mFocusOwners.get(appType); in isFocusOwner() local
373 OwnershipClientInfo clientInfo = owners.valueAt(idx); in registerContextOwnerChangedCallback() local
DInputCaptureClientController.java449 ClientInfoForDisplay clientInfo = allClientsForDisplay.remove(callback.asBinder()); in releaseInputEventCapture() local
/packages/services/Car/cpp/watchdog/server/src/
DWatchdogProcessService.cpp294 ClientInfo clientInfo(client, callingPid, callingUserId, kGetStartTimeForPidFunc(callingPid), in registerClient() local
321 ClientInfo clientInfo(helper, binder, callingPid, callingUserId, in registerCarWatchdogService() local
629 const ClientInfo clientInfo = it->second; in onDumpProto() local
678 for (const auto& clientInfo : clientsToCheck) { in doHealthCheck() local
751 Result<void> WatchdogProcessService::registerClient(const ClientInfo& clientInfo, in registerClient()
906 auto clientInfo = cachedClientsIt->second; in dumpAndKillClientsIfNotResponding() local
923 for (const ClientInfo*& clientInfo : clientsToNotify) { in dumpAndKillClientsIfNotResponding() local
/packages/modules/Connectivity/service-t/src/com/android/server/
DNsdService.java529 final ClientInfo clientInfo = mTransactionIdToClientInfoMap.valueAt(i); in getMulticastLockNeededUid() local
668 private boolean requestLimitReached(ClientInfo clientInfo) { in requestLimitReached()
677 ClientInfo clientInfo, int what, long startTimeMs) { in storeLegacyRequestMap()
688 ClientInfo clientInfo, @NonNull NsdServiceInfo serviceInfo) { in storeAdvertiserRequestMap()
699 int clientRequestId, int transactionId, ClientInfo clientInfo) { in removeRequestMap()
714 int transactionId, MdnsListener listener, ClientInfo clientInfo, in storeDiscoveryManagerRequestMap()
737 int transactionId, ClientInfo clientInfo) { in stopDiscoveryManagerRequest()
777 @Nullable Duration ttl, @NonNull ClientInfo clientInfo) { in checkTtl()
805 final ClientInfo clientInfo; in processMessage() local
1375 ClientInfo clientInfo = mTransactionIdToClientInfoMap.get(transactionId); in handleMDnsServiceEvent() local
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java2467 ClientInfo clientInfo = getClientInfo(message.replyTo, true); in processMessageImpl() local
2980 ClientInfo clientInfo = mClientInfoList.remove(m); in processMessageImpl() local
7145 ClientInfo clientInfo = getClientInfo(m, false); in addServiceRequest() local
7166 ClientInfo clientInfo = getClientInfo(m, false); in removeServiceRequest() local
7197 ClientInfo clientInfo = getClientInfo(m, false); in clearServiceRequests() local
7223 ClientInfo clientInfo = getClientInfo(m, false); in addLocalService() local
7247 ClientInfo clientInfo = getClientInfo(m, false); in removeLocalService() local
7262 ClientInfo clientInfo = getClientInfo(m, false); in clearLocalServices() local
7279 ClientInfo clientInfo = mClientInfoList.remove(m); in clearClientInfo() local
7356 ClientInfo clientInfo = mClientInfoList.get(m); in getClientInfo() local
[all …]
/packages/services/Car/cpp/computepipe/tests/runner/client_interface/
DClientInterfaceTest.cc124 std::shared_ptr<ClientInfo> clientInfo = ndk::SharedRefBase::make<ClientInfo>(); in SetUp() local
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DHostapdHalAidlImpTest.java900 ClientInfo clientInfo = new ClientInfo(); in testHostapdCallbackEvent() local
/packages/modules/Wifi/service/java/com/android/server/wifi/scanner/
DWifiScanningServiceImpl.java826 final ClientInfo clientInfo; field in WifiScanningServiceImpl.RequestInfo
830 RequestInfo(ClientInfo clientInfo, WorkSource requestedWorkSource, T settings) { in RequestInfo()
2818 ClientInfo clientInfo = mClients.get(scanParams.listener); in processMessage() local
/packages/services/Car/cpp/watchdog/server/tests/
DWatchdogProcessServiceTest.cpp138 WatchdogProcessService::ClientInfo clientInfo(nullptr, 1, 1, 1000, in setWatchdogProcessServiceState() local
/packages/modules/Connectivity/Tethering/src/android/net/ip/
DIpServer.java1020 final ClientInfo clientInfo = new ClientInfo(mInterfaceParams.index, in updateClientInfoIpv4() local
/packages/services/Car/car-lib/src/android/car/
DCar.java2584 private void killClient(@Nullable String clientInfo) { in killClient()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DBpfCoordinator.java892 private void tetherOffloadRuleClear(@NonNull final ClientInfo clientInfo) { in tetherOffloadRuleClear()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DBpfCoordinatorTest.java2384 @NonNull ClientInfo clientInfo) { in assertClientInfoExists()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java3917 ApplicationInfo clientInfo = pm.getApplicationInfo(packageName, 0 /* no flags */); in getUidForPackageName() local