Home
last modified time | relevance | path

Searched refs:setNumFreeSlots (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/security/keystore2/src/km_compat/
H A Dkm_compat.h59 void setNumFreeSlots(uint8_t numFreeSlots);
131 void setNumFreeSlots(uint8_t numFreeSlots);
H A Dkm_compat.cpp387 void OperationSlots::setNumFreeSlots(uint8_t numFreeSlots) { in setNumFreeSlots() function in OperationSlots
1357 void KeyMintDevice::setNumFreeSlots(uint8_t numFreeSlots) { in setNumFreeSlots() function in KeyMintDevice
1358 mOperationSlots.setNumFreeSlots(numFreeSlots); in setNumFreeSlots()
1366 setNumFreeSlots(3); in KeyMintDevice()
1368 setNumFreeSlots(15); in KeyMintDevice()
H A Dslot_test.cpp77 device->setNumFreeSlots(NUM_SLOTS); in TEST()