Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DGraphicsStatsService.java115 saveBuffer((HistoricalBuffer) msg.obj); in GraphicsStatsService()
223 private void saveBuffer(HistoricalBuffer buffer) { in saveBuffer()
280 HistoricalBuffer data = new HistoricalBuffer(buffer); in addToSaveQueue()
322 private HashSet<File> dumpActiveLocked(long dump, ArrayList<HistoricalBuffer> buffers) { in dumpActiveLocked()
325 HistoricalBuffer buffer = buffers.get(i); in dumpActiveLocked()
359 ArrayList<HistoricalBuffer> buffers; in dump()
364 buffers.add(new HistoricalBuffer(mActive.get(i))); in dump()
439 private final class HistoricalBuffer { class in GraphicsStatsService
442 HistoricalBuffer(ActiveBuffer active) throws IOException { in HistoricalBuffer() method in GraphicsStatsService.HistoricalBuffer
/frameworks/base/services/
Dart-profile1166 HSPLcom/android/server/GraphicsStatsService$HistoricalBuffer;-><init>(Lcom/android/server/GraphicsS…
1181 …rver/GraphicsStatsService;->saveBuffer(Lcom/android/server/GraphicsStatsService$HistoricalBuffer;)V