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

/frameworks/native/services/inputflinger/
H A DInputReader.cpp17 #define LOG_TAG "InputReader"
42 #include "InputReader.h"
232 // --- InputReader ---
234 InputReader::InputReader(const sp<EventHubInterface>& eventHub, function in class:android::InputReader
251 InputReader::~InputReader() {
257 void InputReader::loopOnce() {
313 // back into the InputReader's methods, such as getScanCodeState, or become blocked
314 // on another thread similarly waiting to acquire the InputReader loc
[all...]
H A DInputReader.h405 * The InputReader owns a collection of InputMappers. Most of the work it does happens
406 * on the input reader thread but the InputReader can receive queries from other system
407 * components running on arbitrary threads. To keep things manageable, the InputReader
412 class InputReader : public InputReaderInterface { class in namespace:android
414 InputReader(const sp<EventHubInterface>& eventHub,
417 virtual ~InputReader();
448 InputReader* mReader;
451 ContextImpl(InputReader* reader);

Completed in 886 milliseconds