Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DInputTransport.h66 struct InputMessage { struct
67 enum class Type : uint32_t {
80 struct Header {
83 } header;
94 union Body {
226 void getSanitizedCopy(InputMessage* msg) const; argument