Searched refs:clientsByIdIt (Results 1 – 1 of 1) sorted by relevance
866 auto clientsByIdIt = mClientsByTimeout.find(timeout); in findClientAndProcessLocked() local867 if (clientsByIdIt == mClientsByTimeout.end()) { in findClientAndProcessLocked()870 auto it = clientsByIdIt->second.find(binderPtrId); in findClientAndProcessLocked()871 if (it == clientsByIdIt->second.end()) { in findClientAndProcessLocked()875 processor(clientsByIdIt->second, it); in findClientAndProcessLocked()