Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_watcher.cpp191 int *tz_id = reinterpret_cast<int *>(arg); in handleEvent() local
199 *tz_id = nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_ID]); in handleEvent()
210 *tz_id = nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_ID]); in handleEvent()
221 *tz_id = nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_ID]); in handleEvent()
231 *tz_id = nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_ID]); in handleEvent()
241 *tz_id = nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_ID]); in handleEvent()
249 *tz_id = nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_ID]); in handleEvent()
257 *tz_id = nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_ID]); in handleEvent()
265 *tz_id = nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_ID]); in handleEvent()
295 *tz_id = nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_ID]); in handleEvent()
[all …]
/hardware/google/pixel/thermal/
Dthermal-helper.h77 bool getThermalZoneTypeById(int tz_id, std::string *);