Searched refs:EX_NONE (Results 1 – 3 of 3) sorted by relevance
99 mException = EX_NONE; in readFromParcel()102 if (mException == EX_NONE) { in readFromParcel()155 if (mException == EX_NONE) { in writeToParcel()181 mException = (status == NO_ERROR) ? EX_NONE : EX_TRANSACTION_FAILED; in setFromStatusT()188 if (mException == EX_NONE) { in toString8()
56 EX_NONE = 0, enumerator132 bool isOk() const { return mException == EX_NONE; } in isOk()148 int32_t mException = EX_NONE;
69 Return<R> ret{Status::fromExceptionCode(Status::EX_NONE)}; in halCall()