Searched refs:mCode (Results 1 – 6 of 6) sorted by relevance
17 : mCode(errorCode),23 : mCode(other.mCode),34 : mCode(other.mCode),42 mCode = other.mCode;62 mCode = other.mCode;72 return mCode;82 return (mCode != EGL_SUCCESS);
31 : mCode(errorCode), mID(errorCode), mMessage(EmplaceErrorString(std::move(message))) in Error()35 : mCode(errorCode), mID(id), mMessage(EmplaceErrorString(std::move(message))) in Error()42 mMessage.reset(new std::string(GetGenericErrorMessage(mCode))); in createMessageString()
80 EGLint mCode; variable
12 private final int mCode; field in MojoException18 mCode = code; in MojoException()26 mCode = MojoResult.UNKNOWN; in MojoException()34 return mCode; in getMojoResult()42 return "MojoResult(" + mCode + "): " + MojoResult.describe(mCode); in toString()
39 public static String describe(int mCode) { in describe() argument40 switch (mCode) { in describe()
41 private int mCode; field in RcsException48 mCode = code; in RcsException()53 mCode = code; in RcsException()62 return mCode; in getCode()