Searched refs:MotionEntry (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputDispatcher.h502 struct MotionEntry : EventEntry { struct in class:android::InputDispatcher
520 MotionEntry(nsecs_t eventTime,
531 virtual ~MotionEntry();
721 bool trackMotion(const MotionEntry* entry, int32_t action, int32_t flags);
774 void setPointers(const MotionEntry* entry);
782 ssize_t findMotionMemento(const MotionEntry* entry, bool hovering) const;
785 void addMotionMemento(const MotionEntry* entry, int32_t flags, bool hovering);
1002 nsecs_t currentTime, MotionEntry* entry,
1008 void logOutboundMotionDetailsLocked(const char* prefix, const MotionEntry* entry);
1038 int32_t findTouchedWindowTargetsLocked(nsecs_t currentTime, const MotionEntry* entr
[all...]
H A DInputDispatcher.cpp376 MotionEntry* typedEntry = static_cast<MotionEntry*>(mPendingEvent);
441 MotionEntry* motionEntry = static_cast<MotionEntry*>(entry);
542 MotionEntry* motionEntry = static_cast<MotionEntry*>(entry);
825 nsecs_t currentTime, MotionEntry* entry, DropReason* dropReason, nsecs_t* nextWakeupTime) {
888 void InputDispatcher::logOutboundMotionDetailsLocked(const char* prefix, const MotionEntry* entry) {
1130 const MotionEntry* entry, Vector<InputTarget>& inputTargets, nsecs_t* nextWakeupTime,
1747 const MotionEntry* motionEntr
3935 InputDispatcher::MotionEntry::MotionEntry(nsecs_t eventTime, int32_t deviceId, function in class:android::InputDispatcher::MotionEntry
[all...]

Completed in 609 milliseconds