Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h553 struct IBinderHash { struct
561 std::unordered_map<sp<IBinder>, sp<SurfaceControl>, IBinderHash> surfaceControls; argument
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h177 struct IBinderHash { struct
182 std::unordered_map<sp<IBinder>, sp<InputChannel>, IBinderHash> mInputChannelsByToken argument
DInputDispatcher.cpp3176 std::unordered_map<sp<IBinder>, sp<InputWindowHandle>, IBinderHash> oldHandlesByTokens; in setInputWindows()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h1061 struct IBinderHash { struct
1090 std::unordered_map<sp<IBinder>, std::queue<TransactionState>, IBinderHash> mTransactionQueues;
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp205 std::unordered_map<sp<IBinder>, sp<SurfaceControl>, IBinderHash> surfaceControls; in onTransactionCompleted()