Home
last modified time | relevance | path

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

/system/libhwbinder/
DIPCThreadState.cpp348 const status_t err = mLastError; in clearLastError()
349 mLastError = NO_ERROR; in clearLastError()
644 return (mLastError = err); in transact()
888 mLastError = err; in waitForResponse()
1024 return (mLastError = err); in writeTransactionData()
1282 mLastError = result; in executeCommand()
/system/libhwbinder/include/hwbinder/
DIPCThreadState.h171 status_t mLastError; variable
/system/libvintf/
Dparse_xml.cpp151 inline const std::string& lastError() const override { return mLastError; } in lastError()
166 bool ret = deserialize(object, root, &mLastError); in deserialize()
170 bool ret = (*this)(o, xml, &mLastError); in deserialize()
401 mutable std::string mLastError; member