Searched refs:rawEvents (Results 1 – 2 of 2) sorted by relevance
524 void processEventsLocked(const RawEvent* rawEvents, size_t count);528 void processEventsForDeviceLocked(int32_t deviceId, const RawEvent* rawEvents, size_t count);609 void process(const RawEvent* rawEvents, size_t count);
344 void InputReader::processEventsLocked(const RawEvent* rawEvents, size_t count) { in processEventsLocked() argument345 for (const RawEvent* rawEvent = rawEvents; count;) { in processEventsLocked()517 const RawEvent* rawEvents, size_t count) { in processEventsForDeviceLocked() argument530 device->process(rawEvents, count); in processEventsForDeviceLocked()1055 void InputDevice::process(const RawEvent* rawEvents, size_t count) { in process() argument1062 for (const RawEvent* rawEvent = rawEvents; count--; rawEvent++) { in process()