HomeSort by relevance Sort by last modified time
    Searched defs:EX_NONE (Results 1 - 2 of 2) sorted by null

  /frameworks/native/libs/binder/include/binder/
Status.h 56 EX_NONE = 0,
132 bool isOk() const { return mException == EX_NONE; }
146 // If |mException| != EX_NONE, we write |mMessage| as well.
148 int32_t mException = EX_NONE;
  /system/libhidl/base/include/hidl/
Status.h 57 EX_NONE = 0,
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 57 milliseconds