Searched refs:rawEvents (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/services/inputflinger/reader/include/ |
D | InputReader.h | 186 void processEventsLocked(const RawEvent* rawEvents, size_t count) REQUIRES(mLock); 190 void processEventsForDeviceLocked(int32_t eventHubId, const RawEvent* rawEvents, size_t count)
|
D | InputDevice.h | 79 void process(const RawEvent* rawEvents, size_t count);
|
/frameworks/native/services/inputflinger/reader/ |
D | InputReader.cpp | 150 void InputReader::processEventsLocked(const RawEvent* rawEvents, size_t count) { in processEventsLocked() argument 151 for (const RawEvent* rawEvent = rawEvents; count;) { in processEventsLocked() 296 void InputReader::processEventsForDeviceLocked(int32_t eventHubId, const RawEvent* rawEvents, in processEventsForDeviceLocked() argument 310 device->process(rawEvents, count); in processEventsForDeviceLocked()
|
D | InputDevice.cpp | 375 void InputDevice::process(const RawEvent* rawEvents, size_t count) { in process() argument 381 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()
|