Home
last modified time | relevance | path

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

/system/libhwbinder/include/hwbinder/
DIPCThreadState.h145 status_t mLastError; variable
/system/libhwbinder/
DIPCThreadState.cpp346 const status_t err = mLastError; in clearLastError()
347 mLastError = NO_ERROR; in clearLastError()
641 return (mLastError = err); in transact()
884 mLastError = err; in waitForResponse()
1024 return (mLastError = err); in writeTransactionData()
1284 mLastError = result; in executeCommand()
/system/libvintf/
Dparse_xml.cpp152 inline const std::string& lastError() const override { return mLastError; } in lastError()
167 bool ret = deserialize(object, root, &mLastError); in deserialize()
171 bool ret = (*this)(o, xml, &mLastError); in deserialize()
402 mutable std::string mLastError; member