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

/frameworks/base/services/input/
H A DInputReader.h346 class InputReaderContext { class in namespace:android
348 InputReaderContext() { } function in class:android::InputReaderContext
349 virtual ~InputReaderContext() { }
415 class ContextImpl : public InputReaderContext {
510 InputDevice(InputReaderContext* context, int32_t id, int32_t generation,
514 inline InputReaderContext* getContext() { return mContext; }
574 InputReaderContext* mContext;
916 inline InputReaderContext* getContext() { return mContext; }
944 InputReaderContext* mContext;
H A DInputReader.cpp175 static void synthesizeButtonKey(InputReaderContext* context, int32_t action,
192 static void synthesizeButtonKeys(InputReaderContext* context, int32_t action,
845 InputDevice::InputDevice(InputReaderContext* context, int32_t id, int32_t generation,
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp703 class FakeInputReaderContext : public InputReaderContext {

Completed in 115 milliseconds