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

/frameworks/native/include/binder/
H A DStatus.h55 EX_NONE = 0, enumerator in enum:android::binder::final::Exception
123 bool isOk() const { return mException == EX_NONE; }
137 // If |mException| != EX_NONE, we write |mMessage| as well.
139 int32_t mException = EX_NONE;

Completed in 37 milliseconds