Home
last modified time | relevance | path

Searched refs:binderPtrId (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/cpp/watchdog/server/src/
DIoOveruseMonitor.h271 bool findListenerAndProcessLocked(uintptr_t binderPtrId, const Processor& processor);
DIoOveruseMonitor.cpp761 bool IoOveruseMonitor::findListenerAndProcessLocked(uintptr_t binderPtrId, in findListenerAndProcessLocked() argument
765 if (curBinderPtrId != binderPtrId) { in findListenerAndProcessLocked()
DWatchdogProcessService.h295 uintptr_t binderPtrId, const Processor& processor);
DWatchdogProcessService.cpp863 uintptr_t binderPtrId, in findClientAndProcessLocked() argument
870 auto it = clientsByIdIt->second.find(binderPtrId); in findClientAndProcessLocked()