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

/frameworks/native/services/inputflinger/
H A DInputReader.h378 class InputReaderContext { class in namespace:android
380 InputReaderContext() { } function in class:android::InputReaderContext
381 virtual ~InputReaderContext() { }
447 class ContextImpl : public InputReaderContext {
542 InputDevice(InputReaderContext* context, int32_t id, int32_t generation, int32_t
546 inline InputReaderContext* getContext() { return mContext; }
608 InputReaderContext* mContext;
955 inline InputReaderContext* getContext() { return mContext; }
983 InputReaderContext* mContext;
H A DInputReader.cpp175 static void synthesizeButtonKey(InputReaderContext* context, int32_t action,
192 static void synthesizeButtonKeys(InputReaderContext* context, int32_t action,
857 InputDevice::InputDevice(InputReaderContext* context, int32_t id, int32_t generation,
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp717 class FakeInputReaderContext : public InputReaderContext {

Completed in 234 milliseconds