Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/src/
DWatchdogProcessService.cpp472 if (it == clients.cend() || !it->second.matchesBinder(binder)) { in tellClientAliveLocked()
506 if (!it->matchesBinder(binder)) { in findClientAndProcessLocked()
DWatchdogProcessService.h114 bool matchesBinder(const android::sp<android::IBinder>& binder) const { in matchesBinder() function