Home
last modified time | relevance | path

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

/frameworks/base/services/input/
DInputReader.h379 void processEventsLocked(const RawEvent* rawEvents, size_t count);
383 void processEventsForDeviceLocked(int32_t deviceId, const RawEvent* rawEvents, size_t count);
451 void process(const RawEvent* rawEvents, size_t count);
DInputReader.cpp305 void InputReader::processEventsLocked(const RawEvent* rawEvents, size_t count) { in processEventsLocked() argument
306 for (const RawEvent* rawEvent = rawEvents; count;) { in processEventsLocked()
446 const RawEvent* rawEvents, size_t count) { in processEventsForDeviceLocked() argument
459 device->process(rawEvents, count); in processEventsForDeviceLocked()
928 void InputDevice::process(const RawEvent* rawEvents, size_t count) { in process() argument
935 for (const RawEvent* rawEvent = rawEvents; count--; rawEvent++) { in process()