Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h276 struct StrongPointerHash { struct
281 std::unordered_map<sp<IBinder>, std::shared_ptr<Connection>, StrongPointerHash<IBinder>> argument
443 std::unordered_set<sp<IBinder>, StrongPointerHash<IBinder>> mInteractionConnectionTokens
DInputDispatcher.cpp3683 std::unordered_set<sp<IBinder>, StrongPointerHash<IBinder>> newConnectionTokens; in processInteractionsLocked()