Searched refs:IBinderHash (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/libs/gui/include/gui/ |
D | SurfaceComposerClient.h | 553 struct IBinderHash { struct 561 std::unordered_map<sp<IBinder>, sp<SurfaceControl>, IBinderHash> surfaceControls; argument
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputDispatcher.h | 177 struct IBinderHash { struct 182 std::unordered_map<sp<IBinder>, sp<InputChannel>, IBinderHash> mInputChannelsByToken argument
|
D | InputDispatcher.cpp | 3176 std::unordered_map<sp<IBinder>, sp<InputWindowHandle>, IBinderHash> oldHandlesByTokens; in setInputWindows()
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.h | 1061 struct IBinderHash { struct 1090 std::unordered_map<sp<IBinder>, std::queue<TransactionState>, IBinderHash> mTransactionQueues;
|
/frameworks/native/libs/gui/ |
D | SurfaceComposerClient.cpp | 205 std::unordered_map<sp<IBinder>, sp<SurfaceControl>, IBinderHash> surfaceControls; in onTransactionCompleted()
|