Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.h483 RawEvent mEventBuffer[EVENT_BUFFER_SIZE];
488 void processEventsLocked(const RawEvent* rawEvents, size_t count);
492 void processEventsForDeviceLocked(int32_t deviceId, const RawEvent* rawEvents, size_t count);
576 void process(const RawEvent* rawEvents, size_t count);
651 void process(const RawEvent* rawEvent);
676 void process(const RawEvent* rawEvent);
698 void process(const RawEvent* rawEvent);
729 void process(const RawEvent* rawEvent);
872 void process(const RawEvent* rawEvent);
945 void process(const RawEvent* rawEvent);
[all …]
DEventHub.h71 struct RawEvent { struct
225 virtual size_t getEvents(int timeoutMillis, RawEvent* buffer, size_t bufferSize) = 0;
317 virtual size_t getEvents(int timeoutMillis, RawEvent* buffer, size_t bufferSize);
DInputReader.cpp418 void InputReader::processEventsLocked(const RawEvent* rawEvents, size_t count) { in processEventsLocked()
419 for (const RawEvent* rawEvent = rawEvents; count;) { in processEventsLocked()
591 const RawEvent* rawEvents, size_t count) { in processEventsForDeviceLocked()
1170 void InputDevice::process(const RawEvent* rawEvents, size_t count) { in process()
1177 for (const RawEvent* rawEvent = rawEvents; count--; rawEvent++) { in process()
1366 void CursorButtonAccumulator::process(const RawEvent* rawEvent) { in process()
1433 void CursorMotionAccumulator::process(const RawEvent* rawEvent) { in process()
1472 void CursorScrollAccumulator::process(const RawEvent* rawEvent) { in process()
1542 void TouchButtonAccumulator::process(const RawEvent* rawEvent) { in process()
1753 void SingleTouchMotionAccumulator::process(const RawEvent* rawEvent) { in process()
[all …]
DEventHub.cpp741 size_t EventHub::getEvents(int timeoutMillis, RawEvent* buffer, size_t bufferSize) { in getEvents()
748 RawEvent* event = buffer; in getEvents()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp396 List<RawEvent> mEvents;
548 RawEvent event; in enqueueEvent()
665 virtual size_t getEvents(int, RawEvent* buffer, size_t) { in getEvents()
907 RawEvent mLastEvent;
943 void assertProcessWasCalled(RawEvent* outLastEvent = NULL) { in assertProcessWasCalled()
989 virtual void process(const RawEvent* rawEvent) { in process()
1343 RawEvent event; in TEST_F()
1539 RawEvent event; in TEST_F()
1612 RawEvent event; in process()