Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DInputTransport.h58 struct InputMessage { struct
68 // leave it here because InputMessage::size() and other functions argument
71 } header;
74 union Body {
148 void getSanitizedCopy(InputMessage* msg) const; argument