Searched refs:cookieId (Results 1 – 2 of 2) sorted by relevance
754 uintptr_t cookieId = reinterpret_cast<uintptr_t>(clientInfo.getAIBinder()); in registerClient() local764 clients.insert(std::make_pair(cookieId, clientInfo)); in registerClient()769 if (const auto& clientIt = it->second.find(cookieId); clientIt != it->second.end()) { in registerClient()798 auto client = clients.find(cookieId); in registerClient()965 uintptr_t cookieId = reinterpret_cast<uintptr_t>(cookie); in handleBinderDeath() local972 reinterpret_cast<uintptr_t>(aiBinder) == cookieId) { in handleBinderDeath()979 findClientAndProcessLocked(kTimeouts, cookieId, in handleBinderDeath()
749 uintptr_t cookieId = reinterpret_cast<uintptr_t>(cookie); in handleBinderDeath() local752 findListenerAndProcessLocked(cookieId, in handleBinderDeath()