Home
last modified time | relevance | path

Searched refs:InputReaderContext (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/
DInputReader.h406 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;
DInputReader.cpp190 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/
DInputReader_test.cpp715 class FakeInputReaderContext : public InputReaderContext {