Home | History | Annotate | Download | only in input

Lines Matching defs:InputReader

373  * The InputReader owns a collection of InputMappers.  Most of the work it does happens
374 * on the input reader thread but the InputReader can receive queries from other system
375 * components running on arbitrary threads. To keep things manageable, the InputReader
380 class InputReader : public InputReaderInterface {
382 InputReader(const sp<EventHubInterface>& eventHub,
385 virtual ~InputReader();
416 InputReader* mReader;
419 ContextImpl(InputReader* reader);