Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_stats_helper.h62 explicit StatsRecord(const size_t &time_in_state_size, int state = 0)
68 time_in_state_size, std::chrono::milliseconds::zero()); in cur_state()
88 int time_in_state_size = threshold_list.thresholds.size() + 1; in StatsByThreshold() local
89 stats_record = StatsRecord(time_in_state_size); in StatsByThreshold()