Home
last modified time | relevance | path

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

/frameworks/av/drm/libmediadrm/
DSharedLibrary.cpp52 const char *SharedLibrary::lastError() const { in lastError() function in android::SharedLibrary
/frameworks/base/services/core/java/com/android/server/connectivity/tethering/
DIControlsTethering.java39 int state, int lastError); in notifyInterfaceStateChange()
DTetherInterfaceStateMachine.java128 public int lastError() { return mLastError; } in lastError() method in TetherInterfaceStateMachine
/frameworks/base/libs/hwui/debug/
DGlesErrorCheckWrapper.cpp27 GLenum lastError = GL_NO_ERROR; in assertNoErrors() local
/frameworks/base/services/core/java/com/android/server/connectivity/
DTethering.java137 public int lastError; field in Tethering.TetherState