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.cpp366 static ApcCompatServiceHandle getApcCompatSession() { in getApcCompatSession()
420 ApcCompatServiceHandle tryGetUserConfirmationService() { in tryGetUserConfirmationService()
421 return reinterpret_cast<ApcCompatServiceHandle>(ApcCompatSession::getApcCompatSession()); in tryGetUserConfirmationService()
424 uint32_t promptUserConfirmation(ApcCompatServiceHandle handle, ApcCompatCallback callback, in promptUserConfirmation()
433 void abortUserConfirmation(ApcCompatServiceHandle handle) { in abortUserConfirmation()
438 void closeUserConfirmationService(ApcCompatServiceHandle handle) { in closeUserConfirmationService()
444 const ApcCompatServiceHandle INVALID_SERVICE_HANDLE = nullptr;
Dapc_compat.rs23 tryGetUserConfirmationService, ApcCompatCallback, ApcCompatServiceHandle,
54 pub struct ApcHal(ApcCompatServiceHandle);