Searched refs:InputReaderContext (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/services/inputflinger/ |
D | InputReader.h | 406 class InputReaderContext { 408 InputReaderContext() { } in InputReaderContext() function 409 virtual ~InputReaderContext() { } in ~InputReaderContext() 478 class ContextImpl : public InputReaderContext { 579 InputDevice(InputReaderContext* context, int32_t id, int32_t generation, int32_t 583 inline InputReaderContext* getContext() { return mContext; } in getContext() 650 InputReaderContext* mContext; 1010 inline InputReaderContext* getContext() { return mContext; } in getContext() 1041 InputReaderContext* mContext;
|
D | InputReader.cpp | 190 static void synthesizeButtonKey(InputReaderContext* context, int32_t action, in synthesizeButtonKey() 207 static void synthesizeButtonKeys(InputReaderContext* context, int32_t action, in synthesizeButtonKeys() 920 InputDevice::InputDevice(InputReaderContext* context, int32_t id, int32_t generation, in InputDevice()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 715 class FakeInputReaderContext : public InputReaderContext {
|