Searched refs:setNumFreeSlots (Results 1 – 3 of 3) sorted by relevance
59 void setNumFreeSlots(uint8_t numFreeSlots);131 void setNumFreeSlots(uint8_t numFreeSlots);
387 void OperationSlots::setNumFreeSlots(uint8_t numFreeSlots) { in setNumFreeSlots() function in OperationSlots1357 void KeyMintDevice::setNumFreeSlots(uint8_t numFreeSlots) { in setNumFreeSlots() function in KeyMintDevice1358 mOperationSlots.setNumFreeSlots(numFreeSlots); in setNumFreeSlots()1366 setNumFreeSlots(3); in KeyMintDevice()1368 setNumFreeSlots(15); in KeyMintDevice()
77 device->setNumFreeSlots(NUM_SLOTS); in TEST()