Searched refs:mLastError (Results 1 – 3 of 3) sorted by relevance
348 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()
171 status_t mLastError; variable
151 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