Searched refs:LocalEventLog (Results 1 – 4 of 4) sorted by relevance
38 public class LocalEventLog<T> { class108 public LocalEventLog(int size, Class<T> clazz) { in LocalEventLog() method in LocalEventLog211 public static <T> void iterate(LogConsumer<? super T> consumer, LocalEventLog<T>... logs) { in iterate()212 ArrayList<LocalEventLog<T>.LogIterator> its = new ArrayList<>(logs.length); in iterate()213 for (LocalEventLog<T> log : logs) { in iterate()214 LocalEventLog<T>.LogIterator it = log.new LogIterator(); in iterate()222 LocalEventLog<T>.LogIterator next = null; in iterate()223 for (LocalEventLog<T>.LogIterator it : its) { in iterate()281 synchronized (LocalEventLog.this) { in LogIterator()282 mModificationCount = LocalEventLog.this.mModificationCount; in LogIterator()[all …]
48 public class LocationEventLog extends LocalEventLog<Object> {626 private static final class LocationsEventLog extends LocalEventLog<Object> {
1930 …id/server/location/eventlog/LocalEventLog;->addLog(JLjava/lang/Object;)V+]Lcom/android/server/loca…1931 …er/location/eventlog/LocalEventLog;->addLogEventInternal(ZILjava/lang/Object;)V+]Lcom/android/serv…
13948 PLcom/android/server/location/eventlog/LocalEventLog;-><clinit>()V13949 PLcom/android/server/location/eventlog/LocalEventLog;-><init>(ILjava/lang/Class;)V13950 HPLcom/android/server/location/eventlog/LocalEventLog;->addLog(JLjava/lang/Object;)V13951 HPLcom/android/server/location/eventlog/LocalEventLog;->addLogEventInternal(ZILjava/lang/Object;)V13952 PLcom/android/server/location/eventlog/LocalEventLog;->countTrailingZeros(I)I13953 PLcom/android/server/location/eventlog/LocalEventLog;->createEntry(ZI)I13954 PLcom/android/server/location/eventlog/LocalEventLog;->incrementIndex(I)I13955 PLcom/android/server/location/eventlog/LocalEventLog;->isEmpty()Z13956 PLcom/android/server/location/eventlog/LocalEventLog;->wrapIndex(I)I