Home | History | Annotate | Download | only in input

Lines Matching defs:InputReader

302  * The InputReader owns a collection of InputMappers.  Most of the work it does happens
303 * on the input reader thread but the InputReader can receive queries from other system
304 * components running on arbitrary threads. To keep things manageable, the InputReader
309 class InputReader : public InputReaderInterface {
311 InputReader(const sp<EventHubInterface>& eventHub,
314 virtual ~InputReader();
344 InputReader* mReader;
347 ContextImpl(InputReader* reader);