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

/frameworks/native/services/inputflinger/
H A DInputReader.h1427 struct RawState { struct in class:android::TouchInputMapper
1439 void copyFrom(const RawState& other) {
1484 Vector<RawState> mRawStatesPending;
1485 RawState mCurrentRawState;
1487 RawState mLastRawState;
1530 virtual void syncTouch(nsecs_t when, RawState* outState) = 0;
1859 bool assignExternalStylusId(const RawState& state, bool timeout);
1884 static void assignPointerIds(const RawState* last, RawState* current);
1897 virtual void syncTouch(nsecs_t when, RawState* outStat
[all...]

Completed in 27 milliseconds