mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 21:37:44 +00:00
Merge "Generate toString for Thermal AIDL parcelable" am: 5b7246bc75
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2427637 Change-Id: I0dbd19d4ea98a2417a5f5f893fdeca70dfe9d7b6 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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