Home
last modified time | relevance | path

Searched defs:thresholds (Results 1 – 3 of 3) sorted by relevance

/hardware/google/pixel/thermal/utils/
Dthermal_stats_helper.h69 std::vector<ValueType> thresholds; member
Dthermal_stats_helper.cpp67 int calculateThresholdBucket(const std::vector<T> &thresholds, T value) { in calculateThresholdBucket()
121 std::vector<int> thresholds(kMaxStatsResidencyCount); in initializeSensorCdevRequestStats() local
Dthermal_info.h61 std::vector<T> thresholds; member