Searched refs:hist (Results 1 – 2 of 2) sorted by relevance
/hardware/google/pixel/pixelstats/ |
D | BatteryEEPROMReporter.cpp | 63 struct BatteryHistory hist; in checkAndReport() local 76 &hist.cycle_cnt, &hist.full_cap, &hist.esr, in checkAndReport() 77 &hist.rslow, &hist.batt_temp, &hist.soh, in checkAndReport() 78 &hist.cc_soc, &hist.cutoff_soc, &hist.msoc, in checkAndReport() 79 &hist.sys_soc, &hist.reserve, &hist.batt_soc, in checkAndReport() 80 &hist.min_temp, &hist.max_temp, &hist.max_vbatt, in checkAndReport() 81 &hist.min_vbatt, &hist.max_ibatt, &hist.min_ibatt, in checkAndReport() 82 &hist.checksum); in checkAndReport() 89 if (checkLogEvent(hist)) { in checkAndReport() 90 reportEvent(stats_client, hist); in checkAndReport() [all …]
|
/hardware/google/pixel/pixelstats/include/pixelstats/ |
D | BatteryEEPROMReporter.h | 105 bool checkLogEvent(struct BatteryHistory hist); 107 const struct BatteryHistory &hist);
|