Searched refs:mUsingSlotsProtocol (Results 1 – 2 of 2) sorted by relevance
1735 mCurrentSlot(-1), mSlots(nullptr), mSlotCount(0), mUsingSlotsProtocol(false), in MultiTouchMotionAccumulator()1746 mUsingSlotsProtocol = usingSlotsProtocol; in configure()1756 if (mUsingSlotsProtocol) { in reset()1792 if (mUsingSlotsProtocol) { in process()1844 if (mUsingSlotsProtocol && rawEvent->value < 0) { in process()1877 if (!mUsingSlotsProtocol) { in finishSync()
726 bool mUsingSlotsProtocol; variable