mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 05:49:27 +00:00
Generate toString for Thermal AIDL parcelable
Bug: b/268508448 Test: n/a Change-Id: I007fe97b57049042623c395d574ff710bb11d29a
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
|
||||
package android.hardware.thermal;
|
||||
/* @hide */
|
||||
@VintfStability
|
||||
@JavaDerive(toString=true) @VintfStability
|
||||
parcelable CoolingDevice {
|
||||
android.hardware.thermal.CoolingType type;
|
||||
String name;
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
|
||||
package android.hardware.thermal;
|
||||
/* @hide */
|
||||
@VintfStability
|
||||
@JavaDerive(toString=true) @VintfStability
|
||||
parcelable Temperature {
|
||||
android.hardware.thermal.TemperatureType type;
|
||||
String name;
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
|
||||
package android.hardware.thermal;
|
||||
/* @hide */
|
||||
@VintfStability
|
||||
@JavaDerive(toString=true) @VintfStability
|
||||
parcelable TemperatureThreshold {
|
||||
android.hardware.thermal.TemperatureType type;
|
||||
String name;
|
||||
|
||||
@@ -20,6 +20,7 @@ import android.hardware.thermal.CoolingType;
|
||||
|
||||
/* @hide */
|
||||
@VintfStability
|
||||
@JavaDerive(toString=true)
|
||||
parcelable CoolingDevice {
|
||||
/**
|
||||
* This cooling device type, CPU, GPU, BATTERY, and etc.
|
||||
|
||||
@@ -21,6 +21,7 @@ import android.hardware.thermal.ThrottlingSeverity;
|
||||
|
||||
/* @hide */
|
||||
@VintfStability
|
||||
@JavaDerive(toString=true)
|
||||
parcelable Temperature {
|
||||
/**
|
||||
* This temperature's type.
|
||||
|
||||
@@ -20,6 +20,7 @@ import android.hardware.thermal.TemperatureType;
|
||||
|
||||
/* @hide */
|
||||
@VintfStability
|
||||
@JavaDerive(toString=true)
|
||||
parcelable TemperatureThreshold {
|
||||
/**
|
||||
* This temperature's type.
|
||||
|
||||
Reference in New Issue
Block a user