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

/frameworks/native/services/inputflinger/
H A 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);
H A DInputReader.cpp336 void InputReader::processEventsLocked(const RawEvent* rawEvents, size_t count) { argument
337 for (const RawEvent* rawEvent = rawEvents; count;) {
509 const RawEvent* rawEvents, size_t count) {
522 device->process(rawEvents, count);
1047 void InputDevice::process(const RawEvent* rawEvents, size_t count) { argument
1054 for (const RawEvent* rawEvent = rawEvents; count--; rawEvent++) {
508 processEventsForDeviceLocked(int32_t deviceId, const RawEvent* rawEvents, size_t count) argument

Completed in 130 milliseconds