Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/include/
H A DInputListener.h33 struct NotifyArgs { struct
37 inline NotifyArgs() : id(0), eventTime(0) {} in NotifyArgs() function
39 inline explicit NotifyArgs(int32_t id, nsecs_t eventTime) : id(id), eventTime(eventTime) {} in NotifyArgs() function
41 virtual ~NotifyArgs() { } in ~NotifyArgs() argument