Searched refs:mLastError (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/connectivity/tethering/
H A DTetherInterfaceStateMachine.java95 private int mLastError; field in class:TetherInterfaceStateMachine
110 mLastError = ConnectivityManager.TETHER_ERROR_NO_ERROR;
128 public int lastError() { return mLastError; }
190 mIfaceName, TetherInterfaceStateMachine.this, newInterfaceState, mLastError);
205 mLastError = ConnectivityManager.TETHER_ERROR_NO_ERROR;
236 mLastError = ConnectivityManager.TETHER_ERROR_IFACE_CFG_ERROR;
244 mLastError = ConnectivityManager.TETHER_ERROR_TETHER_IFACE_ERROR;
265 mLastError = ConnectivityManager.TETHER_ERROR_UNTETHER_IFACE_ERROR;
293 mLastError = ConnectivityManager.TETHER_ERROR_MASTER_ERROR;
312 if (mLastError !
[all...]
/frameworks/compile/slang/
H A Dslang_rs_reflection.h88 std::string mLastError; member in class:slang::RSReflectionJava
98 inline void setError(const std::string &Error) { mLastError = Error; }
261 if (mLastError.empty())
264 return mLastError.c_str();
H A Dslang_rs_reflection.cpp397 mNextExportReduceSlot(0), mLastError(""),
/frameworks/native/include/binder/
H A DIPCThreadState.h124 status_t mLastError; member in class:android::IPCThreadState
/frameworks/native/libs/binder/include/binder/
H A DIPCThreadState.h124 status_t mLastError; member in class:android::IPCThreadState
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp353 const status_t err = mLastError;
354 mLastError = NO_ERROR;
582 return (mLastError = err);
807 mLastError = err;
941 return (mLastError = err);
1148 mLastError = result;

Completed in 96 milliseconds