Home
last modified time | relevance | path

Searched refs:RawState (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.h297 struct RawState { struct
309 void copyFrom(const RawState& other) { in copyFrom() argument
354 std::vector<RawState> mRawStatesPending;
355 RawState mCurrentRawState;
357 RawState mLastRawState;
400 virtual void syncTouch(nsecs_t when, RawState* outState) = 0;
737 bool assignExternalStylusId(const RawState& state, bool timeout);
761 static void assignPointerIds(const RawState* last, RawState* current);
DSingleTouchInputMapper.h34 virtual void syncTouch(nsecs_t when, RawState* outState);
DMultiTouchInputMapper.h101 virtual void syncTouch(nsecs_t when, RawState* outState);
DSingleTouchInputMapper.cpp38 void SingleTouchInputMapper::syncTouch(nsecs_t when, RawState* outState) { in syncTouch()
DMultiTouchInputMapper.cpp239 void MultiTouchInputMapper::syncTouch(nsecs_t when, RawState* outState) { in syncTouch()
DTouchInputMapper.cpp1416 const RawState* last = in sync()
1422 RawState* next = &mRawStatesPending.back(); in sync()
1469 const RawState& next = mRawStatesPending[count]; in processRawTouches()
1656 bool TouchInputMapper::assignExternalStylusId(const RawState& state, bool timeout) { in assignExternalStylusId()
3682 void TouchInputMapper::assignPointerIds(const RawState* last, RawState* current) { in assignPointerIds()