Loading include/android/thermal.h +2 −0 Original line number Diff line number Diff line Loading @@ -85,6 +85,7 @@ enum AThermalStatus { /** Need shutdown immediately. */ ATHERMAL_STATUS_SHUTDOWN = 6, }; typedef enum AThermalStatus AThermalStatus; /** * An opaque type representing a handle to a thermal manager. Loading Loading @@ -240,6 +241,7 @@ struct AThermalHeadroomThreshold { float headroom; AThermalStatus thermalStatus; }; typedef struct AThermalHeadroomThreshold AThermalHeadroomThreshold; /** * Gets the thermal headroom thresholds for all available thermal status. Loading Loading
include/android/thermal.h +2 −0 Original line number Diff line number Diff line Loading @@ -85,6 +85,7 @@ enum AThermalStatus { /** Need shutdown immediately. */ ATHERMAL_STATUS_SHUTDOWN = 6, }; typedef enum AThermalStatus AThermalStatus; /** * An opaque type representing a handle to a thermal manager. Loading Loading @@ -240,6 +241,7 @@ struct AThermalHeadroomThreshold { float headroom; AThermalStatus thermalStatus; }; typedef struct AThermalHeadroomThreshold AThermalHeadroomThreshold; /** * Gets the thermal headroom thresholds for all available thermal status. Loading