Searched refs:rawEvents (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/services/inputflinger/reader/include/ |
D | InputReader.h | 145 void processEventsLocked(const RawEvent* rawEvents, size_t count); 149 void processEventsForDeviceLocked(int32_t eventHubId, const RawEvent* rawEvents, size_t count);
|
D | InputDevice.h | 74 void process(const RawEvent* rawEvents, size_t count);
|
/frameworks/native/services/inputflinger/reader/ |
D | InputReader.cpp | 149 void InputReader::processEventsLocked(const RawEvent* rawEvents, size_t count) { in processEventsLocked() argument 150 for (const RawEvent* rawEvent = rawEvents; count;) { in processEventsLocked() 269 void InputReader::processEventsForDeviceLocked(int32_t eventHubId, const RawEvent* rawEvents, in processEventsForDeviceLocked() argument 283 device->process(rawEvents, count); in processEventsForDeviceLocked()
|
D | InputDevice.cpp | 331 void InputDevice::process(const RawEvent* rawEvents, size_t count) { in process() argument 337 for (const RawEvent* rawEvent = rawEvents; count != 0; rawEvent++) { in process()
|
/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()
|