Searched refs:rawEvents (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/tests/GamePerformance/src/android/gameperformance/ |
D | GraphicBufferMetrics.java | 482 int type, List<RawEvent> rawEvents, List<BufferEvent> bufferEvents) { in toBufferEvents() argument 483 for (RawEvent event : rawEvents) { in toBufferEvents()
|
/frameworks/native/services/inputflinger/ |
D | InputReader.h | 200 void processEventsLocked(const RawEvent* rawEvents, size_t count); 204 void processEventsForDeviceLocked(int32_t deviceId, const RawEvent* rawEvents, size_t count); 278 void process(const RawEvent* rawEvents, size_t count);
|
D | InputReader.cpp | 350 void InputReader::processEventsLocked(const RawEvent* rawEvents, size_t count) { in processEventsLocked() argument 351 for (const RawEvent* rawEvent = rawEvents; count;) { in processEventsLocked() 523 const RawEvent* rawEvents, size_t count) { in processEventsForDeviceLocked() argument 536 device->process(rawEvents, count); in processEventsForDeviceLocked() 1132 void InputDevice::process(const RawEvent* rawEvents, size_t count) { in process() argument 1138 for (const RawEvent* rawEvent = rawEvents; count != 0; rawEvent++) { in process()
|