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

  /frameworks/native/libs/binder/include/binder/
IPCThreadState.h 124 status_t mLastError;
  /system/libhwbinder/include/hwbinder/
IPCThreadState.h 127 status_t mLastError;
  /frameworks/compile/slang/
slang_rs_reflection.h 88 std::string mLastError;
98 inline void setError(const std::string &Error) { mLastError = Error; }
261 if (mLastError.empty())
264 return mLastError.c_str();
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/provisioning/
ProvisioningManager.java 70 private Pair<Pair<Integer, Integer>, Boolean> mLastError; // TODO: refactor
129 mLastError = null;
191 mLastError = Pair.create(Pair.create(titleId, messageId), factoryResetRequired);
234 final Pair<Pair<Integer, Integer>, Boolean> error = mLastError;
  /system/libvintf/
parse_xml.cpp 140 inline const std::string &lastError() const { return mLastError; }
162 this->mLastError = "Not a valid XML";
222 // true if deserialization is successful, false if any error, and mLastError will be
241 mLastError = "Could not find/parse attr with name \"" + attrName + "\" for element <"
250 mLastError = "Could not find attr with name \"" + attrName + "\" for element <"
260 mLastError = "Could not find element with name <" + elementName + "> in element <"
282 mLastError = "Could not find element with name <" + conv.elementName() + "> in element <"
288 mLastError = conv.lastError();
303 mLastError = conv.lastError();
314 mLastError = "Could not parse element with name <" + conv.elementName(
    [all...]
  /frameworks/base/services/core/java/com/android/server/connectivity/tethering/
TetherInterfaceStateMachine.java 95 private int mLastError;
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 != ConnectivityManager.TETHER_ERROR_NO_ERROR)
    [all...]

Completed in 172 milliseconds