Searched refs:EX_NONE (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/include/binder/
H A DStatus.h56 EX_NONE = 0, enumerator in enum:android::binder::final::Exception
132 bool isOk() const { return mException == EX_NONE; }
146 // If |mException| != EX_NONE, we write |mMessage| as well.
148 int32_t mException = EX_NONE;
/frameworks/native/libs/binder/include/binder/
H A DStatus.h56 EX_NONE = 0, enumerator in enum:android::binder::final::Exception
132 bool isOk() const { return mException == EX_NONE; }
146 // If |mException| != EX_NONE, we write |mMessage| as well.
148 int32_t mException = EX_NONE;
/frameworks/native/libs/binder/
H A DStatus.cpp89 mException = EX_NONE;
92 if (mException == EX_NONE) {
135 if (mException == EX_NONE) {
161 mException = (status == NO_ERROR) ? EX_NONE : EX_TRANSACTION_FAILED;
168 if (mException == EX_NONE) {

Completed in 98 milliseconds