Searched refs:lastError (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/libs/hwui/debug/ |
D | GlesErrorCheckWrapper.cpp | 27 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/ |
D | SharedLibrary.h | 32 const char *lastError() const;
|
D | PluginLoader.h | 74 library->lastError()); in loadOne()
|
/frameworks/av/include/mediadrm/ |
D | SharedLibrary.h | 32 const char *lastError() const;
|
/frameworks/av/drm/libmediadrm/ |
D | SharedLibrary.cpp | 52 const char *SharedLibrary::lastError() const { in lastError() function in android::SharedLibrary
|
/frameworks/av/include/media/ |
D | PluginLoader.h | 74 library->lastError()); in loadOne()
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | Tethering.java | 147 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/ |
D | StatsdStats.h | 360 void noteLogLost(int32_t wallClockTimeSec, int32_t count, int32_t lastError,
|
D | StatsdStats.cpp | 198 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/ |
D | IpServer.java | 121 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/ |
D | test.cpp | 489 << vintf::gHalManifestConverter.lastError(); in TEST_F()
|
/frameworks/base/services/ |
D | art-profile | 206 HSPLandroid/net/ip/IpServer;->lastError()I
|