HomeSort by relevance Sort by last modified time
    Searched refs:mLastError (Results 1 - 4 of 4) sorted by null

  /frameworks/compile/slang/
slang_rs_reflection.h 43 std::string mLastError;
46 inline void setError(const std::string &Error) { mLastError = Error; }
331 mLastError(""),
344 if (mLastError.empty())
347 return mLastError.c_str();
  /frameworks/native/include/binder/
IPCThreadState.h 116 status_t mLastError;
  /frameworks/native/libs/binder/
IPCThreadState.cpp 359 const status_t err = mLastError;
360 mLastError = NO_ERROR;
531 return (mLastError = err);
751 mLastError = err;
884 return (mLastError = err);
    [all...]
  /frameworks/base/services/java/com/android/server/connectivity/
Tethering.java 785 int mLastError;
820 res += " - lastError =" + mLastError;
826 return mLastError;
832 mLastError = error;
    [all...]

Completed in 220 milliseconds