Home
last modified time | relevance | path

Searched refs:min_polling_count (Results 1 – 3 of 3) sorted by relevance

/hardware/google/pixel/thermal/utils/
Dthermal_info.h106 int min_polling_count; member
Dthermal_info.cpp175 int min_polling_count = getIntFromValue(values["MinPollingCount"]); in getTempStuckInfoFromJsonValue() local
176 if (min_polling_count <= 0) { in getTempStuckInfoFromJsonValue()
177 LOG(ERROR) << "Invalid Minimum stuck duration " << min_polling_count; in getTempStuckInfoFromJsonValue()
181 temp_stuck_info->min_polling_count = min_polling_count; in getTempStuckInfoFromJsonValue()
182 LOG(INFO) << "Temp Stuck Info: polling_count=" << temp_stuck_info->min_polling_count in getTempStuckInfoFromJsonValue()
Dthermal_stats_helper.cpp373 if (temp_stuck_info->min_polling_count <= curr_temp_status.repeat_count) { in verifySensorAbnormality()
379 << temp_stuck_info->min_polling_count << " times for " in verifySensorAbnormality()