Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.h524 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);
DInputReader.cpp344 void InputReader::processEventsLocked(const RawEvent* rawEvents, size_t count) { in processEventsLocked() argument
345 for (const RawEvent* rawEvent = rawEvents; count;) { in processEventsLocked()
517 const RawEvent* rawEvents, size_t count) { in processEventsForDeviceLocked() argument
530 device->process(rawEvents, count); in processEventsForDeviceLocked()
1055 void InputDevice::process(const RawEvent* rawEvents, size_t count) { in process() argument
1062 for (const RawEvent* rawEvent = rawEvents; count--; rawEvent++) { in process()