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
604 List<ParcelFileDescriptor> committedStats) {605 return getCommittedStatsMerged(highWaterMarkMs, section, doAggregate, committedStats,619 List<ParcelFileDescriptor> committedStats, ProcessStats mergedStats) {651 } else if (committedStats != null) {652 committedStats.add(protoToParcelFileDescriptor(stats, section));665 if (doAggregate && committedStats != null) {666 committedStats.add(protoToParcelFileDescriptor(mergedStats, section));