Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/inputflinger/include/
H A DNotifyArgs.h43 struct NotifyKeyArgs { struct
59 inline NotifyKeyArgs() {} in NotifyKeyArgs() argument
69 NotifyKeyArgs& operator=(const NotifyKeyArgs&) = default; argument
/aosp_15_r20/frameworks/native/services/inputflinger/
H A DNotifyArgs.cpp40 NotifyKeyArgs::NotifyKeyArgs(int32_t id, nsecs_t eventTime, nsecs_t readTime, int32_t deviceId, in NotifyKeyArgs() function in android::NotifyKeyArgs