Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.h469 RawEvent mEventBuffer[EVENT_BUFFER_SIZE];
474 void processEventsLocked(const RawEvent* rawEvents, size_t count);
478 void processEventsForDeviceLocked(int32_t deviceId, const RawEvent* rawEvents, size_t count);
559 void process(const RawEvent* rawEvents, size_t count);
634 void process(const RawEvent* rawEvent);
659 void process(const RawEvent* rawEvent);
681 void process(const RawEvent* rawEvent);
712 void process(const RawEvent* rawEvent);
855 void process(const RawEvent* rawEvent);
928 void process(const RawEvent* rawEvent);
[all …]
DEventHub.h72 struct RawEvent { struct
226 virtual size_t getEvents(int timeoutMillis, RawEvent* buffer, size_t bufferSize) = 0;
309 virtual size_t getEvents(int timeoutMillis, RawEvent* buffer, size_t bufferSize);
DInputReader.cpp392 void InputReader::processEventsLocked(const RawEvent* rawEvents, size_t count) { in processEventsLocked()
393 for (const RawEvent* rawEvent = rawEvents; count;) { in processEventsLocked()
565 const RawEvent* rawEvents, size_t count) { in processEventsForDeviceLocked()
1106 void InputDevice::process(const RawEvent* rawEvents, size_t count) { in process()
1113 for (const RawEvent* rawEvent = rawEvents; count--; rawEvent++) { in process()
1302 void CursorButtonAccumulator::process(const RawEvent* rawEvent) { in process()
1369 void CursorMotionAccumulator::process(const RawEvent* rawEvent) { in process()
1408 void CursorScrollAccumulator::process(const RawEvent* rawEvent) { in process()
1478 void TouchButtonAccumulator::process(const RawEvent* rawEvent) { in process()
1689 void SingleTouchMotionAccumulator::process(const RawEvent* rawEvent) { in process()
[all …]
DEventHub.cpp721 size_t EventHub::getEvents(int timeoutMillis, RawEvent* buffer, size_t bufferSize) { in getEvents()
728 RawEvent* event = buffer; in getEvents()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp358 List<RawEvent> mEvents;
473 RawEvent event; in enqueueEvent()
590 virtual size_t getEvents(int, RawEvent* buffer, size_t) { in getEvents()
832 RawEvent mLastEvent;
868 void assertProcessWasCalled(RawEvent* outLastEvent = NULL) { in assertProcessWasCalled()
914 virtual void process(const RawEvent* rawEvent) { in process()
1214 RawEvent event; in TEST_F()
1406 RawEvent event; in TEST_F()
1479 RawEvent event; in process()