Lines Matching refs:mCurrentSlot
33 : mCurrentSlot(-1), in MultiTouchMotionAccumulator()
52 mCurrentSlot = -1; in configure()
66 mCurrentSlot = initialSlot; in configure()
79 mCurrentSlot = -1; in resetSlots()
87 mCurrentSlot = rawEvent->value; in process()
90 } else if (mCurrentSlot < 0) { in process()
91 mCurrentSlot = 0; in process()
94 if (mCurrentSlot < 0 || size_t(mCurrentSlot) >= mSlotCount) { in process()
99 mCurrentSlot, mSlotCount - 1); in process()
103 Slot* slot = &mSlots[mCurrentSlot]; in process()
161 mCurrentSlot += 1; in process()
178 event.code, event.value, mCurrentSlot, slot.mAbsMTTrackingId); in warnIfNotInUse()