Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.h76 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;
DInputReader.cpp232 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/
DInputReader_test.cpp774 class FakeInputReaderContext : public InputReaderContext {