Searched refs:rawEvents (Results 1 – 2 of 2) sorted by relevance
474 void processEventsLocked(const RawEvent* rawEvents, size_t count);478 void processEventsForDeviceLocked(int32_t deviceId, const RawEvent* rawEvents, size_t count);559 void process(const RawEvent* rawEvents, size_t count);
392 void InputReader::processEventsLocked(const RawEvent* rawEvents, size_t count) { in processEventsLocked() argument393 for (const RawEvent* rawEvent = rawEvents; count;) { in processEventsLocked()565 const RawEvent* rawEvents, size_t count) { in processEventsForDeviceLocked() argument578 device->process(rawEvents, count); in processEventsForDeviceLocked()1106 void InputDevice::process(const RawEvent* rawEvents, size_t count) { in process() argument1113 for (const RawEvent* rawEvent = rawEvents; count--; rawEvent++) { in process()