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

/frameworks/base/services/input/
H A DInputReader.cpp17 #define LOG_TAG "InputReader"
42 #include "InputReader.h"
221 // --- InputReader ---
223 InputReader::InputReader(const sp<EventHubInterface>& eventHub, function in class:android::InputReader
240 InputReader::~InputReader() {
246 void InputReader::loopOnce() {
302 // back into the InputReader's methods, such as getScanCodeState, or become blocked
303 // on another thread similarly waiting to acquire the InputReader loc
[all...]
H A DInputReader.h373 * 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 { class in namespace:android
382 InputReader(const sp<EventHubInterface>& eventHub,
385 virtual ~InputReader();
416 InputReader* mReader;
419 ContextImpl(InputReader* reader);

Completed in 31 milliseconds