Home
last modified time | relevance | path

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

/system/security/keystore2/apc_compat/
Dapc_compat.hpp21 using ApcCompatServiceHandle = void*; typedef
32 extern const ApcCompatServiceHandle INVALID_SERVICE_HANDLE;
90 ApcCompatServiceHandle tryGetUserConfirmationService();
109 uint32_t promptUserConfirmation(ApcCompatServiceHandle handle, struct ApcCompatCallback cb,
124 void abortUserConfirmation(ApcCompatServiceHandle handle);
133 void closeUserConfirmationService(ApcCompatServiceHandle);
Dapc_compat.cpp178 ApcCompatServiceHandle tryGetUserConfirmationService() { in tryGetUserConfirmationService()
179 return reinterpret_cast<ApcCompatServiceHandle>(ConfuiCompatSession::tryGetService()); in tryGetUserConfirmationService()
182 uint32_t promptUserConfirmation(ApcCompatServiceHandle handle, ApcCompatCallback callback, in promptUserConfirmation()
191 void abortUserConfirmation(ApcCompatServiceHandle handle) { in abortUserConfirmation()
196 void closeUserConfirmationService(ApcCompatServiceHandle handle) { in closeUserConfirmationService()
204 const ApcCompatServiceHandle INVALID_SERVICE_HANDLE = nullptr;
Dapc_compat.rs23 tryGetUserConfirmationService, ApcCompatCallback, ApcCompatServiceHandle,
54 pub struct ApcHal(ApcCompatServiceHandle);