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

/frameworks/native/services/inputflinger/
H A DInputReader.h519 void processEventsLocked(const RawEvent* rawEvents, size_t count);
523 void processEventsForDeviceLocked(int32_t deviceId, const RawEvent* rawEvents, size_t count);
604 void process(const RawEvent* rawEvents, size_t count);
H A DInputReader.cpp336 void InputReader::processEventsLocked(const RawEvent* rawEvents, size_t count) { argument
337 for (const RawEvent* rawEvent = rawEvents; count;) {
504 const RawEvent* rawEvents, size_t count) {
517 device->process(rawEvents, count);
1027 void InputDevice::process(const RawEvent* rawEvents, size_t count) { argument
1034 for (const RawEvent* rawEvent = rawEvents; count--; rawEvent++) {
503 processEventsForDeviceLocked(int32_t deviceId, const RawEvent* rawEvents, size_t count) argument

Completed in 48 milliseconds