Searched refs:slotCount (Results 1 – 3 of 3) sorted by relevance
184 int slotCount = 0; in dumpExportVarInfo() local261 llvm::MDString::get(mLLVMContext, llvm::utostr_32(slotCount)))); in dumpExportVarInfo()264 slotCount++; in dumpExportVarInfo()
1562 size_t slotCount, bool usingSlotsProtocol) { in configure() argument1563 mSlotCount = slotCount; in configure()1568 mSlots = new Slot[slotCount]; in configure()6180 size_t slotCount = mRawPointerAxes.slot.maxValue + 1; in configureRawPointerAxes() local6181 if (slotCount > MAX_SLOTS) { in configureRawPointerAxes()6184 getDeviceName().string(), slotCount, MAX_SLOTS); in configureRawPointerAxes()6185 slotCount = MAX_SLOTS; in configureRawPointerAxes()6188 slotCount, true /*usingSlotsProtocol*/); in configureRawPointerAxes()
915 void configure(InputDevice* device, size_t slotCount, bool usingSlotsProtocol);