Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/inputflinger/dispatcher/
H A DEntry.h149 struct MotionEntry : EventEntry { struct
171 MotionEntry(int32_t id, std::shared_ptr<InjectionState> injectionState, nsecs_t eventTime, argument
H A DEntry.cpp179 MotionEntry::MotionEntry(int32_t id, std::shared_ptr<InjectionState> injectionState, in MotionEntry() function in android::inputdispatcher::MotionEntry