Home
last modified time | relevance | path

Searched refs:APC_COMPAT_ERROR_SYSTEM_ERROR (Results 1 – 4 of 4) sorted by relevance

/system/security/keystore2/apc_compat/
Dapc_compat.hpp28 #define APC_COMPAT_ERROR_SYSTEM_ERROR 5 macro
Dapc_compat.cpp61 return APC_COMPAT_ERROR_SYSTEM_ERROR; in responseCode2Compat()
98 return APC_COMPAT_ERROR_SYSTEM_ERROR; in promptUserConfirmation()
Dapc_compat.rs28 APC_COMPAT_ERROR_SYSTEM_ERROR, INVALID_SERVICE_HANDLE,
/system/security/keystore2/src/
Dutils.rs37 APC_COMPAT_ERROR_SYSTEM_ERROR,
209 APC_COMPAT_ERROR_SYSTEM_ERROR => ApcResponseCode::SYSTEM_ERROR, in compat_2_response_code()