Home
last modified time | relevance | path

Searched refs:LogEvent (Results 1 – 2 of 2) sorted by relevance

/cts/tests/camera/src/android/hardware/multiprocess/camera/cts/
DErrorLoggingService.java77 private final ArrayList<LogEvent> mLog = new ArrayList<>();
110 ArrayList<LogEvent> mErrorLog;
113 MainHandler(ArrayList<LogEvent> log, ArrayList<Pair<Integer, Messenger>> waiters) { in MainHandler()
124 for (LogEvent i : mErrorLog) { in sendMessages()
129 mErrorLog.toArray(new LogEvent[mErrorLog.size()])); in sendMessages()
169 b.setClassLoader(LogEvent.class.getClassLoader()); in handleMessage()
170 LogEvent error = b.getParcelable(LOG_EVENT); in handleMessage()
186 public static class LogEvent implements Parcelable { class in ErrorLoggingService
210 public static final Parcelable.Creator<LogEvent> CREATOR
211 = new Parcelable.Creator<LogEvent>() {
[all …]
DCameraEvictionTest.java194 … List<ErrorLoggingService.LogEvent> allEvents = mErrorServiceConnection.getLog(SETUP_TIMEOUT, in testBasicCamera2ActivityEviction()
199 ArrayList<ErrorLoggingService.LogEvent> events = new ArrayList<>(); in testBasicCamera2ActivityEviction()
200 for (ErrorLoggingService.LogEvent e : allEvents) { in testBasicCamera2ActivityEviction()
213 for (ErrorLoggingService.LogEvent e : events) { in testBasicCamera2ActivityEviction()
244 List<ErrorLoggingService.LogEvent> eventList2 = null; in testBasicCamera2ActivityEviction()
307 List<ErrorLoggingService.LogEvent> events = null; in testAPI1ActivityEviction()
352 List<ErrorLoggingService.LogEvent> eventList2 = null; in testAPI1ActivityEviction()
452 public static void assertOnly(int event, List<ErrorLoggingService.LogEvent> events) { in assertOnly()
454 for (ErrorLoggingService.LogEvent e : events) { in assertOnly()
470 public static void assertNone(String msg, List<ErrorLoggingService.LogEvent> events) { in assertNone()
[all …]