Home | History | Annotate | Download | only in input

Lines Matching refs:slotCount

1551         size_t slotCount, bool usingSlotsProtocol) {
1552 mSlotCount = slotCount;
1557 mSlots = new Slot[slotCount];
6120 size_t slotCount = mRawPointerAxes.slot.maxValue + 1;
6121 if (slotCount > MAX_SLOTS) {
6124 getDeviceName().string(), slotCount, MAX_SLOTS);
6125 slotCount = MAX_SLOTS;
6128 slotCount, true /*usingSlotsProtocol*/);