Searched refs:count_failed_reporting (Results 1 – 2 of 2) sorted by relevance
412 int count_failed_reporting = in reportStats() local416 return count_failed_reporting; in reportStats()420 int count_failed_reporting = 0; in reportAllSensorTempStats() local430 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() local508 count_failed_reporting++; in reportAllSensorCdevRequestStats()516 count_failed_reporting++; in reportAllSensorCdevRequestStats()521 return count_failed_reporting; in reportAllSensorCdevRequestStats()
1500 int count_failed_reporting = thermal_stats_helper_.reportStats(); in thermalWatcherCallbackFunc() local1501 if (count_failed_reporting != 0) { in thermalWatcherCallbackFunc()1502 LOG(ERROR) << "Failed to report " << count_failed_reporting << " thermal stats"; in thermalWatcherCallbackFunc()