HomeSort by relevance Sort by last modified time
    Searched defs:ErrorLog (Results 1 - 2 of 2) sorted by null

  /system/media/audio_utils/include/audio_utils/
ErrorLog.h 34 * ErrorLog captures audio errors codes, combining consecutive identical error codes
43 class ErrorLog {
46 * \brief Creates an ErrorLog object
52 explicit ErrorLog(size_t entries, int64_t aggregateNs = 1000000000 /* one second */)
  /external/autotest/frontend/client/src/autotest/common/ui/
NotifyManager.java 62 static class ErrorLog extends Composite {
67 public ErrorLog() {
88 protected ErrorLog errorLog = new ErrorLog();
108 RootPanel.get("error_log").add(errorLog);
109 errorLog.setVisible(false);
135 errorLog.logError(message);
136 errorLog.setVisible(true);

Completed in 131 milliseconds