Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_watcher.cpp193 int *tz_id = reinterpret_cast<int *>(arg); in handleEvent() local
201 *tz_id = nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_ID]); in handleEvent()
212 *tz_id = nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_ID]); in handleEvent()
223 *tz_id = nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_ID]); in handleEvent()
233 *tz_id = nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_ID]); in handleEvent()
243 *tz_id = nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_ID]); in handleEvent()
251 *tz_id = nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_ID]); in handleEvent()
259 *tz_id = nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_ID]); in handleEvent()
267 *tz_id = nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_ID]); in handleEvent()
297 *tz_id = nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_ID]); in handleEvent()
[all …]
/hardware/google/pixel/thermal/
Dthermal-helper.h51 bool getThermalZoneTypeById(int tz_id, std::string *);
Dthermal-helper.cpp360 bool getThermalZoneTypeById(int tz_id, std::string *type) { in getThermalZoneTypeById() argument
364 kSensorPrefix.data(), tz_id, kThermalNameFile.data()); in getThermalZoneTypeById()