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 776 int mLastError;
811 res += " - lastError =" + mLastError;
817 return mLastError;
823 mLastError = error;
    [all...]

Completed in 102 milliseconds