Home
last modified time | relevance | path

Searched refs:mSlotCount (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/
DInputReader.h718 inline size_t getSlotCount() const { return mSlotCount; } in getSlotCount()
725 size_t mSlotCount; variable
DInputReader.cpp1735 mCurrentSlot(-1), mSlots(nullptr), mSlotCount(0), mUsingSlotsProtocol(false), in MultiTouchMotionAccumulator()
1745 mSlotCount = slotCount; in configure()
1782 for (size_t i = 0; i < mSlotCount; i++) { in clearSlots()
1801 if (mCurrentSlot < 0 || size_t(mCurrentSlot) >= mSlotCount) { in process()
1806 mCurrentSlot, mSlotCount - 1); in process()