Searched refs:mCurrentSlot (Results 1 – 4 of 4) sorted by relevance
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()[all …]
82 int32_t mCurrentSlot;
109 int previousSlot = dlu->mCurrentSlot; in createReleaseFence()168 mCurrentSlot = slot; in apply()
155 int mCurrentSlot = -1; variable