Home
last modified time | relevance | path

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

/system/security/keystore2/apc_compat/
Dapc_compat.hpp27 #define APC_COMPAT_ERROR_IGNORED 4 macro
Dapc_compat.rs27 APC_COMPAT_ERROR_IGNORED, APC_COMPAT_ERROR_OK, APC_COMPAT_ERROR_OPERATION_PENDING,
Dapc_compat.cpp52 return APC_COMPAT_ERROR_IGNORED; in responseCode2Compat()
/system/security/keystore2/src/
Dutils.rs36 APC_COMPAT_ERROR_IGNORED, APC_COMPAT_ERROR_OK, APC_COMPAT_ERROR_OPERATION_PENDING,
208 APC_COMPAT_ERROR_IGNORED => ApcResponseCode::IGNORED, in compat_2_response_code()