Home
last modified time | relevance | path

Searched refs:lastError (Results 1 – 11 of 11) 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/drm/libmediadrm/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/media/libmedia/include/media/
DPluginLoader.h74 library->lastError()); in loadOne()
/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/
DTethering.java172 public int lastError; field in Tethering.TetherState
178 lastError = TETHER_ERROR_NO_ERROR; in TetherState()
815 return tetherState.lastError; in getLastTetherError()
861 if (tetherState.lastError != TETHER_ERROR_NO_ERROR) { in sendTetherStateChangedBroadcast()
863 lastErrorList.add(tetherState.lastError); in sendTetherStateChangedBroadcast()
1351 if (tetherState.lastError != TETHER_ERROR_NO_ERROR) { in getErroredIfaces()
1668 if (who.lastError() != TETHER_ERROR_NO_ERROR) { in handleInterfaceServingStateInactive()
2261 pw.println(" - lastError = " + tetherState.lastError); in dump()
2311 public void updateInterfaceState(IpServer who, int state, int lastError) { in makeControlCallback()
2312 notifyInterfaceStateChange(who, state, lastError); in makeControlCallback()
[all …]
/frameworks/base/cmds/statsd/src/guardrail/
DStatsdStats.h360 void noteLogLost(int32_t wallClockTimeSec, int32_t count, int32_t lastError,
DStatsdStats.cpp197 void StatsdStats::noteLogLost(int32_t wallClockTimeSec, int32_t count, int32_t lastError, in noteLogLost() argument
203 mLogLossStats.emplace_back(wallClockTimeSec, count, lastError, lastTag, uid, pid); in noteLogLost()
/frameworks/base/packages/Tethering/common/TetheringLib/src/android/net/
DTetheringManager.java1061 final Integer lastError = mErrorStates.get(iface);
1064 && !Objects.equals(lastError, newError)) {
/frameworks/base/packages/Tethering/src/android/net/ip/
DIpServer.java136 public void updateInterfaceState(IpServer who, int state, int lastError) { } in updateInterfaceState() argument
344 public int lastError() { in lastError() method in IpServer
/frameworks/native/cmds/lshal/
Dtest.cpp516 << vintf::gHalManifestConverter.lastError(); in TEST_F()
/frameworks/base/services/
Dart-profile206 HSPLandroid/net/ip/IpServer;->lastError()I