Home
last modified time | relevance | path

Searched defs:lastError (Results 1 – 4 of 4) 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.java55 public void updateInterfaceState(TetherInterfaceStateMachine who, int state, int lastError) {} in updateInterfaceState()
DTetherInterfaceStateMachine.java175 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