Home
last modified time | relevance | path

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

/system/security/keystore2/apc_compat/
Dapc_compat.rs27 APC_COMPAT_ERROR_IGNORED, APC_COMPAT_ERROR_OK, APC_COMPAT_ERROR_OPERATION_PENDING,
187 APC_COMPAT_ERROR_OK => Ok(()), in prompt_user_confirmation()
Dapc_compat.hpp23 #define APC_COMPAT_ERROR_OK 0 macro
Dapc_compat.cpp44 return APC_COMPAT_ERROR_OK; in responseCode2Compat()
/system/security/keystore2/src/
Dutils.rs36 APC_COMPAT_ERROR_IGNORED, APC_COMPAT_ERROR_OK, APC_COMPAT_ERROR_OPERATION_PENDING,
204 APC_COMPAT_ERROR_OK => ApcResponseCode::OK, in compat_2_response_code()