Searched refs:MOTION (Results 1 – 12 of 12) sorted by relevance
/frameworks/native/services/inputflinger/dispatcher/ |
D | Entry.h | 38 MOTION, enumerator 51 case Type::MOTION: in typeToString()
|
D | Entry.cpp | 47 return {{VerifiedInputEvent::Type::MOTION, entry.deviceId, entry.eventTime, entry.source, in verifiedMotionEventFromMotionEntry() 185 : EventEntry(id, Type::MOTION, eventTime, policyFlags), in MotionEntry()
|
D | InputDispatcher.cpp | 272 ALOG_ASSERT(eventEntry->type == EventEntry::Type::MOTION); in createDispatchEntry() 361 case VerifiedInputEvent::Type::MOTION: { in sign() 657 case EventEntry::Type::MOTION: { in dispatchOnceInnerLocked() 772 case EventEntry::Type::MOTION: { in enqueueInboundEventLocked() 905 case EventEntry::Type::MOTION: { in dropInboundEventLocked() 1402 case EventEntry::Type::MOTION: { in getTargetDisplayId() 2174 case EventEntry::Type::MOTION: { in pokeUserActivityLocked() 2239 LOG_ALWAYS_FATAL_IF(eventEntry->type != EventEntry::Type::MOTION, in prepareDispatchCycleLocked() 2341 case EventEntry::Type::MOTION: { in enqueueDispatchEntryLocked() 2496 case EventEntry::Type::MOTION: { in startDispatchCycleLocked() [all …]
|
/frameworks/native/services/inputflinger/ |
D | InputClassifier.cpp | 77 type(ClassifierEventType::MOTION), args(std::move(args)) { }; in ClassifierEvent() 102 case ClassifierEventType::MOTION: { in getDeviceId() 178 case ClassifierEventType::MOTION: { in processEvents()
|
D | InputClassifier.h | 32 MOTION = 0, enumerator
|
/frameworks/native/libs/input/tests/ |
D | VerifiedInputEvent_test.cpp | 88 ASSERT_EQ(VerifiedInputEvent::Type::MOTION, verified.type); in TEST()
|
D | InputChannel_test.cpp | 182 serverMsg.header.type = InputMessage::Type::MOTION; in TEST_F()
|
/frameworks/native/libs/input/ |
D | InputTransport.cpp | 102 case Type::MOTION: in isValid() 117 case Type::MOTION: in size() 170 case InputMessage::Type::MOTION: { in getSanitizedCopy() 523 msg.header.type = InputMessage::Type::MOTION; in publishMotionEvent() 662 case InputMessage::Type::MOTION: { in consume()
|
D | Input.cpp | 102 return {{VerifiedInputEvent::Type::MOTION, event.getDeviceId(), event.getEventTime(), in verifiedMotionEventFromMotionEvent()
|
/frameworks/native/include/input/ |
D | InputTransport.h | 65 MOTION, enumerator
|
D | Input.h | 784 MOTION = AINPUT_EVENT_TYPE_MOTION, enumerator
|
/frameworks/native/services/inputflinger/tests/ |
D | InputDispatcher_test.cpp | 1707 ASSERT_EQ(verified->type, VerifiedInputEvent::Type::MOTION); in TEST_F()
|