Searched refs:LogBufferEntry (Results 1 – 4 of 4) sorted by relevance
22 import com.android.systemui.dump.DumpsysEntry.LogBufferEntry43 private val buffers: MutableMap<String, LogBufferEntry> = TreeMap()129 buffers[name] = LogBufferEntry(buffer, name)146 @Synchronized fun getLogBuffers(): Collection<LogBufferEntry> = buffers.values.toList()
26 import com.android.systemui.dump.DumpsysEntry.LogBufferEntry248 logBuffers: Collection<LogBufferEntry>,365 is LogBufferEntry -> dumpBuffer(this, pw, args.tailLength)412 is LogBufferEntry -> {459 entry: LogBufferEntry,485 is LogBufferEntry -> dumpBuffer(this, pw)
45 data class LogBufferEntry( dataClass
57 lateinit var logBufferEntry1: DumpsysEntry.LogBufferEntry59 lateinit var logBufferEntry2: DumpsysEntry.LogBufferEntry76 logBufferEntry1 = DumpsysEntry.LogBufferEntry(logBuffer1, "logbuffer1")77 logBufferEntry2 = DumpsysEntry.LogBufferEntry(logBuffer2, "logbuffer2")