Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/include/
H A DInputListener.h65 struct NotifyKeyArgs : public NotifyArgs { struct
78 inline NotifyKeyArgs() { } in NotifyKeyArgs() argument
89 virtual ~NotifyKeyArgs() { } in ~NotifyKeyArgs() argument
/aosp12/frameworks/native/services/inputflinger/
H A DInputListener.cpp53 NotifyKeyArgs::NotifyKeyArgs(int32_t id, nsecs_t eventTime, nsecs_t readTime, int32_t deviceId, in NotifyKeyArgs() function in android::NotifyKeyArgs
70 NotifyKeyArgs::NotifyKeyArgs(const NotifyKeyArgs& other) in NotifyKeyArgs() function in android::NotifyKeyArgs