Home | History | Annotate | Download | only in inputflinger

Lines Matching defs:slotCount

1644         size_t slotCount, bool usingSlotsProtocol) {
1645 mSlotCount = slotCount;
1650 mSlots = new Slot[slotCount];
6577 size_t slotCount = mRawPointerAxes.slot.maxValue + 1;
6578 if (slotCount > MAX_SLOTS) {
6581 getDeviceName().string(), slotCount, MAX_SLOTS);
6582 slotCount = MAX_SLOTS;
6585 slotCount, true /*usingSlotsProtocol*/);