Searched defs:InputReaderContext (Results 1 - 1 of 1) 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;

Completed in 138 milliseconds