Searched refs:rawEvents (Results 1 – 5 of 5) sorted by relevance
212 [[nodiscard]] std::list<NotifyArgs> processEventsLocked(const RawEvent* rawEvents, size_t count)218 const RawEvent* rawEvents,
95 [[nodiscard]] std::list<NotifyArgs> process(const RawEvent* rawEvents, size_t count);
482 int type, List<RawEvent> rawEvents, List<BufferEvent> bufferEvents) { in toBufferEvents() argument483 for (RawEvent event : rawEvents) { in toBufferEvents()
224 std::list<NotifyArgs> InputReader::processEventsLocked(const RawEvent* rawEvents, size_t count) { in processEventsLocked() argument226 for (const RawEvent* rawEvent = rawEvents; count;) { in processEventsLocked()374 const RawEvent* rawEvents, in processEventsForDeviceLocked() argument388 return device->process(rawEvents, count); in processEventsForDeviceLocked()
382 std::list<NotifyArgs> InputDevice::process(const RawEvent* rawEvents, size_t count) { in process() argument389 for (const RawEvent* rawEvent = rawEvents; count != 0; rawEvent++) { in process()