Home
last modified time | relevance | path

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

/system/security/keystore2/apc_compat/
Dapc_compat.hpp24 #define APC_COMPAT_ERROR_CANCELLED 1 macro
Dapc_compat.rs26 ApcCompatUiOptions, APC_COMPAT_ERROR_ABORTED, APC_COMPAT_ERROR_CANCELLED,
Dapc_compat.cpp46 return APC_COMPAT_ERROR_CANCELLED; in responseCode2Compat()
/system/security/keystore2/src/
Dutils.rs35 ApcCompatUiOptions, APC_COMPAT_ERROR_ABORTED, APC_COMPAT_ERROR_CANCELLED,
205 APC_COMPAT_ERROR_CANCELLED => ApcResponseCode::CANCELLED, in compat_2_response_code()