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

  /frameworks/native/include/binder/
Status.h 55 EX_NONE = 0,
123 bool isOk() const { return mException == EX_NONE; }
137 // If |mException| != EX_NONE, we write |mMessage| as well.
139 int32_t mException = EX_NONE;
  /frameworks/native/libs/binder/
Status.cpp 79 mException = EX_NONE;
82 if (mException == EX_NONE) {
115 if (mException == EX_NONE) {
140 mException = (status == NO_ERROR) ? EX_NONE : EX_TRANSACTION_FAILED;
147 if (mException == EX_NONE) {
  /system/weaved/libweaved/
command.cc 31 if (exception_code == android::binder::Status::EX_NONE)

Completed in 527 milliseconds