Searched refs:InputReader (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/services/inputflinger/ |
D | Android.mk | 24 InputReader.cpp \
|
D | InputManager.cpp | 32 mReader = new InputReader(eventHub, readerPolicy, mDispatcher); in InputManager()
|
D | InputReader.cpp | 234 InputReader::InputReader(const sp<EventHubInterface>& eventHub, in InputReader() function in android::InputReader 251 InputReader::~InputReader() { in ~InputReader() 257 void InputReader::loopOnce() { in loopOnce() 321 void InputReader::processEventsLocked(const RawEvent* rawEvents, size_t count) { in processEventsLocked() 359 void InputReader::addDeviceLocked(nsecs_t when, int32_t deviceId) { in addDeviceLocked() 386 void InputReader::removeDeviceLocked(nsecs_t when, int32_t deviceId) { in removeDeviceLocked() 410 InputDevice* InputReader::createDeviceLocked(int32_t deviceId, int32_t controllerNumber, in createDeviceLocked() 470 void InputReader::processEventsForDeviceLocked(int32_t deviceId, in processEventsForDeviceLocked() 487 void InputReader::timeoutExpiredLocked(nsecs_t when) { in timeoutExpiredLocked() 496 void InputReader::handleConfigurationChangedLocked(nsecs_t when) { in handleConfigurationChangedLocked() [all …]
|
D | InputReader.h | 412 class InputReader : public InputReaderInterface { 414 InputReader(const sp<EventHubInterface>& eventHub, 417 virtual ~InputReader(); 448 InputReader* mReader; 451 ContextImpl(InputReader* reader);
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 924 class InstrumentedInputReader : public InputReader { 931 InputReader(eventHub, policy, listener), in InstrumentedInputReader() 962 return InputReader::createDeviceLocked(deviceId, controllerNumber, identifier, classes); in createDeviceLocked()
|