Searched refs:RawState (Results 1 – 2 of 2) sorted by relevance
1427 struct RawState { struct1439 void copyFrom(const RawState& other) { in copyFrom() argument1484 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* outState);1915 virtual void syncTouch(nsecs_t when, RawState* outState);
4060 const RawState* last = mRawStatesPending.isEmpty() ? in sync()4065 RawState* next = &mRawStatesPending.editTop(); in sync()4115 const RawState& next = mRawStatesPending[count]; in processRawTouches()4301 bool TouchInputMapper::assignExternalStylusId(const RawState& state, bool timeout) { in assignExternalStylusId()6322 void TouchInputMapper::assignPointerIds(const RawState* last, RawState* current) { in assignPointerIds()6579 void SingleTouchInputMapper::syncTouch(nsecs_t when, RawState* outState) { in syncTouch()6651 void MultiTouchInputMapper::syncTouch(nsecs_t when, RawState* outState) { in syncTouch()