Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/include/input/
H A DInputTransport.h64 struct InputMessage { struct
65 enum class Type : uint32_t {
78 struct Header {
81 } header;
92 union Body {
224 void getSanitizedCopy(InputMessage* msg) const; argument