Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputEventTimeline.h82 struct IBinderHash { struct
88 std::unordered_map<sp<IBinder>, ConnectionTimeline, IBinderHash> connectionTimelines;
/aosp12/frameworks/native/libs/gui/include/gui/
H A DSurfaceComposerClient.h330 struct IBinderHash { struct
357 std::unordered_map<sp<IBinder>, ComposerState, IBinderHash> mComposerStates;
678 std::unordered_map<sp<IBinder>, sp<SurfaceControl>, SurfaceComposerClient::IBinderHash>
/aosp12/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp628 std::unordered_map<sp<IBinder>, ComposerState, IBinderHash> composerStates; in readFromParcel()