Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.h378 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;
DInputReader.cpp175 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/
DInputReader_test.cpp717 class FakeInputReaderContext : public InputReaderContext {