summaryrefslogtreecommitdiffstats
path: root/include/powermanager
Commit message (Collapse)AuthorAgeFilesLines
* Make IPowerManager native conform to .aidl for onewayGlenn Kasten2014-09-051-4/+7
| | | | | | | | But provide a temporary escape hatch for AudioFlinger. This oneway option will be removed as soon as possible. Bug: 16408906 Change-Id: I20d6da1969ae05b96e72795463470eb4c1f8fbdc
* PowerManager: add powerHint binder methodRuchi Kandoi2014-04-021-0/+2
| | | | Change-Id: Ide1d50bb1580698b25296fbfc1cc63c3b21a00bc
* Move inputservice over to frameworks/nativeMichael Wright2014-02-111-0/+8
| | | | | | | | | | Add all of the underlying input system pieces, minux PointerController and SpriteController, to inputflinger. This is in preparation for moving input to its own process and the addition of the input HAL. Try 2. Change-Id: I5f571fe86eb570885ae994e1f0552fb558930346
* Native counterpart of new power manager methodMarco Nelissen2013-10-161-0/+1
| | | | Change-Id: I54c0ed50a57ac870da91db8589a73a2c792dbd8d
* Allow blaming a single uid for work doneMarco Nelissen2013-10-031-0/+2
| | | | | | | | This lets audioflinger assign blame for wakelocks to a single uid. Currently this is only used for recording wakelocks. b/10985160 Change-Id: Idc9adb22c29030010ac690d4cb95e7e7ea6b91e6
* Power manager now takes calling package name arg.Dianne Hackborn2013-05-201-1/+2
| | | | Change-Id: Iae57b8eb7abe4e66f0d2645db8cdf57acf7dcd3e
* Move services/powermanager from frameworks/base to frameworks/nativeColin Cross2012-03-282-0/+70
Move services/powermanager into frameworks/native so audioflinger can use it. Note that this is not the same as a PowerManagerService, which is part of systemserver and handles turning the screen on and off, etc. This is just a binder interface to allow taking wakelocks. Change-Id: I6b6a8b41cdbad17e826fda45aab5f059f22fc64e