Home
last modified time | relevance | path

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

/system/security/keystore2/src/km_compat/
Dkm_compat.h87 claimSlot(std::shared_ptr<OperationSlotManager> operationSlots);
Dkm_compat.cpp407 OperationSlotManager::claimSlot(std::shared_ptr<OperationSlotManager> operationSlots) { in claimSlot() function in OperationSlotManager
704 if (auto opt_slot = OperationSlotManager::claimSlot(mOperationSlots)) { in beginInternal()