Searched refs:committedStats (Results 1 – 2 of 2) sorted by relevance
36 out List<ParcelFileDescriptor> committedStats); in getCommittedStats() argument47 out List<ParcelFileDescriptor> committedStats, out ProcessStats mergedStats); in getCommittedStatsMerged() argument
546 List<ParcelFileDescriptor> committedStats) {547 return getCommittedStatsMerged(highWaterMarkMs, section, doAggregate, committedStats,561 List<ParcelFileDescriptor> committedStats, ProcessStats mergedStats) {593 } else if (committedStats != null) {594 committedStats.add(protoToParcelFileDescriptor(stats, section));607 if (doAggregate && committedStats != null) {608 committedStats.add(protoToParcelFileDescriptor(mergedStats, section));