Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputDispatcher.h507 struct MotionEntry : EventEntry { struct
525 MotionEntry(nsecs_t eventTime, argument
536 virtual ~MotionEntry();
726 bool trackMotion(const MotionEntry* entry, int32_t action, int32_t flags);
779 void setPointers(const MotionEntry* entry);
787 ssize_t findMotionMemento(const MotionEntry* entry, bool hovering) const;
790 void addMotionMemento(const MotionEntry* entry, int32_t flags, bool hovering);
1007 nsecs_t currentTime, MotionEntry* entry,
1013 void logOutboundMotionDetailsLocked(const char* prefix, const MotionEntry* entry);
1043 int32_t findTouchedWindowTargetsLocked(nsecs_t currentTime, const MotionEntry* entry,
[all …]
DInputDispatcher.cpp415 MotionEntry* typedEntry = static_cast<MotionEntry*>(mPendingEvent); in dispatchOnceInnerLocked()
480 MotionEntry* motionEntry = static_cast<MotionEntry*>(entry); in enqueueInboundEventLocked()
581 MotionEntry* motionEntry = static_cast<MotionEntry*>(entry); in dropInboundEventLocked()
865 nsecs_t currentTime, MotionEntry* entry, DropReason* dropReason, nsecs_t* nextWakeupTime) { in dispatchMotionLocked()
925 void InputDispatcher::logOutboundMotionDetailsLocked(const char* prefix, const MotionEntry* entry) { in logOutboundMotionDetailsLocked()
1167 const MotionEntry* entry, Vector<InputTarget>& inputTargets, nsecs_t* nextWakeupTime, in findTouchedWindowTargetsLocked()
1811 const MotionEntry* motionEntry = static_cast<const MotionEntry*>(eventEntry); in pokeUserActivityLocked()
1862 MotionEntry* originalMotionEntry = static_cast<MotionEntry*>(eventEntry); in prepareDispatchCycleLocked()
1864 MotionEntry* splitMotionEntry = splitMotionEvent( in prepareDispatchCycleLocked()
1944 MotionEntry* motionEntry = static_cast<MotionEntry*>(eventEntry); in enqueueDispatchEntryLocked()
[all …]