Searched refs:rawEvents (Results 1 – 2 of 2) sorted by relevance
379 void processEventsLocked(const RawEvent* rawEvents, size_t count);383 void processEventsForDeviceLocked(int32_t deviceId, const RawEvent* rawEvents, size_t count);451 void process(const RawEvent* rawEvents, size_t count);
305 void InputReader::processEventsLocked(const RawEvent* rawEvents, size_t count) { in processEventsLocked() argument306 for (const RawEvent* rawEvent = rawEvents; count;) { in processEventsLocked()446 const RawEvent* rawEvents, size_t count) { in processEventsForDeviceLocked() argument459 device->process(rawEvents, count); in processEventsForDeviceLocked()928 void InputDevice::process(const RawEvent* rawEvents, size_t count) { in process() argument935 for (const RawEvent* rawEvent = rawEvents; count--; rawEvent++) { in process()