HomeSort by relevance Sort by last modified time
    Searched refs:EX_NONE (Results 1 - 6 of 6) 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;
  /frameworks/native/libs/binder/
Status.cpp 89 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) {
  /system/libhidl/base/
Status.cpp 65 EXCEPTION_TO_STRING_PAIR(EX_NONE),
115 mException = (status == NO_ERROR) ? EX_NONE : EX_TRANSACTION_FAILED;
127 if (s.exceptionCode() == Status::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;
  /system/libhidl/transport/
HidlBinderSupport.cpp 161 exception = Status::EX_NONE;
164 if (exception == Status::EX_NONE) {
191 if (s.exceptionCode() == Status::EX_NONE) {
  /frameworks/base/services/core/jni/
com_android_server_VibratorService.cpp 67 // STATUS::EX_NONE.
69 Return<R> ret{Status::fromExceptionCode(Status::EX_NONE)};

Completed in 510 milliseconds