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

/frameworks/native/services/inputflinger/
H A DInputReader.cpp17 #define LOG_TAG "InputReader"
45 #include "InputReader.h"
303 // --- InputReader ---
305 InputReader::InputReader(const sp<EventHubInterface>& eventHub, function in class:android::InputReader
322 InputReader::~InputReader() {
328 void InputReader::loopOnce() {
384 // back into the InputReader's methods, such as getScanCodeState, or become blocked
385 // on another thread similarly waiting to acquire the InputReader loc
[all...]
H A DInputReader.h389 * The InputReader owns a collection of InputMappers. Most of the work it does happens
390 * on the input reader thread but the InputReader can receive queries from other system
391 * components running on arbitrary threads. To keep things manageable, the InputReader
396 class InputReader : public InputReaderInterface { class in namespace:android
398 InputReader(const sp<EventHubInterface>& eventHub,
401 virtual ~InputReader();
434 InputReader* mReader;
437 explicit ContextImpl(InputReader* reader);

Completed in 1571 milliseconds