Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AIDL Conversion of Thermal HAL. #130

Merged
merged 1 commit into from
Nov 7, 2023

Commits on Nov 6, 2023

  1. AIDL Conversion of Thermal HAL.

    This change will convert Thermal HAL from HIDL to AIDL
    
    Test:
    adb shell dumpsys thermalservice.
    
    Current temperatures from HAL:
            Temperature{mValue=65.0, mType=0, mName=TCPU, mStatus=0}
            Temperature{mValue=25.0, mType=1, mName=test sensor, mStatus=0}
            Temperature{mValue=25.0, mType=2, mName=TBATTERY, mStatus=0}
    
    Current cooling devices from HAL:
            CoolingDevice{mValue=100, mType=0, mName=test cooling device}
    
    Temperature static thresholds from HAL:
            TemperatureThreshold{mType=0, mName=TCPU, mHotThrottlingThresholds=[NaN, NaN, NaN, NaN, NaN, 99.0, 108.0], mColdThrottlingThresholds=[NaN, NaN, NaN, NaN, NaN, NaN, NaN]}
            TemperatureThreshold{mType=1, mName=test sensor, mHotThrottlingThresholds=[NaN, NaN, NaN, NaN, NaN, 90.0, 100.0], mColdThrottlingThresholds=[NaN, NaN, NaN, NaN, NaN, NaN, NaN]}
            TemperatureThreshold{mType=2, mName=TBATTERY, mHotThrottlingThresholds=[NaN, NaN, NaN, NaN, NaN, 65.0, 68.0], mColdThrottlingThresholds=[NaN, NaN, NaN, NaN, NaN, NaN, NaN]}
    
    Tracked-On: OAM-112805
    Signed-off-by: Vilas R K <vilas.r.k@intel.com>
    vilasrk committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    211b94e View commit details
    Browse the repository at this point in the history