Commit graph

277 commits

Author SHA1 Message Date
Jooyung Han
cadd26dbe7 Cleanup: move VINTF fragments into VAPEX
VINTF fragments for Power VAPEX were installed in /vendor/etc as a
workaround when VINTF fragments in VAPEX were not supported.

Bug: n/a
Test: m && launch_cvd
      # power/power-stat services are running
Change-Id: I0243a0bd2f2dd597260f73a3994cf81db213daf7
2023-10-10 12:46:33 +09:00
Jooyung Han
a0b0a624ff Cleanup: use shared apex_key
Bug: 296524155
Test: m
Change-Id: I2b722872d1a93952186a38a385a3e0cd1869b7f5
2023-10-10 10:47:36 +09:00
Peiyong Lin
9fb755319b Avoid skipping test if it's supported.
Previously the test will be skipped regardless whether setThreads is
supported, this patch moves the check below and check the returned
status code to determine whether the test should be skipped.

Bug: b/287282833
Test: atest VtsHalPowerTargetTest
Change-Id: I9ce6b4ead5e245478247903a75922ece74f38ee7
2023-06-14 18:12:39 +00:00
Alex Buynytskyy
ec1198d941 UpsideDownCake is now 34
Ignore-AOSP-First: UpsideDownCake Finalization
Bug: 275409981
Test: build
Change-Id: I832ab7a8b5445ba85e27bbcf5be64906bfa0e5be
2023-04-07 23:41:20 +00:00
Xiang Wang
dd0edc6337 Fix the hidden main function in VTS tests
Otherwise gtest will inherit the one from libgtest_main which
will not start thread pool to handle binder call for callbacks

Bug: b/205762943
Test: atest VtsHalThermalTargetTest VtsHalPowerTargetTest VtsHalTetheroffloadTargetTest
Change-Id: Ib9e5d265b8f5081dd20568a98d01e9190177440a
2023-02-08 16:48:57 -08:00
Treehugger Robot
5ffee106df Merge "powerstats: bump version of PowerStats HAL to V2" am: 8c91779b64 am: 057a217409 am: 2397611890
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2390573

Change-Id: I4cbc5bc7352711364e3cca5028ac1cb635bc2798
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-02-02 02:03:47 +00:00
Darren Hsu
c4fad13c9b powerstats: bump version of PowerStats HAL to V2
Bug: 264669398
Bug: 258321000
Bug: 266943256
Test: dumpsys android.hardware.power.stats.IPowerStats/default
Change-Id: I009c09e4cd7e27250266cc7b2c1596df6fee95fe
Signed-off-by: Darren Hsu <darrenhsu@google.com>
2023-01-31 14:16:23 +08:00
Darren Hsu
58650353e4 Merge "powerstats: add new EnergyConsumerType for camera" am: 72a3964894 am: c92826db99 am: 669cec9444
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2335183

Change-Id: I4999e7b864255ba16ecbede91c146925ee8b7015
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-12-13 02:43:02 +00:00
Darren Hsu
c72f756692 powerstats: add new EnergyConsumerType for camera
Bug: 258321000
Bug: 261549337
Test: build
Change-Id: I0c6664a01acac41c0b0c71ee83b2e3b2b794c7be
Signed-off-by: Darren Hsu <darrenhsu@google.com>
2022-12-08 16:30:12 +08:00
Treehugger Robot
a4dbfb7d12 Merge "power/stats: update OWNERS" am: 79fdb98586 am: a7e7e07864 am: 5771260214
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2287873

Change-Id: I8a1c56a57577e177e64ca7b28366500b6c70fe2c
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-11-08 22:17:00 +00:00
Kelly Rossmoyer
6b489885e5 power/stats: update OWNERS
Add people who should be listed (including the primary owner) and
remove folks who are no longer involved.

BUG: 218899982
Change-Id: I0a479e528bd436668b8782ebc123e4fdb8b4e50b
2022-11-08 00:18:48 +00:00
Peiyong Lin
c7854594a2 Add thread management API to PowerHintSession.
Previously the list of threads of a PowerHintSession was only determined
when the PowerHintSession was created. This means newly forked threads
from existing threads of the PowerHintSession will not get the benefit
and the clients have to create new PowerHintSession for that.

This patch adds a new method to allow clients to update the threads of
the PowerHintSession.

