Searched refs:lastError (Results 1 – 11 of 11) 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/drm/libmediadrm/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/media/libmedia/include/media/ |
D | PluginLoader.h | 74 library->lastError()); in loadOne()
|
/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/ |
D | Tethering.java | 172 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/ |
D | StatsdStats.h | 360 void noteLogLost(int32_t wallClockTimeSec, int32_t count, int32_t lastError,
|
D | StatsdStats.cpp | 197 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/ |
D | TetheringManager.java | 1061 final Integer lastError = mErrorStates.get(iface); 1064 && !Objects.equals(lastError, newError)) {
|
/frameworks/base/packages/Tethering/src/android/net/ip/ |
D | IpServer.java | 136 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/ |
D | test.cpp | 516 << vintf::gHalManifestConverter.lastError(); in TEST_F()
|
/frameworks/base/services/ |
D | art-profile | 206 HSPLandroid/net/ip/IpServer;->lastError()I
|