summaryrefslogtreecommitdiffstats
path: root/power.c
Commit message (Collapse)AuthorAgeFilesLines
* power: Introducing PowerHAL binderized serviceAnanth Raghavan Subramanian2019-01-171-197/+0
| | | | | | | | Moving from the default implementation to a binderized service with no wrapping. Now using 1.2 implementation of the IPower interface. Change-Id: Ibefd916544f51545e6889684a051b2ecc5867fe2
* Clean up code and add generic hint handlingAnanth Raghavan Subramanian2018-12-181-335/+23
| | | | | | | Removed unused code and added generic hint handling to power.c file, does not need to be device specific anymore. Change-Id: I0d4e2a73de0ce4d3735314d2e49ba58c23eb313c
* power: Fix VNDK Compilation ErrorsVinay Verma2018-06-041-0/+1
| | | | | | | VNDK restrictions doesn't includes standard headers by default, add them explicitly. Change-Id: I4c72a28ffa141ecadcfe47cc7c1f62f2a0c8576e
* Relocate power HAL from device/qcom/commonDavid Ng2018-05-241-0/+508
Split module from combined device/qcom/common project into its own project. Relocation of some files from device/qcom/common at b5ce80cb1f60759a142a9338104d3adf3303ec0c. Change-Id: I6c13729a822f6fb9b5574b759ae9ec12154be464