Home
last modified time | relevance | path

Searched refs:getAIBinder (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/cpp/watchdog/server/src/
DWatchdogProcessService.cpp754 uintptr_t cookieId = reinterpret_cast<uintptr_t>(clientInfo.getAIBinder()); in registerClient()
757 if (findClientAndProcessLocked(kTimeouts, clientInfo.getAIBinder(), nullptr)) { in registerClient()
845 if (it == clients.cend() || it->second.getAIBinder() != binder.get()) { in tellClientAliveLocked()
903 findClientAndProcessLocked(timeouts, it->second.getAIBinder(), in dumpAndKillClientsIfNotResponding()
1357 AIBinder* WatchdogProcessService::ClientInfo::getAIBinder() const { in getAIBinder() function in android::automotive::watchdog::WatchdogProcessService::ClientInfo
1367 AIBinder* aiBinder = getAIBinder(); in linkToDeath()
1379 AIBinder* aiBinder = getAIBinder(); in unlinkToDeath()
DWatchdogProcessService.h195 AIBinder* getAIBinder() const;