Searched refs:EX_NONE (Results 1 – 2 of 2) sorted by relevance
79 mException = EX_NONE; in readFromParcel()82 if (mException == EX_NONE) { in readFromParcel()115 if (mException == EX_NONE) { in writeToParcel()140 mException = (status == NO_ERROR) ? EX_NONE : EX_TRANSACTION_FAILED; in setFromStatusT()147 if (mException == EX_NONE) { in toString8()
55 EX_NONE = 0, enumerator123 bool isOk() const { return mException == EX_NONE; } in isOk()139 int32_t mException = EX_NONE;