Home
last modified time | relevance | path

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

/aosp12/hardware/google/pixel/health/
H A DBatteryMetricsLogger.cpp53 if (kStatsSnapshotType[type] < 0) in uploadOutlierMetric()
57 min_stats_ss.set_type(toBatterySnapshotType(kStatsSnapshotType[type])); in uploadOutlierMetric()
66 max_stats_ss.set_type(toBatterySnapshotType(kStatsSnapshotType[type] + 1)); in uploadOutlierMetric()
130 if ((metric == RES && num_res_samples_ == 0) || kStatsSnapshotType[metric] < 0) in uploadMetrics()
194 kStatsSnapshotType[metric] < 0) in recordSample()
/aosp12/hardware/google/pixel/health/include/pixelhealth/
H A DBatteryMetricsLogger.h59 const int kStatsSnapshotType[NUM_FIELDS] = { variable