diff options
| author | 2024-10-15 22:38:15 +0000 | |
|---|---|---|
| committer | 2024-10-15 22:38:15 +0000 | |
| commit | c0bc4ae90f4e1e53bfbb3f0c90818b1c0a9927c8 (patch) | |
| tree | 6febfbb911d04f7c41c05c43a48e8abe8d07c8b5 /include | |
| parent | 7547824df3df90c0668cb5408344358c90890260 (diff) | |
| parent | e9726e6eca03d81d7948b58465aff632da98253c (diff) | |
Merge "Add SYSUI session tag and update PowerHAL version" into main
Diffstat (limited to 'include')
| -rw-r--r-- | include/private/performance_hint_private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/private/performance_hint_private.h b/include/private/performance_hint_private.h index e5eee340ca..b7308c266c 100644 --- a/include/private/performance_hint_private.h +++ b/include/private/performance_hint_private.h @@ -83,6 +83,7 @@ enum class SessionTag : int32_t { HWUI = 2, GAME = 3, APP = 4, + SYSUI = 5, }; /** |