summaryrefslogtreecommitdiffstats
path: root/modules/power
Commit message (Collapse)AuthorAgeFilesLines
* hardware/libhardware: convert LOCAL_MODULE_PATH to LOCAL_MODULE_RELATIVE_PATHColin Cross2014-01-241-1/+1
| | | | | | | LOCAL_MODULE_PATH doesn't work for multiarch builds, replace it with LOCAL_MODULE_RELATIVE_PATH. Change-Id: I4e4ceec61d026bbe74ba604554c06104bde42e5e
* remove triggering suspend from power halColin Cross2012-05-031-26/+0
| | | | | | | PowerManagerService will trigger suspend after calling into the power hal, remove it from here. Change-Id: I98cc096413bd5c9e39a28b2bfc376d3d30544193
* add version number to power HALMathias Agopian2012-04-261-2/+2
| | | | Change-Id: I6acf4523b5878565035ea6c85bddd58f9b20ef1b
* hardware: libhardware: Power HAL add power hints -- DO NOT MERGETodd Poynor2012-04-251-0/+8
| | | | | Change-Id: I8ab0376e4f5d8ef09d5b1062cbfbb30c30c5bb96 Signed-off-by: Todd Poynor <toddpoynor@google.com>
* Power HAL: Add initial header file and default/legacy implementationTodd Poynor2012-02-172-0/+105
Change-Id: I43a515a8ffe72a9c4e7d5f7470a5e73e76d5e1b1 Signed-off-by: Todd Poynor <toddpoynor@google.com>