Searched refs:mCurrentSlot (Results 1 – 4 of 4) sorted by relevance
27 : mCurrentSlot(-1), mUsingSlotsProtocol(false) {} in MultiTouchMotionAccumulator()45 mCurrentSlot = -1; in resetSlots()53 mCurrentSlot = rawEvent.value; in process()56 } else if (mCurrentSlot < 0) { in process()57 mCurrentSlot = 0; in process()60 if (mCurrentSlot < 0 || size_t(mCurrentSlot) >= mSlots.size()) { in process()65 mCurrentSlot, mSlots.size() - 1); in process()68 Slot& slot = mSlots[mCurrentSlot]; in process()82 mCurrentSlot += 1; in process()125 event.code, event.value, mCurrentSlot, slot.mAbsMtTrackingId); in warnIfNotInUse()[all …]
90 int32_t mCurrentSlot{-1};
109 int previousSlot = dlu->mCurrentSlot; in createReleaseFence()168 mCurrentSlot = slot; in apply()
156 int mCurrentSlot = -1; variable