Home
last modified time | relevance | path

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

/system/netd/include/binder_utils/
DBinderUtil.h89 const int errCode = log.service_specific_error_code; in binderCallLogFn() local
91 (errCode != 0) ? errCode : exceptionCode, log.exception_message)); in binderCallLogFn()
/system/vold/
DKeymaster.h96 KeymasterOperation(km::ErrorCode errCode) : errorCode{errCode} {} in KeymasterOperation() argument
/system/core/trusty/keymaster/keymint/
DTrustyRemotelyProvisionedComponentDevice.cpp50 Status(int32_t errCode, const std::string& errMsg) in Status() argument
51 : status_(AStatus_fromServiceSpecificErrorWithMessage(errCode, errMsg.c_str())) {} in Status()
/system/keymaster/ng/
DAndroidRemotelyProvisionedComponentDevice.cpp57 Status(int32_t errCode, const std::string& errMsg) in Status() argument
58 : status_(AStatus_fromServiceSpecificErrorWithMessage(errCode, errMsg.c_str())) {} in Status()