Searched defs:lastError (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/drm/libmediadrm/
H A DSharedLibrary.cpp52 const char *SharedLibrary::lastError() const { function in class:android::SharedLibrary
/frameworks/base/libs/hwui/debug/
H A DGlesErrorCheckWrapper.cpp27 GLenum lastError = GL_NO_ERROR; local
30 lastError = status;
53 LOG_ALWAYS_FATAL_IF(lastError != GL_NO_ERROR,
54 "%s error! %s (0x%x)", apicall, lastErrorName, lastError);
/frameworks/base/services/core/java/com/android/server/connectivity/tethering/
H A DIControlsTethering.java36 * @param lastError one of ConnectivityManager.TETHER_ERROR_*
39 int state, int lastError);
38 notifyInterfaceStateChange(String iface, TetherInterfaceStateMachine who, int state, int lastError) argument
H A DTetherInterfaceStateMachine.java128 public int lastError() { return mLastError; } method in class:TetherInterfaceStateMachine
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DTethering.java137 public int lastError; field in class:Tethering.TetherState
143 lastError = ConnectivityManager.TETHER_ERROR_NO_ERROR;
585 return tetherState.lastError;
608 if (tetherState.lastError != ConnectivityManager.TETHER_ERROR_NO_ERROR) {
1014 if (tetherState.lastError != ConnectivityManager.TETHER_ERROR_NO_ERROR) {
1510 if (who.lastError() != ConnectivityManager.TETHER_ERROR_NO_ERROR) {
1800 pw.println(" - lastError = " + tetherState.lastError);
1832 tetherState.lastError = error;

Completed in 98 milliseconds