summaryrefslogtreecommitdiffstats
path: root/service.cpp
Commit message (Collapse)AuthorAgeFilesLines
* power: clang-formatMichael Bestas2019-10-231-6/+4
| | | | | | | * Using AOSP interface .clang-format * Clean Android.mk while we are at it Change-Id: I630f72e3dffb676ca1930e72945e897f62103ada
* power: Add -qti suffix to module nameMichael Bestas2019-10-231-1/+1
| | | | | | * Prevent conflict with other HALs Change-Id: Icf1216410db26c3bb811d7aedde03e6d2f87e3cc
* power: Use log/log.h instead of utils/Log.hEthan Chen2019-10-231-1/+1
| | | | Change-Id: I827c7f5ab27548eec8d6e4ee27a72fa883025002
* power: Introducing PowerHAL binderized serviceAnanth Raghavan Subramanian2019-01-171-0/+81
Moving from the default implementation to a binderized service with no wrapping. Now using 1.2 implementation of the IPower interface. Change-Id: Ibefd916544f51545e6889684a051b2ecc5867fe2