Additionally, this patch also removes the oneway annotation at the
interface level of IPowerHintSession, all existing methods are converted
to oneway methods and setThreads is a bidirectional method. This also
allows to do meaningful VTS validation.

Bug: b/244216750
Test: atest VtsHalPowerTargetTest
Change-Id: If499d6dad20c9d7f6fbda1b5dc9d528396f1f6c1
2022-11-01 23:25:56 +00:00
Peiyong Lin
b1691e85d6 Merge "Align default implementation with latest VSR." 2022-10-20 18:37:10 +00:00
Peiyong Lin
8139d0be3e Add TEST_MAPPING
Add VtsHalPowerTargetTest into presubmit tests.

Bug: b/253516147
Test: atest VtsHalPowerTargetTest
Change-Id: Ie1fa80a5bdf9baa084dbfa4603414eb97afb15a6
Merged-In: Ie1fa80a5bdf9baa084dbfa4603414eb97afb15a6
2022-10-20 00:17:54 +00:00
Peiyong Lin
3c76f8cb2b Align default implementation with latest VSR.
VSR requires to support power HAL V2 and beyond, this patch changes the
default implementation to reflect that.

Bug: b/253516147
Test: atest VtsHalPowerTargetTest
Change-Id: I56f6f847f4c47775db6350b8a3fcd7ee9c9cdf17
Merged-In: I56f6f847f4c47775db6350b8a3fcd7ee9c9cdf17
2022-10-19 16:54:44 +00:00
Wei Wang
ea9233bb4b Merge "Align default implementation with latest VSR." 2022-10-19 16:40:16 +00:00
Wei Wang
0a2d8f5b99 Merge "Add TEST_MAPPING" 2022-10-19 16:40:16 +00:00
Peiyong Lin
5851c3aa25 Align default implementation with latest VSR.
VSR requires to support power HAL V2 and beyond, this patch changes the
default implementation to reflect that.

Bug: b/253516147
Test: atest VtsHalPowerTargetTest
Change-Id: I56f6f847f4c47775db6350b8a3fcd7ee9c9cdf17
2022-10-18 22:37:22 +00:00
Peiyong Lin
f29134c9c9 Add TEST_MAPPING
Add VtsHalPowerTargetTest into presubmit tests.

Bug: b/253516147
Test: atest VtsHalPowerTargetTest
Change-Id: Ie1fa80a5bdf9baa084dbfa4603414eb97afb15a6
2022-10-18 21:57:59 +00:00
Peiyong Lin
a55c51a8e1 Merge "Revert "Add TEST_MAPPING"" am: 10015aff66 am: 6584fb40fc am: 6a37a5c5e5
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2258166

Change-Id: Id79a8777861fed78a94f4ab19f0517aaa7b45069
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-10-18 01:36:13 +00:00
Peiyong Lin
9b3c393362 Merge "Align power AIDL VTS with VSR." am: ad41e9d095 am: 552c5af91a am: 3ed3c93807
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2258581

Change-Id: Ib7339c0884a6a5f543db2b2387d1a02cd0b561eb
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-10-18 00:11:18 +00:00
Peiyong Lin
2604cb85ac Add TEST_MAPPING am: 9d6e818c6a am: 1d87380bd4 am: 32074f685a
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2258582

Change-Id: If8f08c42e330878f2126a4b4e23883f7abde4199
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-10-18 00:10:03 +00:00
Peiyong Lin
10015aff66 Merge "Revert "Add TEST_MAPPING"" 2022-10-18 00:03:14 +00:00
Peiyong Lin
549e535936 Revert "Add TEST_MAPPING"
This reverts commit 9d6e818c6a.

Reason for revert: The previous patch broke TestMappingsValidation.testTestSuiteSetting.

Bug: b/254131591
Change-Id: Ie92e423a3706f6898d4a940e3e3ecef08e208fe9
Test: atest TestMappingsValidation
2022-10-18 00:00:55 +00:00
Peiyong Lin
ad41e9d095 Merge "Align power AIDL VTS with VSR." 2022-10-17 22:36:45 +00:00
Peiyong Lin
9d6e818c6a Add TEST_MAPPING
Add VtsHalPowerTargetTest into presubmit tests.

