Home | History | Annotate | Download | only in inputflinger

Lines Matching defs:slotCount

1679         size_t slotCount, bool usingSlotsProtocol) {
1680 mSlotCount = slotCount;
1685 mSlots = new Slot[slotCount];
6753 size_t slotCount = mRawPointerAxes.slot.maxValue + 1;
6754 if (slotCount > MAX_SLOTS) {
6757 getDeviceName().string(), slotCount, MAX_SLOTS);
6758 slotCount = MAX_SLOTS;
6761 slotCount, true /*usingSlotsProtocol*/);