Home
last modified time | relevance | path

Searched refs:lastError (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/libs/hwui/debug/
DGlesErrorCheckWrapper.cpp27 GLenum lastError = GL_NO_ERROR; in assertNoErrors() local
30 lastError = status; in assertNoErrors()
53 LOG_ALWAYS_FATAL_IF(lastError != GL_NO_ERROR, "%s error! %s (0x%x)", apicall, lastErrorName, in assertNoErrors()
54 lastError); in assertNoErrors()
/frameworks/av/media/libmedia/include/media/
DSharedLibrary.h32 const char *lastError() const;
DPluginLoader.h74 library->lastError()); in loadOne()
/frameworks/av/include/mediadrm/
DSharedLibrary.h32 const char *lastError() const;
/frameworks/av/drm/libmediadrm/
DSharedLibrary.cpp52 const char *SharedLibrary::lastError() const { in lastError() function in android::SharedLibrary
/frameworks/av/include/media/
DPluginLoader.h74 library->lastError()); in loadOne()
/frameworks/base/services/core/java/com/android/server/connectivity/
DTethering.java147 public int lastError; field in Tethering.TetherState
153 lastError = TETHER_ERROR_NO_ERROR; in TetherState()
532 return tetherState.lastError; in getLastTetherError()
555 if (tetherState.lastError != TETHER_ERROR_NO_ERROR) { in sendTetherStateChangedBroadcast()
1012 if (tetherState.lastError != TETHER_ERROR_NO_ERROR) { in getErroredIfaces()
1323 if (who.lastError() != TETHER_ERROR_NO_ERROR) { in handleInterfaceServingStateInactive()
1760 pw.println(" - lastError = " + tetherState.lastError); in dump()
1794 public void updateInterfaceState(IpServer who, int state, int lastError) { in makeControlCallback()
1795 notifyInterfaceStateChange(who, state, lastError); in makeControlCallback()
1812 tetherState.lastError = error;
/frameworks/base/cmds/statsd/src/guardrail/
DStatsdStats.h360 void noteLogLost(int32_t wallClockTimeSec, int32_t count, int32_t lastError,
DStatsdStats.cpp198 void StatsdStats::noteLogLost(int32_t wallClockTimeSec, int32_t count, int32_t lastError, in noteLogLost() argument
204 mLogLossStats.emplace_back(wallClockTimeSec, count, lastError, lastTag, uid, pid); in noteLogLost()
/frameworks/base/services/net/java/android/net/ip/
DIpServer.java121 public void updateInterfaceState(IpServer who, int state, int lastError) {} in updateInterfaceState() argument
249 public int lastError() { return mLastError; } in lastError() method in IpServer
/frameworks/native/cmds/lshal/
Dtest.cpp489 << vintf::gHalManifestConverter.lastError(); in TEST_F()
/frameworks/base/services/
Dart-profile206 HSPLandroid/net/ip/IpServer;->lastError()I