Searched refs:InputReader (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/services/inputflinger/ |
D | Android.mk | 24 InputReader.cpp \
|
D | InputReader.cpp | 305 InputReader::InputReader(const sp<EventHubInterface>& eventHub, in InputReader() function in android::InputReader 322 InputReader::~InputReader() { in ~InputReader() 328 void InputReader::loopOnce() { in loopOnce() 392 void InputReader::processEventsLocked(const RawEvent* rawEvents, size_t count) { in processEventsLocked() 430 void InputReader::addDeviceLocked(nsecs_t when, int32_t deviceId) { in addDeviceLocked() 461 void InputReader::removeDeviceLocked(nsecs_t when, int32_t deviceId) { in removeDeviceLocked() 489 InputDevice* InputReader::createDeviceLocked(int32_t deviceId, int32_t controllerNumber, in createDeviceLocked() 564 void InputReader::processEventsForDeviceLocked(int32_t deviceId, in processEventsForDeviceLocked() 581 void InputReader::timeoutExpiredLocked(nsecs_t when) { in timeoutExpiredLocked() 590 void InputReader::handleConfigurationChangedLocked(nsecs_t when) { in handleConfigurationChangedLocked() [all …]
|
D | InputManager.cpp | 32 mReader = new InputReader(eventHub, readerPolicy, mDispatcher); in InputManager()
|
D | InputReader.h | 396 class InputReader : public InputReaderInterface { 398 InputReader(const sp<EventHubInterface>& eventHub, 401 virtual ~InputReader(); 434 InputReader* mReader; 437 explicit ContextImpl(InputReader* reader);
|
/frameworks/native/libs/binder/include/binder/ |
D | SafeInterface.h | 454 status_t error = InputReader<ParamTuple>{mLogTag}.readInputs(data, &rawArgs); 496 status_t error = InputReader<ParamTuple>{mLogTag}.readInputs(data, &rawArgs); 557 class InputReader; 559 class InputReader<std::tuple<Params...>> { 561 explicit InputReader(const char* logTag) : mLogTag(logTag) {}
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 959 class InstrumentedInputReader : public InputReader { 966 InputReader(eventHub, policy, listener), in InstrumentedInputReader() 997 return InputReader::createDeviceLocked(deviceId, controllerNumber, identifier, classes); in createDeviceLocked()
|