Searched defs:rawEvents (Results 1 – 3 of 3) sorted by relevance
183 void InputDevice::process(const RawEvent* rawEvents, size_t count) { in process()
143 void InputReader::processEventsLocked(const RawEvent* rawEvents, size_t count) { in processEventsLocked()316 void InputReader::processEventsForDeviceLocked(int32_t deviceId, const RawEvent* rawEvents, in processEventsForDeviceLocked()
482 int type, List<RawEvent> rawEvents, List<BufferEvent> bufferEvents) { in toBufferEvents()