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

/frameworks/native/services/inputflinger/
H A DInputReader.h359 class InputReaderContext { class in namespace:android
361 InputReaderContext() { } function in class:android::InputReaderContext
362 virtual ~InputReaderContext() { }
433 class ContextImpl : public InputReaderContext {
534 InputDevice(InputReaderContext* context, int32_t id, int32_t generation, int32_t
538 inline InputReaderContext* getContext() { return mContext; }
606 InputReaderContext* mContext;
966 inline InputReaderContext* getContext() { return mContext; }
998 InputReaderContext* mContext;

Completed in 71 milliseconds