Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputDispatcher.h508 struct MotionEntry : EventEntry { struct
526 MotionEntry(nsecs_t eventTime, argument
537 virtual ~MotionEntry();
727 bool trackMotion(const MotionEntry* entry, int32_t action, int32_t flags);
780 void setPointers(const MotionEntry* entry);
788 ssize_t findMotionMemento(const MotionEntry* entry, bool hovering) const;
791 void addMotionMemento(const MotionEntry* entry, int32_t flags, bool hovering);
1008 nsecs_t currentTime, MotionEntry* entry,
1014 void logOutboundMotionDetailsLocked(const char* prefix, const MotionEntry* entry);
1044 int32_t findTouchedWindowTargetsLocked(nsecs_t currentTime, const MotionEntry* entry,
[all …]
DInputDispatcher.cpp376 MotionEntry* typedEntry = static_cast<MotionEntry*>(mPendingEvent); in dispatchOnceInnerLocked()
441 MotionEntry* motionEntry = static_cast<MotionEntry*>(entry); in enqueueInboundEventLocked()
542 MotionEntry* motionEntry = static_cast<MotionEntry*>(entry); in dropInboundEventLocked()
825 nsecs_t currentTime, MotionEntry* entry, DropReason* dropReason, nsecs_t* nextWakeupTime) { in dispatchMotionLocked()
888 void InputDispatcher::logOutboundMotionDetailsLocked(const char* prefix, const MotionEntry* entry) { in logOutboundMotionDetailsLocked()
1130 const MotionEntry* entry, Vector<InputTarget>& inputTargets, nsecs_t* nextWakeupTime, in findTouchedWindowTargetsLocked()
1776 const MotionEntry* motionEntry = static_cast<const MotionEntry*>(eventEntry); in pokeUserActivityLocked()
1827 MotionEntry* originalMotionEntry = static_cast<MotionEntry*>(eventEntry); in prepareDispatchCycleLocked()
1829 MotionEntry* splitMotionEntry = splitMotionEvent( in prepareDispatchCycleLocked()
1909 MotionEntry* motionEntry = static_cast<MotionEntry*>(eventEntry); in enqueueDispatchEntryLocked()
[all …]