Home
last modified time | relevance | path

Searched refs:count_failed_reporting (Results 1 – 2 of 2) sorted by relevance

/hardware/google/pixel/thermal/utils/
Dthermal_stats_helper.cpp412 int count_failed_reporting = in reportStats() local
416 return count_failed_reporting; in reportStats()
420 int count_failed_reporting = 0; in reportAllSensorTempStats() local
430 count_failed_reporting++; in reportAllSensorTempStats()
436 count_failed_reporting++; in reportAllSensorTempStats()
443 return count_failed_reporting; in reportAllSensorTempStats()
494 int count_failed_reporting = 0; in reportAllSensorCdevRequestStats() local
508 count_failed_reporting++; in reportAllSensorCdevRequestStats()
516 count_failed_reporting++; in reportAllSensorCdevRequestStats()
521 return count_failed_reporting; in reportAllSensorCdevRequestStats()
/hardware/google/pixel/thermal/
Dthermal-helper.cpp1500 int count_failed_reporting = thermal_stats_helper_.reportStats(); in thermalWatcherCallbackFunc() local
1501 if (count_failed_reporting != 0) { in thermalWatcherCallbackFunc()
1502 LOG(ERROR) << "Failed to report " << count_failed_reporting << " thermal stats"; in thermalWatcherCallbackFunc()