Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/inputflinger/include/
H A DNotifyArgs.h153 struct NotifySwitchArgs { struct
161 inline NotifySwitchArgs() {} in NotifySwitchArgs() argument
167 NotifySwitchArgs& operator=(const NotifySwitchArgs&) = default; argument
/aosp_15_r20/frameworks/native/services/inputflinger/
H A DNotifyArgs.cpp145 NotifySwitchArgs::NotifySwitchArgs(int32_t id, nsecs_t eventTime, uint32_t policyFlags, in NotifySwitchArgs() function in android::NotifySwitchArgs