Home
last modified time | relevance | path

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

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