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

  /frameworks/native/include/binder/
IPCThreadState.h 120 status_t mLastError;
  /frameworks/compile/slang/
slang_rs_reflection.h 87 std::string mLastError;
97 inline void setError(const std::string &Error) { mLastError = Error; }
249 if (mLastError.empty())
252 return mLastError.c_str();
  /frameworks/base/services/core/java/com/android/server/connectivity/
Tethering.java 766 int mLastError;
801 res += " - lastError =" + mLastError;
807 return mLastError;
813 mLastError = error;
    [all...]

Completed in 301 milliseconds