Home
last modified time | relevance | path

Searched refs:EX_NONE (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/binder/
DStatus.cpp89 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()
/frameworks/native/libs/binder/include/binder/
DStatus.h56 EX_NONE = 0, enumerator
132 bool isOk() const { return mException == EX_NONE; } in isOk()
148 int32_t mException = EX_NONE;