Home
last modified time | relevance | path

Searched refs:rawEvents (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/
DInputReader.h474 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);
DInputReader.cpp392 void InputReader::processEventsLocked(const RawEvent* rawEvents, size_t count) { in processEventsLocked() argument
393 for (const RawEvent* rawEvent = rawEvents; count;) { in processEventsLocked()
565 const RawEvent* rawEvents, size_t count) { in processEventsForDeviceLocked() argument
578 device->process(rawEvents, count); in processEventsForDeviceLocked()
1106 void InputDevice::process(const RawEvent* rawEvents, size_t count) { in process() argument
1113 for (const RawEvent* rawEvent = rawEvents; count--; rawEvent++) { in process()