Searched refs:InputReader (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/services/input/
H A DInputManager.cpp32 mReader = new InputReader(eventHub, readerPolicy, mDispatcher);
60 result = mReaderThread->run("InputReader", PRIORITY_URGENT_DISPLAY);
62 ALOGE("Could not start InputReader thread due to error %d.", result);
74 ALOGW("Could not stop InputReader thread due to error %d.", result);
H A DAndroid.mk25 InputReader.cpp \
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);
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp17 #include "../InputReader.h"
910 class InstrumentedInputReader : public InputReader {
917 InputReader(eventHub, policy, listener),
946 return InputReader::createDeviceLocked(deviceId, identifier, classes);

Completed in 461 milliseconds