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

/frameworks/native/services/inputflinger/
H A DInputReader.h409 class InputReaderContext { class in namespace:android
411 InputReaderContext() { } function in class:android::InputReaderContext
412 virtual ~InputReaderContext() { }
483 class ContextImpl : public InputReaderContext {
584 InputDevice(InputReaderContext* context, int32_t id, int32_t generation, int32_t
588 inline InputReaderContext* getContext() { return mContext; }
656 InputReaderContext* mContext;
1016 inline InputReaderContext* getContext() { return mContext; }
1048 InputReaderContext* mContext;

Completed in 427 milliseconds