Searched refs:ErrorType (Results 1 – 2 of 2) sorted by relevance
/system/security/keystore/ |
D | keymaster_worker.h | 127 template <typename ErrorType, typename... Args> 128 struct MakeKeymasterWorkerCB<ErrorType, std::function<void(Args...)>> { 129 using type = std::function<void(ErrorType, std::tuple<std::decay_t<Args>...>&&)>; 132 template <typename ErrorType> struct MakeKeymasterWorkerCB<ErrorType> { 133 using type = std::function<void(ErrorType)>; 145 template <typename KMFn, typename ErrorType, typename... Args, size_t... I> 146 void unwrap_tuple(KMFn kmfn, std::function<void(ErrorType)> cb, 151 template <typename KMFn, typename ErrorType, typename... ReturnTypes, typename... Args, 153 void unwrap_tuple(KMFn kmfn, std::function<void(ErrorType, std::tuple<ReturnTypes...>&&)> cb, 162 template <typename KMFn, typename ErrorType, typename... Args> [all …]
|
/system/nfc/src/include/ |
D | metrics.h | 21 enum ErrorType { UNKNOWN, NCI_TIMEOUT, ERROR_NTF, AID_OVERFLOW }; enum
|