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; }
330 mLastError(""),
343 if (mLastError.empty())
346 return mLastError.c_str();
  /frameworks/native/include/binder/
IPCThreadState.h 120 status_t mLastError;
  /frameworks/native/libs/binder/
IPCThreadState.cpp 360 const status_t err = mLastError;
361 mLastError = NO_ERROR;
569 return (mLastError = err);
789 mLastError = err;
922 return (mLastError = err);
    [all...]
  /frameworks/base/services/java/com/android/server/connectivity/
Tethering.java 771 int mLastError;
806 res += " - lastError =" + mLastError;
812 return mLastError;
818 mLastError = error;
    [all...]

Completed in 658 milliseconds