Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_info.h40 using CdevArray = std::array<int, static_cast<size_t>(kThrottlingSeverityCount)>; variable
130 CdevArray limit_info;
134 CdevArray cdev_ceiling;
137 CdevArray cdev_floor_with_power_link;
Dthermal_info.cpp67 bool getIntFromJsonValues(const Json::Value &values, CdevArray *out, bool inc_check, in getIntFromJsonValues()
69 CdevArray ret; in getIntFromJsonValues()
309 CdevArray cdev_ceiling; in ParseBindedCdevInfo()
353 CdevArray limit_info; in ParseBindedCdevInfo()
374 CdevArray cdev_floor_with_power_link; in ParseBindedCdevInfo()