Searched refs:InputReaderContext (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/services/inputflinger/reader/include/ |
D | InputReaderContext.h | 37 class InputReaderContext { 39 InputReaderContext() {} in InputReaderContext() function 40 virtual ~InputReaderContext() {} in ~InputReaderContext()
|
D | InputDevice.h | 46 InputDevice(InputReaderContext* context, int32_t id, int32_t generation, 50 inline InputReaderContext* getContext() { return mContext; } in getContext() 153 InputReaderContext* mContext; 244 inline InputReaderContext* getContext() { return mContext; } in getContext() 392 InputReaderContext* mContext;
|
D | InputReader.h | 124 class ContextImpl : public InputReaderContext {
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | TouchCursorInputMapperCommon.h | 105 static void synthesizeButtonKey(InputReaderContext* context, int32_t action, nsecs_t when, in synthesizeButtonKey() 119 static void synthesizeButtonKeys(InputReaderContext* context, int32_t action, nsecs_t when, in synthesizeButtonKeys()
|
D | InputMapper.h | 49 inline InputReaderContext* getContext() { return mDeviceContext.getContext(); } in getContext()
|
/frameworks/native/services/inputflinger/reader/ |
D | InputDevice.cpp | 39 InputDevice::InputDevice(InputReaderContext* context, int32_t id, int32_t generation, in InputDevice()
|