Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/include/
DNotifyArgs.h168 struct NotifySwitchArgs { struct
176 inline NotifySwitchArgs() {} in NotifySwitchArgs() argument
182 NotifySwitchArgs& operator=(const NotifySwitchArgs&) = default; argument
/frameworks/native/services/inputflinger/
DNotifyArgs.cpp150 NotifySwitchArgs::NotifySwitchArgs(int32_t id, nsecs_t eventTime, uint32_t policyFlags, in NotifySwitchArgs() function in android::NotifySwitchArgs