Searched refs:findClientAndProcessLocked (Results 1 – 2 of 2) sorted by relevance
/packages/services/Car/cpp/watchdog/server/src/ |
D | WatchdogProcessService.cpp | 757 if (findClientAndProcessLocked(kTimeouts, clientInfo.getAIBinder(), nullptr)) { in registerClient() 820 bool result = findClientAndProcessLocked(timeouts, binder.get(), in unregisterClientLocked() 856 bool WatchdogProcessService::findClientAndProcessLocked(const std::vector<TimeoutLength>& timeouts, in findClientAndProcessLocked() function in android::automotive::watchdog::WatchdogProcessService 859 return findClientAndProcessLocked(timeouts, reinterpret_cast<uintptr_t>(aiBinder), processor); in findClientAndProcessLocked() 862 bool WatchdogProcessService::findClientAndProcessLocked(const std::vector<TimeoutLength>& timeouts, in findClientAndProcessLocked() function in android::automotive::watchdog::WatchdogProcessService 903 findClientAndProcessLocked(timeouts, it->second.getAIBinder(), in dumpAndKillClientsIfNotResponding() 979 findClientAndProcessLocked(kTimeouts, cookieId, in handleBinderDeath()
|
D | WatchdogProcessService.h | 290 bool findClientAndProcessLocked( 293 bool findClientAndProcessLocked(
|