Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.h481 RawEvent mEventBuffer[EVENT_BUFFER_SIZE];
486 void processEventsLocked(const RawEvent* rawEvents, size_t count);
490 void processEventsForDeviceLocked(int32_t deviceId, const RawEvent* rawEvents, size_t count);
564 void process(const RawEvent* rawEvents, size_t count);
635 void process(const RawEvent* rawEvent);
660 void process(const RawEvent* rawEvent);
682 void process(const RawEvent* rawEvent);
713 void process(const RawEvent* rawEvent);
844 void process(const RawEvent* rawEvent);
917 void process(const RawEvent* rawEvent);
[all …]
DEventHub.h72 struct RawEvent { struct
216 virtual size_t getEvents(int timeoutMillis, RawEvent* buffer, size_t bufferSize) = 0;
298 virtual size_t getEvents(int timeoutMillis, RawEvent* buffer, size_t bufferSize);
DInputReader.cpp321 void InputReader::processEventsLocked(const RawEvent* rawEvents, size_t count) { in processEventsLocked()
322 for (const RawEvent* rawEvent = rawEvents; count;) { in processEventsLocked()
471 const RawEvent* rawEvents, size_t count) { in processEventsForDeviceLocked()
963 void InputDevice::process(const RawEvent* rawEvents, size_t count) { in process()
970 for (const RawEvent* rawEvent = rawEvents; count--; rawEvent++) { in process()
1137 void CursorButtonAccumulator::process(const RawEvent* rawEvent) { in process()
1204 void CursorMotionAccumulator::process(const RawEvent* rawEvent) { in process()
1243 void CursorScrollAccumulator::process(const RawEvent* rawEvent) { in process()
1311 void TouchButtonAccumulator::process(const RawEvent* rawEvent) { in process()
1521 void SingleTouchMotionAccumulator::process(const RawEvent* rawEvent) { in process()
[all …]
DEventHub.cpp700 size_t EventHub::getEvents(int timeoutMillis, RawEvent* buffer, size_t bufferSize) { in getEvents()
707 RawEvent* event = buffer; in getEvents()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp336 List<RawEvent> mEvents;
451 RawEvent event; in enqueueEvent()
565 virtual size_t getEvents(int timeoutMillis, RawEvent* buffer, size_t bufferSize) { in getEvents()
796 RawEvent mLastEvent;
832 void assertProcessWasCalled(RawEvent* outLastEvent = NULL) { in assertProcessWasCalled()
879 virtual void process(const RawEvent* rawEvent) { in process()
1179 RawEvent event; in TEST_F()
1371 RawEvent event; in TEST_F()
1435 RawEvent event; in process()