Searched refs:kNlAttributeStringMap (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/hardware/google/pixel/thermal/utils/ |
D | thermal_watcher.cpp | 49 constexpr static const char *const kNlAttributeStringMap[THERMAL_GENL_ATTR_MAX + 1] = { variable 68 out.append(StringPrintf(" %s=%d", kNlAttributeStringMap[THERMAL_GENL_ATTR_TZ_ID], tz_id)); in setAndLogTzId() 76 out.append(StringPrintf(" %s=%0.2f", kNlAttributeStringMap[THERMAL_GENL_ATTR_TZ_TEMP], in setAndLogTzTemp() 85 out.append(StringPrintf(" %s=%d", kNlAttributeStringMap[attr_type], in log32Attribute() 89 out.append(StringPrintf(" %s=%d", kNlAttributeStringMap[attr_type], in log32Attribute() 103 out.append(StringPrintf(" %s=%s", kNlAttributeStringMap[attr_type], in logStringAttribute()
|