Home | History | Annotate | Download | only in input

Lines Matching refs:slotCount

1563         size_t slotCount, bool usingSlotsProtocol) {
1564 mSlotCount = slotCount;
1569 mSlots = new Slot[slotCount];
5912 size_t slotCount = mRawPointerAxes.slot.maxValue + 1;
5913 if (slotCount > MAX_SLOTS) {
5916 getDeviceName().string(), slotCount, MAX_SLOTS);
5917 slotCount = MAX_SLOTS;
5920 slotCount, true /*usingSlotsProtocol*/);