Searched defs:exceptionCode (Results 1 – 3 of 3) sorted by relevance
85 Status Status::fromExceptionCode(int32_t exceptionCode) { in fromExceptionCode()92 Status Status::fromExceptionCode(int32_t exceptionCode, in fromExceptionCode()106 Status::Status(int32_t exceptionCode, int32_t errorCode) in Status()110 Status::Status(int32_t exceptionCode, int32_t errorCode, const char *message) in Status()
82 const int exceptionCode = in binderCallLogFn() local
107 int32_t exceptionCode() const { return mException; } in exceptionCode() function