Searched refs:IBinderHash (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/libs/gui/include/gui/ |
D | SurfaceComposerClient.h | 554 struct IBinderHash { struct 562 std::unordered_map<sp<IBinder>, sp<SurfaceControl>, IBinderHash> surfaceControls; argument
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.h | 1042 struct IBinderHash { struct 1071 std::unordered_map<sp<IBinder>, std::queue<TransactionState>, IBinderHash> mTransactionQueues;
|
/frameworks/native/services/inputflinger/ |
D | InputDispatcher.h | 964 struct IBinderHash { struct 969 std::unordered_map<sp<IBinder>, sp<InputChannel>, IBinderHash> mInputChannelsByToken argument
|
D | InputDispatcher.cpp | 3209 std::unordered_map<sp<IBinder>, sp<InputWindowHandle>, IBinderHash> oldHandlesByTokens; in setInputWindows()
|
/frameworks/native/libs/gui/ |
D | SurfaceComposerClient.cpp | 205 std::unordered_map<sp<IBinder>, sp<SurfaceControl>, IBinderHash> surfaceControls; in onTransactionCompleted()
|