Home
last modified time | relevance | path

Searched refs:LocalEventLog (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/location/eventlog/
DLocalEventLog.java38 public class LocalEventLog<T> { class
108 public LocalEventLog(int size, Class<T> clazz) { in LocalEventLog() method in LocalEventLog
211 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 …]
DLocationEventLog.java48 public class LocationEventLog extends LocalEventLog<Object> {
626 private static final class LocationsEventLog extends LocalEventLog<Object> {
/frameworks/base/services/
Dart-profile1930 …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…
Dart-wear-profile13948 PLcom/android/server/location/eventlog/LocalEventLog;-><clinit>()V
13949 PLcom/android/server/location/eventlog/LocalEventLog;-><init>(ILjava/lang/Class;)V
13950 HPLcom/android/server/location/eventlog/LocalEventLog;->addLog(JLjava/lang/Object;)V
13951 HPLcom/android/server/location/eventlog/LocalEventLog;->addLogEventInternal(ZILjava/lang/Object;)V
13952 PLcom/android/server/location/eventlog/LocalEventLog;->countTrailingZeros(I)I
13953 PLcom/android/server/location/eventlog/LocalEventLog;->createEntry(ZI)I
13954 PLcom/android/server/location/eventlog/LocalEventLog;->incrementIndex(I)I
13955 PLcom/android/server/location/eventlog/LocalEventLog;->isEmpty()Z
13956 PLcom/android/server/location/eventlog/LocalEventLog;->wrapIndex(I)I