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

/frameworks/native/include/input/
H A DInputTransport.h23 * The InputChannel provides a mechanism for exchanging InputMessage structures across processes.
43 struct InputMessage { struct in namespace:android
157 status_t sendMessage(const InputMessage* msg);
169 status_t receiveMessage(InputMessage* msg);
341 InputMessage mMsg;
349 Vector<InputMessage> samples;
360 void initializeFrom(const InputMessage* msg) {
392 void addHistory(const InputMessage* msg) {
421 void updateTouchState(InputMessage* msg);
422 void rewriteMessage(const TouchState& state, InputMessage* ms
[all...]

Completed in 263 milliseconds