Home
last modified time | relevance | path

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

/hardware/google/pixel/health/
DBatteryMetricsLogger.cpp53 if (kStatsSnapshotType[type] < 0) in uploadOutlierMetric()
56 reportBatteryHealthSnapshot(stats_client, kStatsSnapshotType[type], min_[type][TEMP], in uploadOutlierMetric()
59 reportBatteryHealthSnapshot(stats_client, kStatsSnapshotType[type] + 1, max_[type][TEMP], in uploadOutlierMetric()
109 if ((metric == RES && num_res_samples_ == 0) || kStatsSnapshotType[metric] < 0) in uploadMetrics()
173 kStatsSnapshotType[metric] < 0) in recordSample()
/hardware/google/pixel/health/include/pixelhealth/
DBatteryMetricsLogger.h64 const int kStatsSnapshotType[NUM_FIELDS] = { variable