summaryrefslogtreecommitdiffstats
path: root/thermal/1.1
Commit message (Collapse)AuthorAgeFilesLines
* pack VTS cc_test binaries as general-testsKeun Soo YIM2018-11-271-0/+1
| | | | | | Test: make general-tests Bug: 120093339 Change-Id: I363450d205868f900e4925ccff1430e2a569f2a4
* Convert thermal hal test to use VtsHalHidlTargetTestEnvBaseZhuoyao Zhang2018-02-141-1/+19
| | | | | | | | | Bug: 64203181 Test: make vts vts-tradefed run vts -m VtsHalThermalV1_0Target vts-tradefed run vts -m VtsHalThermallV1_1Target Change-Id: I460fc2bc56770b7acb31d47693e08f80aa30b154
* Updating makefiles for hidl_interface.Steven Moreland2017-12-032-127/+10
| | | | | | | | Bug: 64487114 Test: manual Merged-In: Ie13d9e014cf2b81c18c67f551b4644fb9f0ba812 Change-Id: Ie13d9e014cf2b81c18c67f551b4644fb9f0ba812 (cherry-picked from commit c2f829a1d2673f91add6bcd536c7d4fe753d0447)
* Merge changes I931dafbb,I845672b2 into oc-mr1-devTri Vo2017-09-051-11/+2
|\ | | | | | | | | | | am: 79069b1961 Change-Id: Ie2e0944a40da581365617f31da533736d7842139
| * Thermal 1.1 test statically links to hal def libs.Tri Vo2017-08-311-11/+2
| | | | | | | | | | | | | | Bug: 64040096 Test: vts-tradefed run commandAndExit vts --skip-all-system-status-check --skip-preconditions --module VtsHalThermalV1_1Target Change-Id: I931dafbbdb518e387615909a69f83e6a37c4a62f
| * Update thermal hal Android.bp.Tri Vo2017-08-311-1/+4
| | | | | | | | | | | | | | Bug: 32920003 Bug: 64040096 Test: compiles Change-Id: I845672b2b07ddba9b73f702555231674b4f45ad1
* | Revert "Revert "Updating all makefiles.""Steven Moreland2017-08-112-58/+6
| | | | | | | | | | | | | | | | | | Relanding without automotive/vehicle/2.0+2.1 changes. This reverts commit 1020ebedfbf7c5014896266a98de562a6116d4a2. Merged-In: I8608c8f636c35f21e4246a805a9eff6d14124e0a Change-Id: Icc49df42c2bedf443d878d5d8fbaa53441ea65db
* | Revert "Updating all makefiles."Steven Moreland2017-08-112-6/+58
| | | | | | | | | | | | | | | | | | This reverts commit 8ac1971678999c46338d751fdaec16c2e4bd78cb. Reason for revert: Didn't remove automotive changes from this CL. Merged-In: I8608c8f636c35f21e4246a805a9eff6d14124e0a Change-Id: I1c660cffc8817ad0b33da9f6eceb3d88e7c48416
* | Updating all makefiles.Steven Moreland2017-08-102-58/+6
|/ | | | | | | Bug: 64487114 Test: none Merged-In: I8608c8f636c35f21e4246a805a9eff6d14124e0a Change-Id: I2fa89b6661c39859ec4fb62c4bb0a05a35e645f0
* thermal: IThermal V1.1, add methods to send thermal throttling eventsTodd Poynor2017-08-076-0/+393
Add IThermalCallback and IThermal::registerThermalCallback() method. Frameworks code calls this method to register a callback used by the IThermal HAL implementation to send thermal events to the framework ThermalService. Bug: 30982366 Test: VtsHalThermalV1_1Target on marlin manual test on marlin using marlin 1.1 HAL with modified thermal-engine.conf and temporary debug code for notification Change-Id: Ib49ad93a9495e3af515fced4e46f20186661fe07 (cherry picked from commit cf964d79c1d41bba999e58cb476af099191a6634)