Searched refs:MAX_SLOTS (Results 1 – 2 of 2) sorted by relevance
20 private static final int MAX_SLOTS = 8; field in MockWeaverService24 private Pair<ArrayList<Byte>, ArrayList<Byte>>[] slots = new Pair[MAX_SLOTS];30 config.slots = MAX_SLOTS; in getConfig()37 if (slotId < 0 || slotId >= MAX_SLOTS) { in write()46 if (slotId < 0 || slotId >= MAX_SLOTS) { in read()
75 static constexpr size_t MAX_SLOTS = 32; variable7052 if (slotCount > MAX_SLOTS) { in configureRawPointerAxes()7055 getDeviceName().c_str(), slotCount, MAX_SLOTS); in configureRawPointerAxes()7056 slotCount = MAX_SLOTS; in configureRawPointerAxes()