Bug: b/253516147
Test: atest VtsHalPowerTargetTest
Change-Id: Ic477621367d1b3846247aadf495827792473d639
2022-10-17 20:36:43 +00:00
Peiyong Lin
3e0eb72345 Align power AIDL VTS with VSR.
Per [VSR-3.2-013] DEVICEs launching with Android 13 MUST meet the
requirements for the target-level=7 compatibility_matrix file. Update
the VTS to reflect that.

Bug: b/253516147
Test: atest VtsHalPowerTargetTest
Change-Id: Ie6178ed2caea6a70b728dfcded9fa900ee099f2f
2022-10-17 20:32:24 +00:00
Peiyong Lin
cb6fee5502 Add power efficiency hint for power hint session.
Background threads sometimes can be very CPU intensive but not critical
from a user's perspective or senstive to a target deadline. Such
workload often time consumes some extra power with no user benefit. This
newly added power efficiency hint allows client to express threads
within the power hint session should be applied with a
power-effiecient-first scheduling strategy, and hence allows the power
implementation to apply such strategy confidently.

Bug: b/244216750
Test: atest VtsHalPowerTargetTest
Change-Id: Iac10b090b208b37f0b7b18a34a45f2da8ecc419b
2022-09-29 21:19:57 +00:00
Matt Buckley
1384388fb2 Add sendHint method to the PowerHintSession API for load changes
Add a new sendHint(SessionHint hint) method to the PowerHintSession to
allow clients to inform the session about upcoming changes in load ahead
of time.

Bug: b/243973548
Test: atest VtsHalPowerTargetTest
Change-Id: I0a8af42d3b0ccd3bbb72287a9b91ffb13fccaf9c
2022-09-27 16:10:35 +00:00
Peiyong Lin
54f0b5287e Add OWNERS file for power AIDL.
Bug: N/A
Test: N/A
Change-Id: Ie4d19fe5586e765b52b0b1bc1f0036f47f115286
2022-09-16 20:47:20 +00:00
Jooyung Han
c0b24f4f13 Remove AIDL-libs from VNDK
Some are still in VNDK because they are used in other VNDK libs.

Ignore-AOSP-First: some libs are still in internal master only.

Bug: 234181591
Test: m
Merged-In: If999df9c78a20df931177da11742b1c5de19bc08
Change-Id: If999df9c78a20df931177da11742b1c5de19bc08
(cherry picked from commit 5527adfd7f)
2022-06-14 14:08:59 +09:00
jimblackler
aff537b777 Do not enforce GAME_LOADING in VTS
Test: N/A
Bug: 232500898
Change-Id: I3800d721e978f44e3477b60451a83ff8c08120aa
2022-05-21 10:43:24 +00:00
Jiyong Park
9267a4b495 Finalize V3 of android.hardware.power
Bug: 230660133
Test: m nothing with https://googleplex-android-review.git.corp.google.com/q/topic:Tiramisu-SDK-Finalization-rel
Change-Id: Ib7f774f7679945b6a4562f53d4724c73c5193d28
2022-04-28 08:35:40 +09:00
Darren Hsu
e05cbc6325 Exclude timed power entities due to timeout mechanism
The AoC power stats reporting might not be present when the
AoC latency exceeds the allowed time after the timeout mechanism
introduced in AoC state residency data provider.

Bug: 229696611
Test: run vts -m VtsHalPowerStatsTargetTest
Change-Id: I7c59ab50065961ed338314d6c8d22d41ece43e5f
Signed-off-by: Darren Hsu <darrenhsu@google.com>
2022-04-21 03:51:18 +00:00
jimblackler
425df50402 VTS tests for Game Loading Time improvement by boosting CPU via ADPF
Bug: 201769701
Test: atest VtsHalPowerTargetTest
Change-Id: Ic6e4542001563391b232dca15d3ae74dbee4c665
2022-01-26 09:49:20 +00:00
Wei Wang
ae38634050 Power: add a generic game mode
Test: Boot
Bug: 201769701
Bug: 214405108
Signed-off-by: Wei Wang <wvw@google.com>
Change-Id: I4da5821bb0ed135d467146babe03863145e42435
2022-01-13 16:20:32 -08:00
Jim Blackler
c3df4b4252 Merge "Game Loading Time improvement by boosting CPU via ADPF" 2021-12-15 16:07:35 +00:00
Steven Moreland
ffb03995e6 CHECK -> CHECK_EQ copy pasta
Hey did I start this? We can take a little bit better errors. :)

