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

/system/libhidl/base/include/hidl/
H A DStatus.h57 EX_NONE = 0, enumerator in enum:android::hardware::final::Exception
109 bool isOk() const { return mException == EX_NONE; }
123 // If |mException| != EX_NONE, we write |mMessage| as well.
124 int32_t mException = EX_NONE;

Completed in 174 milliseconds