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

/frameworks/native/services/inputflinger/
H A DInputReader.h406 class InputReaderContext { class in namespace:android
408 InputReaderContext() { } function in class:android::InputReaderContext
409 virtual ~InputReaderContext() { }
478 class ContextImpl : public InputReaderContext {
579 InputDevice(InputReaderContext* context, int32_t id, int32_t generation, int32_t
583 inline InputReaderContext* getContext() { return mContext; }
650 InputReaderContext* mContext;
1010 inline InputReaderContext* getContext() { return mContext; }
1041 InputReaderContext* mContext;

Completed in 302 milliseconds