Home
last modified time | relevance | path

Searched refs:InputReader (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/services/inputflinger/
DInputReaderFactory.cpp25 return new InputReader(new EventHub(), policy, listener); in createInputReader()
DInputReader.cpp263 InputReader::InputReader(const sp<EventHubInterface>& eventHub, in InputReader() function in android::InputReader
280 InputReader::~InputReader() { in ~InputReader()
286 void InputReader::loopOnce() { in loopOnce()
350 void InputReader::processEventsLocked(const RawEvent* rawEvents, size_t count) { in processEventsLocked()
388 void InputReader::addDeviceLocked(nsecs_t when, int32_t deviceId) { in addDeviceLocked()
419 void InputReader::removeDeviceLocked(nsecs_t when, int32_t deviceId) { in removeDeviceLocked()
447 InputDevice* InputReader::createDeviceLocked(int32_t deviceId, int32_t controllerNumber, in createDeviceLocked()
522 void InputReader::processEventsForDeviceLocked(int32_t deviceId, in processEventsForDeviceLocked()
539 void InputReader::timeoutExpiredLocked(nsecs_t when) { in timeoutExpiredLocked()
548 void InputReader::handleConfigurationChangedLocked(nsecs_t when) { in handleConfigurationChangedLocked()
[all …]
DAndroid.bp76 "InputReader.cpp",
DInputReader.h115 class InputReader : public InputReaderInterface {
117 InputReader(const sp<EventHubInterface>& eventHub,
120 virtual ~InputReader();
156 InputReader* mReader;
159 explicit ContextImpl(InputReader* reader);
/frameworks/native/libs/binder/include/binder/
DSafeInterface.h460 status_t error = InputReader<ParamTuple>{mLogTag}.readInputs(data, &rawArgs);
502 status_t error = InputReader<ParamTuple>{mLogTag}.readInputs(data, &rawArgs);
563 class InputReader;
565 class InputReader<std::tuple<Params...>> {
567 explicit InputReader(const char* logTag) : mLogTag(logTag) {}
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp1010 class InstrumentedInputReader : public InputReader {
1017 InputReader(eventHub, policy, listener), in InstrumentedInputReader()
1049 return InputReader::createDeviceLocked(deviceId, controllerNumber, identifier, classes); in createDeviceLocked()