hidl: Import pixel thermal HAL
authorFrancescodario Cuzzocrea <bosconovic@gmail.com>
Wed, 15 Jul 2020 17:56:58 +0000 (19:56 +0200)
committerFrancescodario Cuzzocrea <bosconovic@gmail.com>
Thu, 23 Jul 2020 16:57:58 +0000 (18:57 +0200)
commitbd62c30a6c7332b7522c4169749aa42ff72d350e
treea737d009d93c121dbac52ffe939a4f929bb5aff5
parent7b15efd076a62b15335551bb8c6b984629610e25
hidl: Import pixel thermal HAL

 * imported from https://android.googlesource.com/platform/hardware/google/pixel/+/refs/tags/android-10.0.0_r40
 * commit 2f5b7f6916cde0633e0276c4ff5fe3d1f84d1d21

Change-Id: I032cb6aa43245e974c14fbae5c030a9e11d7b840
15 files changed:
hidl/thermal/Android.bp [new file with mode: 0644]
hidl/thermal/Thermal.cpp [new file with mode: 0644]
hidl/thermal/Thermal.h [new file with mode: 0644]
hidl/thermal/android.hardware.thermal@2.0-service.pixel.rc [new file with mode: 0644]
hidl/thermal/android.hardware.thermal@2.0-service.pixel.xml [new file with mode: 0644]
hidl/thermal/service.cpp [new file with mode: 0644]
hidl/thermal/thermal-helper.cpp [new file with mode: 0644]
hidl/thermal/thermal-helper.h [new file with mode: 0644]
hidl/thermal/utils/config_parser.cpp [new file with mode: 0644]
hidl/thermal/utils/config_parser.h [new file with mode: 0644]
hidl/thermal/utils/config_schema.json [new file with mode: 0644]
hidl/thermal/utils/thermal_files.cpp [new file with mode: 0644]
hidl/thermal/utils/thermal_files.h [new file with mode: 0644]
hidl/thermal/utils/thermal_watcher.cpp [new file with mode: 0644]
hidl/thermal/utils/thermal_watcher.h [new file with mode: 0644]