hardware_xiaomi/aidl/power-libperfmgr/android.hardware.power-service.xiaomi.xml
Jimmy Shiu 3a50977117
power: add PowerHintSession for ADPF implementation
Adapted from PoC from ag/13100800

Added more ATRACE for further tuning and debug

Test: APPPID=$(adb shell pidof com.prefabulated.touchlatency); watch -n
      1 adb shell grep uclamp /proc/${APPPID}/sched
Test: atest VtsHalPowerTargetTest
Bug: 177492680
Change-Id: I6bfd61b21dc1cde04f6ba9ae8d3533cd263ad814
Signed-off-by: Wei Wang <wvw@google.com>
2021-10-18 23:40:43 +02:00

8 lines
199 B
XML

<manifest version="1.0" type="device">
<hal format="aidl">
<name>android.hardware.power</name>
<version>2</version>
<fqname>IPower/default</fqname>
</hal>
</manifest>