Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h230 struct StrongPointerHash { struct
231 std::size_t operator()(const sp<T>& b) const { return std::hash<T*>{}(b.get()); } in operator()