Home | History | Annotate | Download | only in inputflinger

Lines Matching refs:InputReader

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