Searched refs:max_temp (Results 1 – 9 of 9) sorted by relevance
/hardware/google/pixel/pixelstats/include/pixelstats/ |
D | TempResidencyReporter.h | 33 float max_temp, min_temp; member
|
D | BatteryEEPROMReporter.h | 98 int8_t max_temp; member
|
/hardware/google/pixel/pixelstats/ |
D | BatteryEEPROMReporter.cpp | 114 hist.max_temp = (int8_t)histv2.maxtemp * 3 + 22; in checkAndReport() 146 &hist.min_temp, &hist.max_temp, &hist.max_vbatt, in checkAndReport() 178 + hist.max_temp + hist.min_temp + hist.max_vbatt in checkLogEvent() 212 hist.max_temp, hist.min_temp, hist.max_vbatt, hist.min_vbatt, hist.max_ibatt, in reportEvent() 242 val.set<VendorAtomValue::intValue>(hist.max_temp); in reportEvent() 372 maxfg_hist.max_temp = (nMaxMinTemp >> 8) & 0x00FF; in checkAndReportMaxfgHistory() 464 params.max_temp = (int8_t)(event[8] >> 8); /* avgtemp */ in checkAndReportFGLearning()
|
D | TempResidencyReporter.cpp | 69 if (!sscanf(data + offset, "MAX_TEMP: %f\n%n", &temp_residency_stats.max_temp, in parse_file_contents() 177 tmp_atom_value.set<VendorAtomValue::floatValue>(temp_residency_stats.max_temp); in logTempResidencyStats()
|
D | pixelatoms.proto | 453 optional int32 max_temp = 14; field 1488 optional float max_temp = 24; field
|
/hardware/google/pixel/thermal/utils/ |
D | thermal_stats_helper.cpp | 323 if (temperature > sensor_temp_stats.max_temp) { in updateSensorTempStatsByThreshold() 324 sensor_temp_stats.max_temp = temperature; in updateSensorTempStatsByThreshold() 440 temp_stats.max_temp = std::numeric_limits<float>::min(); in reportAllSensorTempStats() 469 tmp.set<VendorAtomValue::floatValue>(sensor_temp_stats.max_temp); in reportSensorTempStats()
|
D | thermal_stats_helper.h | 106 float max_temp = std::numeric_limits<float>::min();
|
D | thermal_info.cpp | 140 float max_temp = getFloatFromValue(values[1]); in getTempRangeInfoFromJsonValues() local 142 if (std::isnan(min_temp) || std::isnan(max_temp)) { in getTempRangeInfoFromJsonValues() 144 << max_temp; in getTempRangeInfoFromJsonValues() 148 if (min_temp > max_temp) { in getTempRangeInfoFromJsonValues() 150 << ") > temp_max_threshold(" << max_temp << ")"; in getTempRangeInfoFromJsonValues() 154 temp_range_info->max_temp_threshold = max_temp; in getTempRangeInfoFromJsonValues()
|
/hardware/google/pixel/thermal/ |
D | Thermal.cpp | 643 *dump_buf << " Max Temp: " << sensor_temp_stats.max_temp << ", TimeStamp: " in dumpThermalStats()
|