Searched refs:errCode (Results 1 – 4 of 4) sorted by relevance
89 const int errCode = log.service_specific_error_code; in binderCallLogFn() local91 (errCode != 0) ? errCode : exceptionCode, log.exception_message)); in binderCallLogFn()
96 KeymasterOperation(km::ErrorCode errCode) : errorCode{errCode} {} in KeymasterOperation() argument
50 Status(int32_t errCode, const std::string& errMsg) in Status() argument51 : status_(AStatus_fromServiceSpecificErrorWithMessage(errCode, errMsg.c_str())) {} in Status()
57 Status(int32_t errCode, const std::string& errMsg) in Status() argument58 : status_(AStatus_fromServiceSpecificErrorWithMessage(errCode, errMsg.c_str())) {} in Status()