Searched refs:InputReader (Results 1 – 11 of 11) sorted by relevance
98 InputReader::InputReader(std::shared_ptr<EventHubInterface> eventHub, in InputReader() function in android::InputReader117 InputReader::~InputReader() {} in ~InputReader()119 status_t InputReader::start() { in start()128 status_t InputReader::stop() { in stop()137 void InputReader::loopOnce() { in loopOnce()224 std::list<NotifyArgs> InputReader::processEventsLocked(const RawEvent* rawEvents, size_t count) { in processEventsLocked()264 void InputReader::addDeviceLocked(nsecs_t when, int32_t eventHubId) { in addDeviceLocked()309 void InputReader::removeDeviceLocked(nsecs_t when, int32_t eventHubId) { in removeDeviceLocked()353 std::shared_ptr<InputDevice> InputReader::createDeviceLocked( in createDeviceLocked()373 std::list<NotifyArgs> InputReader::processEventsForDeviceLocked(int32_t eventHubId, in processEventsForDeviceLocked()[all …]
25 return std::make_unique<InputReader>(std::make_unique<EventHub>(), policy, listener); in createInputReader()
42 "InputReader.cpp",
30 class InstrumentedInputReader : public InputReader {43 using InputReader::loopOnce;51 FakeInputReaderContext(InputReader* reader) in FakeInputReaderContext()
24 : InputReader(eventHub, policy, listener), mFakeContext(this) {} in InstrumentedInputReader()47 return InputReader::createDeviceLocked(when, eventHubId, identifier); in createDeviceLocked()
146 [[maybe_unused]] static void dumpReader(InputReader& reader) { in dumpReader()1472 mReader = std::make_unique<InputReader>(std::make_shared<EventHub>(), mFakePolicy, in setupInputReader()
18 …ature requires changes to how events are generated, Pointer Capture is configured in `InputReader`.20 …er to synchronize different requests to enable Pointer Capture between InputReader and InputDispat…27 …est has focus, `InputDispatcher` enables the Pointer Capture state in `InputReader` through the `I…28 3. When `InputReader` is successfully configured, it notifies `InputDispatcher` through the `InputL…
50 class InputReader : public InputReaderInterface {52 InputReader(std::shared_ptr<EventHubInterface> eventHub,54 virtual ~InputReader();132 InputReader* mReader;136 explicit ContextImpl(InputReader* reader);
460 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) {}
51 reader = std::make_unique<InputReader>(fuzzEventHub, fuzzPolicy, fuzzListener); in FuzzInputReader()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...