Searched refs:InputReaderContext (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/services/inputflinger/ |
D | InputReader.h | 378 class InputReaderContext { 380 InputReaderContext() { } in InputReaderContext() function 381 virtual ~InputReaderContext() { } in ~InputReaderContext() 447 class ContextImpl : public InputReaderContext { 542 InputDevice(InputReaderContext* context, int32_t id, int32_t generation, int32_t 546 inline InputReaderContext* getContext() { return mContext; } in getContext() 608 InputReaderContext* mContext; 955 inline InputReaderContext* getContext() { return mContext; } in getContext() 983 InputReaderContext* mContext;
|
D | InputReader.cpp | 175 static void synthesizeButtonKey(InputReaderContext* context, int32_t action, in synthesizeButtonKey() 192 static void synthesizeButtonKeys(InputReaderContext* context, int32_t action, in synthesizeButtonKeys() 857 InputDevice::InputDevice(InputReaderContext* context, int32_t id, int32_t generation, in InputDevice()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 717 class FakeInputReaderContext : public InputReaderContext {
|