Home
last modified time | relevance | path

Searched defs:OperationSlot (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/system/security/keystore2/src/km_compat/
H A Dkm_compat.h53 class OperationSlot; variable
72 OperationSlot() : mOperationSlots(nullptr), mReservedGuard(std::nullopt) {} in OperationSlot() function
H A Dkm_compat.cpp422 OperationSlot::OperationSlot(std::shared_ptr<OperationSlotManager> slots, in OperationSlot() function in OperationSlot