Home
last modified time | relevance | path

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

/aosp12/frameworks/native/include/input/
H A DInputTransport.h66 struct InputMessage { struct
67 enum class Type : uint32_t {
77 struct Header {
80 } header;
91 union Body {
213 void getSanitizedCopy(InputMessage* msg) const; argument