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

/frameworks/native/services/inputflinger/
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 182 milliseconds