summaryrefslogtreecommitdiffstats
path: root/Power.cpp
Commit message (Collapse)AuthorAgeFilesLines
* power: clang-formatMichael Bestas2019-10-231-12/+7
| | | | | | | * 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: Refactor TARGET_TAP_TO_WAKE_NODEKeith Mok2019-10-231-0/+2
| | | | | | | | | | | Add TARGET_POWER_SET_FEATURE_LIB, since other devices are not simply writing a 0/1 to a device node. TARGET_TAP_TO_WAKE_NODE is still valid and both TARGET_TAP_TO_WAKE_NODE and TARGET_POWER_SET_FEATURE_LIB are allowed to coexist. (Currently set_feature only has double tap to wake, but it may be extended in future) Change-Id: I5c6204fd38a6fbe48e8aac49843bfa047c4b6436
* power: Add support for tap-to-wake feature controlSteve Kondik2019-10-231-0/+10
| | | | Change-Id: I545902b29f4828c127bc32def6e30b67ce4a3aa7
* power: Use log/log.h instead of utils/Log.hEthan Chen2019-10-231-2/+1
| | | | Change-Id: I827c7f5ab27548eec8d6e4ee27a72fa883025002
* power: Introducing PowerHAL binderized serviceAnanth Raghavan Subramanian2019-01-171-0/+102
Moving from the default implementation to a binderized service with no wrapping. Now using 1.2 implementation of the IPower interface. Change-Id: Ibefd916544f51545e6889684a051b2ecc5867fe2