Home
last modified time | relevance | path

Searched refs:IBinderHash (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/dispatcher/
DInputEventTimeline.h87 struct IBinderHash { struct
93 std::unordered_map<sp<IBinder>, ConnectionTimeline, IBinderHash> connectionTimelines;
/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h399 struct IBinderHash { struct
437 std::unordered_map<sp<IBinder>, ComposerState, IBinderHash> mComposerStates;
890 std::unordered_map<sp<IBinder>, sp<SurfaceControl>, SurfaceComposerClient::IBinderHash>
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp814 std::unordered_map<sp<IBinder>, ComposerState, IBinderHash> composerStates; in readFromParcel()