Searched refs:binderPtrId (Results 1 – 4 of 4) sorted by relevance
271 bool findListenerAndProcessLocked(uintptr_t binderPtrId, const Processor& processor);
761 bool IoOveruseMonitor::findListenerAndProcessLocked(uintptr_t binderPtrId, in findListenerAndProcessLocked() argument765 if (curBinderPtrId != binderPtrId) { in findListenerAndProcessLocked()
295 uintptr_t binderPtrId, const Processor& processor);
863 uintptr_t binderPtrId, in findClientAndProcessLocked() argument870 auto it = clientsByIdIt->second.find(binderPtrId); in findClientAndProcessLocked()