Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DEntry.h159 struct MotionEntry : EventEntry { struct
179 MotionEntry(int32_t id, nsecs_t eventTime, int32_t deviceId, uint32_t source, int32_t displayId, argument
H A DEntry.cpp196 MotionEntry::MotionEntry(int32_t id, nsecs_t eventTime, int32_t deviceId, uint32_t source, in MotionEntry() function in android::inputdispatcher::MotionEntry