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

/frameworks/native/services/inputflinger/
H A DInputReader.h486 void processEventsLocked(const RawEvent* rawEvents, size_t count);
490 void processEventsForDeviceLocked(int32_t deviceId, const RawEvent* rawEvents, size_t count);
564 void process(const RawEvent* rawEvents, size_t count);
H A DInputReader.cpp321 void InputReader::processEventsLocked(const RawEvent* rawEvents, size_t count) { argument
322 for (const RawEvent* rawEvent = rawEvents; count;) {
471 const RawEvent* rawEvents, size_t count) {
484 device->process(rawEvents, count);
963 void InputDevice::process(const RawEvent* rawEvents, size_t count) { argument
970 for (const RawEvent* rawEvent = rawEvents; count--; rawEvent++) {
470 processEventsForDeviceLocked(int32_t deviceId, const RawEvent* rawEvents, size_t count) argument

Completed in 34 milliseconds