Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/include/
DInputReader.h186 void processEventsLocked(const RawEvent* rawEvents, size_t count) REQUIRES(mLock);
190 void processEventsForDeviceLocked(int32_t eventHubId, const RawEvent* rawEvents, size_t count)
DInputDevice.h79 void process(const RawEvent* rawEvents, size_t count);
/frameworks/native/services/inputflinger/reader/
DInputReader.cpp150 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()
DInputDevice.cpp375 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/
DGraphicBufferMetrics.java482 int type, List<RawEvent> rawEvents, List<BufferEvent> bufferEvents) { in toBufferEvents() argument
483 for (RawEvent event : rawEvents) { in toBufferEvents()