Home
last modified time | relevance | path

Searched refs:max_temp (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/google/pixel/pixelstats/
H A DBatteryEEPROMReporter.cpp80 &hist.min_temp, &hist.max_temp, &hist.max_vbatt, in checkAndReport()
112 + hist.max_temp + hist.min_temp + hist.max_vbatt in checkLogEvent()
143 hist.max_temp, hist.min_temp, hist.max_vbatt, hist.min_vbatt, hist.max_ibatt, in reportEvent()
173 val.set<VendorAtomValue::intValue>(hist.max_temp); in reportEvent()
H A Dpixelatoms.proto377 optional int32 max_temp = 14; field
/aosp12/system/core/init/
H A Dperfboot.py110 max_temp = 0
113 max_temp = max(max_temp, temp)
116 return max_temp
/aosp12/hardware/google/pixel/pixelstats/include/pixelstats/
H A DBatteryEEPROMReporter.h85 int8_t max_temp; member