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

/frameworks/native/services/inputflinger/
H A DInputReader.h370 class InputReaderContext { class in namespace:android
372 InputReaderContext() { } function in class:android::InputReaderContext
373 virtual ~InputReaderContext() { }
446 class ContextImpl : public InputReaderContext {
547 InputDevice(InputReaderContext* context, int32_t id, int32_t generation, int32_t
551 inline InputReaderContext* getContext() { return mContext; }
622 InputReaderContext* mContext;
984 inline InputReaderContext* getContext() { return mContext; }
1016 InputReaderContext* mContext;
H A DInputReader.cpp228 static void synthesizeButtonKey(InputReaderContext* context, int32_t action,
245 static void synthesizeButtonKeys(InputReaderContext* context, int32_t action,
1040 InputDevice::InputDevice(InputReaderContext* context, int32_t id, int32_t generation,
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp817 class FakeInputReaderContext : public InputReaderContext {

Completed in 90 milliseconds