Searched refs:EX_NONE (Results 1 – 2 of 2) sorted by relevance
89 mException = EX_NONE; in readFromParcel()92 if (mException == EX_NONE) { in readFromParcel()135 if (mException == EX_NONE) { in writeToParcel()161 mException = (status == NO_ERROR) ? EX_NONE : EX_TRANSACTION_FAILED; in setFromStatusT()168 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;