Home
last modified time | relevance | path

Searched refs:numFreeSlots (Results 1 – 2 of 2) sorted by relevance

/system/security/keystore2/src/km_compat/
Dkm_compat.h85 void setNumFreeSlots(uint8_t numFreeSlots);
156 void setNumFreeSlots(uint8_t numFreeSlots);
Dkm_compat.cpp401 void OperationSlotManager::setNumFreeSlots(uint8_t numFreeSlots) { in setNumFreeSlots() argument
403 mNumFreeSlots = numFreeSlots; in setNumFreeSlots()
1475 void KeyMintDevice::setNumFreeSlots(uint8_t numFreeSlots) { in setNumFreeSlots() argument
1476 mOperationSlots->setNumFreeSlots(numFreeSlots); in setNumFreeSlots()