Home
last modified time | relevance | path

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

/frameworks/base/tests/GamePerformance/src/android/gameperformance/
DGraphicBufferMetrics.java482 int type, List<RawEvent> rawEvents, List<BufferEvent> bufferEvents) { in toBufferEvents() argument
483 for (RawEvent event : rawEvents) { in toBufferEvents()
/frameworks/native/services/inputflinger/
DInputReader.h200 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);
DInputReader.cpp350 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()