Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/inputflinger/include/
H A DNotifyArgs.h130 struct NotifySensorArgs { struct
142 inline NotifySensorArgs() {} in NotifySensorArgs() argument
149 NotifySensorArgs& operator=(const NotifySensorArgs&) = default; argument
/aosp_15_r20/frameworks/native/services/inputflinger/
H A DNotifyArgs.cpp155 NotifySensorArgs::NotifySensorArgs(int32_t id, nsecs_t eventTime, int32_t deviceId, uint32_t source, in NotifySensorArgs() function in android::NotifySensorArgs