Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_info.cpp1655 std::vector<T> stats_threshold(threshold_values_count); in ParseStatsInfo() local
1659 stats_threshold[i] = std::is_floating_point_v<T> in ParseStatsInfo()
1662 if (stats_threshold[i] <= prev_value) { in ParseStatsInfo()
1663 LOG(ERROR) << "Invalid array[" << i << "]" << stats_threshold[i] in ParseStatsInfo()
1667 prev_value = stats_threshold[i]; in ParseStatsInfo()
1668 LOG(INFO) << "[" << i << "]: " << stats_threshold[i]; in ParseStatsInfo()
1670 record_by_threshold[name].emplace_back(logging_name, stats_threshold); in ParseStatsInfo()