Home | History | Annotate | Download | only in inputflinger

Lines Matching defs:InputReader

439  * The InputReader owns a collection of InputMappers.  Most of the work it does happens
440 * on the input reader thread but the InputReader can receive queries from other system
441 * components running on arbitrary threads. To keep things manageable, the InputReader
446 class InputReader : public InputReaderInterface {
448 InputReader(const sp<EventHubInterface>& eventHub,
451 virtual ~InputReader();
484 InputReader* mReader;
487 ContextImpl(InputReader* reader);