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

/frameworks/native/services/inputflinger/
H A DInputReader.h482 RawEvent mEventBuffer[EVENT_BUFFER_SIZE];
487 void processEventsLocked(const RawEvent* rawEvents, size_t count);
491 void processEventsForDeviceLocked(int32_t deviceId, const RawEvent* rawEvents, size_t count);
575 void process(const RawEvent* rawEvents, size_t count);
650 void process(const RawEvent* rawEvent);
675 void process(const RawEvent* rawEvent);
697 void process(const RawEvent* rawEvent);
728 void process(const RawEvent* rawEvent);
871 void process(const RawEvent* rawEvent);
944 void process(const RawEvent* rawEven
[all...]
H A DEventHub.h70 struct RawEvent { struct in namespace:android
224 virtual size_t getEvents(int timeoutMillis, RawEvent* buffer, size_t bufferSize) = 0;
316 virtual size_t getEvents(int timeoutMillis, RawEvent* buffer, size_t bufferSize);
H A DInputReader.cpp421 void InputReader::processEventsLocked(const RawEvent* rawEvents, size_t count) {
422 for (const RawEvent* rawEvent = rawEvents; count;) {
594 const RawEvent* rawEvents, size_t count) {
1173 void InputDevice::process(const RawEvent* rawEvents, size_t count) {
1180 for (const RawEvent* rawEvent = rawEvents; count != 0; rawEvent++) {
1370 void CursorButtonAccumulator::process(const RawEvent* rawEvent) {
1437 void CursorMotionAccumulator::process(const RawEvent* rawEvent) {
1476 void CursorScrollAccumulator::process(const RawEvent* rawEvent) {
1546 void TouchButtonAccumulator::process(const RawEvent* rawEvent) {
1757 void SingleTouchMotionAccumulator::process(const RawEvent* rawEven
[all...]
H A DEventHub.cpp738 size_t EventHub::getEvents(int timeoutMillis, RawEvent* buffer, size_t bufferSize) {
745 RawEvent* event = buffer;
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp396 List<RawEvent> mEvents;
548 RawEvent event;
665 virtual size_t getEvents(int, RawEvent* buffer, size_t) {
907 RawEvent mLastEvent;
943 void assertProcessWasCalled(RawEvent* outLastEvent = NULL) {
989 virtual void process(const RawEvent* rawEvent) {
1343 RawEvent event;
1539 RawEvent event;
1612 RawEvent event;

Completed in 103 milliseconds