Home
last modified time | relevance | path

Searched defs:motionEntry (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.cpp426 const MotionEntry& motionEntry = static_cast<const MotionEntry&>(*eventEntry); in createDispatchEntry() local
534 const MotionEntry& motionEntry = static_cast<const MotionEntry&>(eventEntry); in shouldReportFinishedEvent() local
686 const MotionEntry& motionEntry = static_cast<const MotionEntry&>(eventEntry); in getDownTime() local
855 const MotionEntry& motionEntry = static_cast<const MotionEntry&>(eventEntry); in getUserActivityEventType() local
1257 std::shared_ptr<const MotionEntry> motionEntry = in dispatchOnceInnerLocked() local
1403 const auto& motionEntry = static_cast<const MotionEntry&>(entry); in enqueueInboundEventLocked() local
1581 const MotionEntry& motionEntry = static_cast<const MotionEntry&>(entry); in dropInboundEventLocked() local
2254 const MotionEntry& motionEntry = static_cast<const MotionEntry&>(entry); in getTargetDisplayId() local
3328 const MotionEntry& motionEntry = static_cast<const MotionEntry&>(eventEntry); in pokeUserActivityLocked() local
3497 const MotionEntry& motionEntry = static_cast<const MotionEntry&>(*eventEntry); in enqueueDispatchEntryLocked() local
[all …]
H A DEntry.cpp237 std::ostream& operator<<(std::ostream& out, const MotionEntry& motionEntry) { in operator <<()
304 const MotionEntry& motionEntry = static_cast<const MotionEntry&>(*this->eventEntry); in DispatchEntry() local
H A DInputState.cpp376 const MotionEntry& motionEntry) { in cancelConflictingInputStream()
/aosp_15_r20/development/tools/winscope/src/parsers/input/perfetto/
H A Dtraces_parser_input_test.ts76 const motionEntry = await parser.getEntry(0); constant
/aosp_15_r20/development/tools/winscope/src/viewers/viewer_input/
H A Dpresenter_test.ts431 const motionEntry = assertDefined(this.trace).getEntry(1); constant