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
519 MotionEntry(nsecs_t eventTime,
530 virtual ~MotionEntry();
713 bool trackMotion(const MotionEntry* entry, int32_t action, int32_t flags);
766 void setPointers(const MotionEntry* entry);
774 ssize_t findMotionMemento(const MotionEntry* entry, bool hovering) const;
777 void addMotionMemento(const MotionEntry* entry, int32_t flags, bool hovering);
992 nsecs_t currentTime, MotionEntry* entry,
998 void logOutboundMotionDetailsLocked(const char* prefix, const MotionEntry* entry);
1028 int32_t findTouchedWindowTargetsLocked(nsecs_t currentTime, const MotionEntry* entr
[all...]
H A DInputDispatcher.cpp372 MotionEntry* typedEntry = static_cast<MotionEntry*>(mPendingEvent);
436 MotionEntry* motionEntry = static_cast<MotionEntry*>(entry);
535 MotionEntry* motionEntry = static_cast<MotionEntry*>(entry);
818 nsecs_t currentTime, MotionEntry* entry, DropReason* dropReason, nsecs_t* nextWakeupTime) {
874 void InputDispatcher::logOutboundMotionDetailsLocked(const char* prefix, const MotionEntry* entry) {
1116 const MotionEntry* entry, Vector<InputTarget>& inputTargets, nsecs_t* nextWakeupTime,
1733 const MotionEntry* motionEntr
3922 InputDispatcher::MotionEntry::MotionEntry(nsecs_t eventTime, function in class:android::InputDispatcher::MotionEntry
[all...]

Completed in 651 milliseconds