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

  /external/libchrome/base/metrics/
histogram_flattener.h 18 // HistogramFlattener is an interface used by HistogramSnapshotManager, which
22 class BASE_EXPORT HistogramFlattener {
42 HistogramFlattener() {}
43 virtual ~HistogramFlattener() {}
46 DISALLOW_COPY_AND_ASSIGN(HistogramFlattener);
histogram_snapshot_manager.h 19 class HistogramFlattener;
30 explicit HistogramSnapshotManager(HistogramFlattener* histogram_flattener);
62 HistogramFlattener* histogram_flattener_; // Weak.
histogram_delta_serialization.h 23 class BASE_EXPORT HistogramDeltaSerialization : public HistogramFlattener {
41 // HistogramFlattener implementation.
histogram_snapshot_manager.cc 16 HistogramFlattener* histogram_flattener)
histogram_snapshot_manager_unittest.cc 18 class HistogramFlattenerDeltaRecorder : public HistogramFlattener {
  /system/core/metricsd/uploader/
upload_service.h 65 class UploadService : public base::HistogramFlattener, public brillo::Daemon {
92 // Implements inconsistency detection to match HistogramFlattener's

Completed in 160 milliseconds