Home
last modified time | relevance | path

Searched refs:mException (Results 1 – 2 of 2) sorted by relevance

/system/libhidl/base/
DStatus.cpp107 : mException(exceptionCode), in Status()
111 : mException(exceptionCode), in Status()
116 mException = ex; in setException()
122 mException = (status == NO_ERROR) ? EX_NONE : EX_TRANSACTION_FAILED; in setFromStatusT()
/system/libhidl/base/include/hidl/
DStatus.h107 int32_t exceptionCode() const { return mException; } in exceptionCode()
110 return mException == EX_TRANSACTION_FAILED ? mErrorCode : OK; in transactionError()
113 bool isOk() const { return mException == EX_NONE; } in isOk()
128 int32_t mException = EX_NONE; variable