Searched refs:InputReaderContext (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/services/inputflinger/ |
D | InputReader.h | 76 class InputReaderContext { 78 InputReaderContext() { } in InputReaderContext() function 79 virtual ~InputReaderContext() { } in ~InputReaderContext() 155 class ContextImpl : public InputReaderContext { 247 InputDevice(InputReaderContext* context, int32_t id, int32_t generation, int32_t 251 inline InputReaderContext* getContext() { return mContext; } in getContext() 326 InputReaderContext* mContext; 754 inline InputReaderContext* getContext() { return mContext; } in getContext() 788 InputReaderContext* mContext;
|
D | InputReader.cpp | 232 static void synthesizeButtonKey(InputReaderContext* context, int32_t action, in synthesizeButtonKey() 249 static void synthesizeButtonKeys(InputReaderContext* context, int32_t action, in synthesizeButtonKeys() 983 InputDevice::InputDevice(InputReaderContext* context, int32_t id, int32_t generation, in InputDevice()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 774 class FakeInputReaderContext : public InputReaderContext {
|