Bug: N/A
Test: N/A
Change-Id: I0e96f7f49dae9968904333da9b8269694058c11c
2021-12-14 01:45:47 +00:00
Jim Blackler
7e54e604c8 Game Loading Time improvement by boosting CPU via ADPF
Bug: 201769701
Test: atest android.gamemanager.cts.GameManagerTest
Change-Id: Ie4f6855214d07fd73d730f7e261484c0114f0395
2021-12-03 14:55:11 +00:00
Treehugger Robot
e1619a8923 Merge "Creates a vendor APEX for the power and power.stats AIDL HALs." 2021-11-04 21:59:41 +00:00
Treehugger Robot
32250df35e Merge "Backfill owner information for VtsHalPower." 2021-10-21 01:59:02 +00:00
Daniel Norman
0f956a6c18 Creates a vendor APEX for the power and power.stats AIDL HALs.
Bug: 203587646
Bug: 203700066
Test: Included in aosp_cf_x86_64_phone
Test: atest VtsHalPowerTargetTest
Test: atest VtsHalPowerStatsTargetTest
Change-Id: I5c2cb9136f2c48c4f3e70aa02d26d1ae4ab86559
2021-10-20 15:42:53 -07:00
Yiming Pan
6087dc050c Backfill owner information for VtsHalPower.
Owner information is backfilled for the following modules:
VtsHalPowerV1_1TargetTest
VtsHalPowerV1_2TargetTest
VtsHalPowerV1_3TargetTest

Each VTS module is required to have OWNERS file. The ownership is based on
go/vts-owners. For more information about ownership policy, please visit
go/xts-owners-policy.

Test: Tree Hugger
Bug: 143903671
Change-Id: Iacce57160c61adb151ca93c6e1fe2f3402b3a680
2021-10-06 16:27:18 -07:00
Yiming Pan
3293649fe4 Merge "Backfill owner information for VTS module VtsHalPowerV1_0TargetTest." am: 3ff10e14a7
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1813767

Change-Id: I524871c346894db3a552b9d40ffdff13303405a6
2021-09-22 17:52:17 +00:00
Yiming Pan
3ff10e14a7 Merge "Backfill owner information for VTS module VtsHalPowerV1_0TargetTest." 2021-09-22 17:36:36 +00:00
Treehugger Robot
89531719e3 Merge "Add OWNERS for VTS module VtsHalPowerStatsV1_0TargetTest" am: 7a76cd7f45
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1783310

Change-Id: Idccf4cafd47a71a5acccd178167a1a9100ad6dfd
2021-09-04 05:18:54 +00:00
Treehugger Robot
7a76cd7f45 Merge "Add OWNERS for VTS module VtsHalPowerStatsV1_0TargetTest" 2021-09-04 05:14:13 +00:00
Yiming Pan
90b479bb4c Backfill owner information for VTS module VtsHalPowerV1_0TargetTest.
Each VTS module is required to have OWNERS file. The ownership is based on
go/vts-owners. For more information about ownership policy, please visit
go/xts-owners-policy.

Test: Tree Hugger
Bug: 143903671
Change-Id: I38023df845aae6e416508751f24dd7c8b8ec7faa
2021-08-30 12:53:11 -07:00
Jiyong Park
e0f2d29b7f Remove ndk_platform backend. Use the ndk backend.
The ndk_platform backend will soon be deprecated because the ndk backend
can serve the same purpose. This is to eliminate the confusion about
having two variants (ndk and ndk_platform) for the same ndk backend.

Bug: 161456198
Test: m
Merged-In: I0652f1efe920111d79dd8c2ecd52e55dda54538f
Merged-In: Ib58c9f1cb80d083a3c62d03415610be855b80f03
Change-Id: Ied92f2784ed7d6a73693c640042c8a66fbbcfa17
2021-08-17 14:48:50 +00:00
Jiyong Park
d55d28a1d0 Remove ndk_platform backend. Use the ndk backend.
The ndk_platform backend will soon be deprecated because the ndk backend
can serve the same purpose. This is to eliminate the confusion about
having two variants (ndk and ndk_platform) for the same ndk backend.

Bug: 161456198
Test: m
Merged-In: I0652f1efe920111d79dd8c2ecd52e55dda54538f
Change-Id: Ib58c9f1cb80d083a3c62d03415610be855b80f03
(cherry picked from commit c426c6dbdc)
2021-08-09 11:20:04 +09:00