Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogProcessHandler.java205 ClientInfo clientInfo = clients.get(i); in registerClient() local
214 ClientInfo clientInfo = new ClientInfo(client, pid, callingUid, timeout); in registerClient() local
238 ClientInfo clientInfo; in unregisterClient() local
269 ClientInfo clientInfo = clients.get(i); in removeFromClientMapsLocked() local
293 ClientInfo clientInfo = pingedClients.get(sessionId); in tellClientAlive() local
399 ClientInfo clientInfo = pingedClients.valueAt(i); in analyzeClientResponse() local
419 ClientInfo clientInfo = clientsToCheck.get(i); in sendPingToClients() local
431 ClientInfo clientInfo = clientsToCheck.get(i); in sendPingToClients() local
470 ClientInfo clientInfo = clients.get(i); in removeClientLocked() local
488 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.cpp332 ClientInfo clientInfo(client, callingPid, callingUid, pidStat.comm, pidStat.startTimeMillis, in registerClient() local
362 ClientInfo clientInfo(helper, binder, callingPid, callingUid, pidStat.comm, in registerCarWatchdogService() local
679 const ClientInfo clientInfo = it->second; in onDumpProto() local
728 for (const auto& clientInfo : clientsToCheck) { in doHealthCheck() local
789 Result<void> WatchdogProcessService::registerClient(const ClientInfo& clientInfo, in registerClient()
946 auto clientInfo = cachedClientsIt->second; in dumpAndKillClientsIfNotResponding() local
967 for (const ClientInfo*& clientInfo : clientsToNotify) { in dumpAndKillClientsIfNotResponding() local
/packages/services/Car/cpp/watchdog/stable_server/src/
DWatchdogProcessService.cpp332 ClientInfo clientInfo(client, callingPid, callingUid, pidStat.comm, pidStat.startTimeMillis, in registerClient() local
362 ClientInfo clientInfo(helper, binder, callingPid, callingUid, pidStat.comm, in registerCarWatchdogService() local
679 const ClientInfo clientInfo = it->second; in onDumpProto() local
728 for (const auto& clientInfo : clientsToCheck) { in doHealthCheck() local
789 Result<void> WatchdogProcessService::registerClient(const ClientInfo& clientInfo, in registerClient()
946 auto clientInfo = cachedClientsIt->second; in dumpAndKillClientsIfNotResponding() local
967 for (const ClientInfo*& clientInfo : clientsToNotify) { in dumpAndKillClientsIfNotResponding() local
/packages/modules/Connectivity/service-t/src/com/android/server/
DNsdService.java531 final ClientInfo clientInfo = mTransactionIdToClientInfoMap.valueAt(i); in getMulticastLockNeededUid() local
670 private boolean requestLimitReached(ClientInfo clientInfo) { in requestLimitReached()
679 ClientInfo clientInfo, int what, long startTimeMs) { in storeLegacyRequestMap()
690 ClientInfo clientInfo, @NonNull NsdServiceInfo serviceInfo) { in storeAdvertiserRequestMap()
701 int clientRequestId, int transactionId, ClientInfo clientInfo) { in removeRequestMap()
716 int transactionId, MdnsListener listener, ClientInfo clientInfo, in storeDiscoveryManagerRequestMap()
739 int transactionId, ClientInfo clientInfo) { in stopDiscoveryManagerRequest()
779 @Nullable Duration ttl, @NonNull ClientInfo clientInfo) { in checkTtl()
807 final ClientInfo clientInfo; in processMessage() local
1380 ClientInfo clientInfo = mTransactionIdToClientInfoMap.get(transactionId); in handleMDnsServiceEvent() local
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java2573 ClientInfo clientInfo = getClientInfo(message.replyTo, true); in processMessageImpl() local
3084 ClientInfo clientInfo = mClientInfoList.remove(m); in processMessageImpl() local
7953 ClientInfo clientInfo = getClientInfo(m, false); in processUsdFrameBasedServiceDiscoveryRequestMessage() local
8048 ClientInfo clientInfo = getClientInfo(m, false); in addServiceRequest() local
8098 ClientInfo clientInfo = getClientInfo(m, false); in removeServiceRequest() local
8145 ClientInfo clientInfo = getClientInfo(m, false); in clearServiceRequests() local
8188 ClientInfo clientInfo = getClientInfo(m, false); in addLocalService() local
8240 ClientInfo clientInfo = getClientInfo(m, false); in removeLocalService() local
8268 ClientInfo clientInfo = getClientInfo(m, false); in clearLocalServices() local
8294 ClientInfo clientInfo = mClientInfoList.remove(m); in clearClientInfo() 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.java937 ClientInfo clientInfo = new ClientInfo(); in testHostapdCallbackEvent() local
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DBpfCoordinator.java1028 final ClientInfo clientInfo = new ClientInfo(interfaceParams.index, in updateClientInfoIpv4() local
1051 private void tetherOffloadRuleClear(@NonNull final ClientInfo clientInfo) { in tetherOffloadRuleClear()
/packages/modules/Wifi/service/java/com/android/server/wifi/scanner/
DWifiScanningServiceImpl.java824 final ClientInfo clientInfo; field in WifiScanningServiceImpl.RequestInfo
828 RequestInfo(ClientInfo clientInfo, WorkSource requestedWorkSource, T settings) { in RequestInfo()
3033 ClientInfo clientInfo = mClients.get(scanParams.listener); in processMessage() local
/packages/services/Car/cpp/watchdog/stable_server/tests/
DWatchdogProcessServiceTest.cpp189 WatchdogProcessService::ClientInfo clientInfo( in setWatchdogProcessServiceState() local
/packages/services/Car/cpp/watchdog/server/tests/
DWatchdogProcessServiceTest.cpp189 WatchdogProcessService::ClientInfo clientInfo( in setWatchdogProcessServiceState() local
/packages/services/Car/car-lib/src/android/car/
DCar.java3055 private void killClient(@Nullable String clientInfo) { in killClient()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DBpfCoordinatorTest.java2549 @NonNull ClientInfo clientInfo) { in assertClientInfoExists()
/packages/services/Car/car-lib/src/android/car/hardware/property/
DCarPropertyManager.java1729 List<SupportedValuesChangeClientInfo> clientInfo = new ArrayList<>(); in handleSupportedValuesChange() local
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java3916 ApplicationInfo clientInfo = pm.getApplicationInfo(packageName, 0 /* no flags */); in getUidForPackageName() local