Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_info.h63 struct ThresholdList { struct
66 explicit ThresholdList(std::optional<std::string> logging_name, std::vector<T> thresholds) in ThresholdList() function
69 ThresholdList() = default;
70 ThresholdList(const ThresholdList &) = default;
71 ThresholdList &operator=(const ThresholdList &) = default; argument
72 ThresholdList(ThresholdList &&) = default;
73 ThresholdList &operator=(ThresholdList &&) = default; argument
74 ~ThresholdList() = default;
84 std::unordered_map<std::string, std::vector<ThresholdList<T> > > record_by_threshold;
Dthermal_stats_helper.h83 explicit StatsByThreshold(ThresholdList<ValueType> threshold_list) in StatsByThreshold()
Dthermal_stats_helper.cpp150 ThresholdList<int> threshold_list(logging_name, thresholds); in initializeSensorCdevRequestStats()
Dthermal_info.cpp1625 std::unordered_map<std::string, std::vector<ThresholdList<T>>> record_by_threshold; in ParseStatsInfo()