HomeSort by relevance Sort by last modified time
    Searched refs:LogEntry (Results 1 - 12 of 12) sorted by null

  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/
LogReceiver.java 29 private final static int ENTRY_HEADER_SIZE = 20; // 2*2 + 4*4; see LogEntry.
34 public final static class LogEntry {
40 /** pid of the process that generated this {@link LogEntry} */
42 /** tid of the process that generated this {@link LogEntry} */
54 * with {@link LogEntry} objects coming from log service through a {@link LogReceiver}.
57 * <li>{@link #newEntry(com.android.ddmlib.log.LogReceiver.LogEntry)} provides a
58 * first level of parsing, extracting {@link LogEntry} objects out of the log service output.</li>
65 * Sent when a new {@link LogEntry} has been parsed by the {@link LogReceiver}.
68 public void newEntry(LogEntry entry);
79 /** Current {@link LogEntry} being read, before sending it to the listener. *
    [all...]
GcEventContainer.java 20 import com.android.ddmlib.log.LogReceiver.LogEntry;
51 GcEventContainer(LogEntry entry, int tag, Object data) {
EventContainer.java 19 import com.android.ddmlib.log.LogReceiver.LogEntry;
178 * Creates an {@link EventContainer} from a {@link LogEntry}.
179 * @param entry the LogEntry from which pid, tid, and time info is copied.
183 EventContainer(LogEntry entry, int tag, Object data) {
EventLogParser.java 24 import com.android.ddmlib.log.LogReceiver.LogEntry;
246 public EventContainer parse(LogEntry entry) {
  /cts/tools/host/src/com/android/cts/
MultiplexingLogListener.java 20 import com.android.ddmlib.log.LogReceiver.LogEntry;
57 public void newEntry(LogEntry entry) {
ReferenceAppTestPackage.java 24 import com.android.ddmlib.log.LogReceiver.LogEntry;
156 public void newEntry(LogEntry entry) {
  /sdk/dumpeventlog/src/com/android/dumpeventlog/
DumpEventLog.java 26 import com.android.ddmlib.log.LogReceiver.LogEntry;
59 public void newEntry(LogEntry entry) {
  /sdk/eventanalyzer/src/com/android/eventanalyzer/
EventAnalyzer.java 29 import com.android.ddmlib.log.LogReceiver.LogEntry;
404 // we ignore raw data. New entries are processed in #newEntry(LogEntry)
409 * @see com.android.ddmlib.log.LogReceiver.ILogListener#newEntry(com.android.ddmlib.log.LogReceiver.LogEntry)
411 public void newEntry(LogEntry entry) {
  /packages/apps/Music/src/com/android/music/
MusicUtils.java     [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
EventLogPanel.java 27 import com.android.ddmlib.log.LogReceiver.LogEntry;
679 * Processes a new {@link LogEntry} by parsing it with {@link EventLogParser} and displaying it.
681 * @see LogReceiver.ILogListener#newEntry(LogEntry)
684 public void newEntry(LogEntry entry) {
  /prebuilt/common/osgi/
osgi.jar 
  /prebuilt/common/ddmlib/
ddmlib-prebuilt.jar 

Completed in 1451 milliseconds