Home
last modified time | relevance | path

Searched refs:mLastError (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/tools/aapt2/unflatten/
DResChunkPullParser.cpp47 mLastError = "chunk is past the end of the document"; in next()
53 mLastError = "chunk has too small header"; in next()
58 mLastError = "chunk's total size is smaller than header"; in next()
62 mLastError = "chunk's data extends past the end of the document"; in next()
DResChunkPullParser.h76 std::string mLastError; variable
115 return mLastError; in getLastError()
/frameworks/compile/slang/
Dslang_rs_reflection.h88 std::string mLastError; variable
98 inline void setError(const std::string &Error) { mLastError = Error; } in setError()
261 if (mLastError.empty()) in getLastError()
264 return mLastError.c_str(); in getLastError()
Dslang_rs_reflection.cpp397 mNextExportReduceSlot(0), mLastError(""), in RSReflectionJava()
/frameworks/base/tools/aapt2/xml/
DXmlPullParser.cpp56 mLastError = strerror(errno); in next()
62 mLastError = XML_ErrorString(XML_GetErrorCode(mParser)); in next()
98 return mLastError; in getLastError()
DXmlPullParser.h167 std::string mLastError; variable
/frameworks/native/libs/binder/
DIPCThreadState.cpp349 const status_t err = mLastError; in clearLastError()
350 mLastError = NO_ERROR; in clearLastError()
592 return (mLastError = err); in transact()
818 mLastError = err; in waitForResponse()
952 return (mLastError = err); in writeTransactionData()
1179 mLastError = result; in executeCommand()
/frameworks/native/include/binder/
DIPCThreadState.h124 status_t mLastError; variable
/frameworks/base/services/core/java/com/android/server/connectivity/
DTethering.java1054 int mLastError; field in Tethering.TetherInterfaceSM
1089 res += " - lastError =" + mLastError; in toString()
1095 return mLastError; in getLastError()
1101 mLastError = error; in setLastError()
1139 return (mLastError != ConnectivityManager.TETHER_ERROR_NO_ERROR); in isErrored()