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"
247 // --- InputReader ---
249 InputReader::InputReader(const sp<EventHubInterface>& eventHub, function in class:android::InputReader
266 InputReader::~InputReader() {
272 void InputReader::loopOnce() {
328 // back into the InputReader's methods, such as getScanCodeState, or become blocked
329 // on another thread similarly waiting to acquire the InputReader loc
[all...]
H A DInputReader.h439 * 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 { class in namespace:android
448 InputReader(const sp<EventHubInterface>& eventHub,
451 virtual ~InputReader();
484 InputReader* mReader;
487 ContextImpl(InputReader* reader);

Completed in 43 milliseconds