summaryrefslogtreecommitdiffstats
path: root/utils.c
Commit message (Collapse)AuthorAgeFilesLines
* power: Introduce is_schedutil_governorMichael Bestas2019-10-231-0/+5
| | | | Change-Id: Ie3cfd0cb11b368cd9399a6dcea6b6cfa1f4d7916
* power: clang-formatMichael Bestas2019-10-231-96/+54
| | | | | | | * Using AOSP interface .clang-format * Clean Android.mk while we are at it Change-Id: I630f72e3dffb676ca1930e72945e897f62103ada
* power: Use log/log.h instead of utils/Log.hEthan Chen2019-10-231-1/+1
| | | | Change-Id: I827c7f5ab27548eec8d6e4ee27a72fa883025002
* power: Fix a few compiler warningsPaul Keith2019-10-231-3/+6
| | | | | | * And unify styling a little bit Change-Id: I7f9bb43a534e352fdd7693ff975749864f8addb3
* power: Modify definitions of Perf client callsAnanth Raghavan Subramanian2019-05-281-4/+5
| | | | | | Now conforms to the exact definition in the shared perf library Change-Id: I6f92140b42800072283c2f3a52e6814fc0f1d5d2
* Clean up code and add generic hint handlingAnanth Raghavan Subramanian2018-12-181-2/+2
| | | | | | | 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/+361
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