Searched refs:min_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 | 100 int8_t min_temp; member
|
/hardware/google/pixel/pixelstats/ |
D | BatteryEEPROMReporter.cpp | 115 hist.min_temp = (int8_t)histv2.mintemp * 3 - 20; 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() 244 val.set<VendorAtomValue::intValue>(hist.min_temp); in reportEvent() 373 maxfg_hist.min_temp = nMaxMinTemp & 0x00FF; in checkAndReportMaxfgHistory() 465 params.min_temp = (int8_t)(event[9] >> 8); /* temp */ in checkAndReportFGLearning()
|
D | TempResidencyReporter.cpp | 79 if (!sscanf(data + offset, "MIN_TEMP: %f\n%n", &temp_residency_stats.min_temp, in parse_file_contents() 181 tmp_atom_value.set<VendorAtomValue::floatValue>(temp_residency_stats.min_temp); in logTempResidencyStats()
|
D | pixelatoms.proto | 455 optional int32 min_temp = 15; field 1490 optional float min_temp = 26; field
|
/hardware/google/pixel/thermal/utils/ |
D | thermal_stats_helper.cpp | 327 if (temperature < sensor_temp_stats.min_temp) { in updateSensorTempStatsByThreshold() 328 sensor_temp_stats.min_temp = temperature; in updateSensorTempStatsByThreshold() 441 temp_stats.min_temp = std::numeric_limits<float>::max(); in reportAllSensorTempStats() 474 tmp.set<VendorAtomValue::floatValue>(sensor_temp_stats.min_temp); in reportSensorTempStats()
|
D | thermal_stats_helper.h | 108 float min_temp = std::numeric_limits<float>::max();
|
D | thermal_info.cpp | 139 float min_temp = getFloatFromValue(values[0]); in getTempRangeInfoFromJsonValues() local 142 if (std::isnan(min_temp) || std::isnan(max_temp)) { in getTempRangeInfoFromJsonValues() 143 LOG(ERROR) << "Illegal temp range: thresholds not defined properly " << min_temp << " : " in getTempRangeInfoFromJsonValues() 148 if (min_temp > max_temp) { in getTempRangeInfoFromJsonValues() 149 LOG(ERROR) << "Illegal temp range: temp_min_threshold(" << min_temp in getTempRangeInfoFromJsonValues() 153 temp_range_info->min_temp_threshold = min_temp; in getTempRangeInfoFromJsonValues()
|
/hardware/google/pixel/thermal/ |
D | Thermal.cpp | 645 *dump_buf << " Min Temp: " << sensor_temp_stats.min_temp << ", TimeStamp: " in dumpThermalStats()
|