We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f963e89 + c796b90 commit d575c5bCopy full SHA for d575c5b
1 file changed
include/android/thermal.h
@@ -85,6 +85,7 @@ enum AThermalStatus {
85
/** Need shutdown immediately. */
86
ATHERMAL_STATUS_SHUTDOWN = 6,
87
};
88
+typedef enum AThermalStatus AThermalStatus;
89
90
/**
91
* An opaque type representing a handle to a thermal manager.
@@ -240,6 +241,7 @@ struct AThermalHeadroomThreshold {
240
241
float headroom;
242
AThermalStatus thermalStatus;
243
244
+typedef struct AThermalHeadroomThreshold AThermalHeadroomThreshold;
245
246
247
* Gets the thermal headroom thresholds for all available thermal status.
0 commit comments