Resolves vts failure:
For android.hardware.health.IHealth/default, manifest (targeting FCM:6)
declares version 2, but the actual version is 3
Change-Id: I8ff7278d373d6bdf906d3e1367fe7d4613552a8b
Update VINTF manifest version to 2 to match with the latest definition
in android.hardware.health.IHealth AIDL interface.
Change-Id: Iabf4165c52cca95ff8aa75a67bbc61f4c102bb9e
(cherry picked from commit ad957d158ad1d53193536a2e0cee016836d90cd0)
Override ChargerEnableSuspend() function to true to support kernel
suspend and resume in charger mode.
Change-Id: I01ceaecf7e918504624b2bf1bfb34207fcde74e7
Add health HAL AIDL implementation which is a service running for
both health HAL and charger mode.
Change-Id: I1f3205d1e34d93ed1739d5fa29c95a8f2b2d2894
This Interface Needed for parts fragment to make working custom saturation Slider instead of using linej livedisplay hal.
Signed-off-by: GuidixX <guidixm@gmail.com>
Some Xiaomi devices have a speaker that needs a framework to cooperate
with DSP to synchronize volume so that the DSP can limit bass when the
volume is high to prevent distortion.
Change-Id: I750803d94161e1e7482552d2a39566f42e82fc0a
rememberTooltipPositionProvider contains new positioning logic that should be used for both Plain and Rich tooltips.
Test: Update to use rememberTooltipPositionProvider.
Bug: b/372914353
Relnote: Added rememberTooltipPositionProvider that contains an updated positioning logic. Deprecated rememberPlainTooltipPositionProvider and rememberRichTooltipPositionProvider.
Change-Id: Ie66e2ec58567cc38fc06bb8e13ef928160db114a
Switch and SwitchCompat are both CompoundButton.
Using CompoundButton in Java will helps migration in the future.
Bug: 306658427 | AOSP | AOSP
Test: manual - check Settings pages
Test: m RunSettingsLibRoboTests
Change-Id: I85a70d4c504d8584030ea4a058f30d74206ab835
Toggling the switch pref automatically sets the shared pref for us, but
toggling the QS tile does no such thing so we gotta do it ourselves.
Change-Id: Iac881ed654bf4eb76b111fc87667f16476d11522
This value is set to zero in almost every known dax-default.xml,
including ours.
DaxService also doesn't mess with this value, instead only sets
VolumeLevelerEnabled.
Change-Id: Ib944728d478cff58aebc4f47128bcd5fe32ff9f6
Dolby often messes up restoring profile-specific settings after a reboot.
"Fine. I'll do it myself."
Change-Id: Ic255c6922eabae0b522c05110f87e2c10a97fb6c
Moved from marble/sm8450-common
History:
commit 82fe03168c0402e4cb10d25859c3b398c0ef654a
Author: Adithya R <gh0strider.2k18.reborn@gmail.com>
Date: Thu Mar 21 21:35:36 2024 +0530
marble: parts: Restore dolby profile on audio changes
Something keeps resetting back at random times, from what I observed,
after resuming media or on a device change, lets workaround that.
Change-Id: Id065f2482636194655c2399f0c35ad56b8e7a29d
commit c4400bd1326f65aeac1d0f26bb830ce7fd079773
Author: Adithya R <gh0strider.2k18.reborn@gmail.com>
Date: Fri Feb 2 09:29:08 2024 +0530
marble: parts/keyhandler: Guard debug logging
Change-Id: I246941f26cd1f71b696eb3c996794c9baa5dbc00
commit f11b70a98a11d0b89673d73002996aed9f11fbd7
Author: Adithya R <gh0strider.2k18.reborn@gmail.com>
Date: Sun Dec 31 20:36:52 2023 +0530
marble: parts: Re-enable speaker virtualization after bootup
For whatever reason, speaker virtualization isn't automatically
restored at bootup unlike the other parameters. It was reported to be
fixed by connecting and disconnecting headphones or disabling and
enabling the toggle, so let's just automate that at bootup.
commit abcff4fb947c89b69c1d25bd290fd91b7873af6a
Author: Adithya R <gh0strider.2k18.reborn@gmail.com>
Date: Fri Oct 20 06:49:19 2023 +0530
marble: parts: Implement profile-specific Dolby settings
Some refactoring and cleanup while we're at it.
commit dc54f9ddeff212d017b0cba16e56516e99335bb3
Author: Adithya R <gh0strider.2k18.reborn@gmail.com>
Date: Mon Oct 9 21:58:58 2023 +0530
marble: parts: Remove play/pause hack while toggling Dolby
Not required with/fixed by:
35217: audioflinger: Do not allow DAP effect to be suspended | https://gerrit.aospa.co/c/AOSPA/android_frameworks_av/+/35217
commit dd2acc8e0c10d05f86ff229412cc9f72ea242b44
Author: Adithya R <gh0strider.2k18.reborn@gmail.com>
Date: Wed Sep 13 21:41:20 2023 +0530
marble: parts: Set proper summary for dolby settings
Show the current status in Settings > Sound as well as the QS tile.
commit 92d341ba3d22f323eded525487db4289d6edc0fe
Author: Fabian Leutenegger <fabian.leutenegger@bluewin.ch>
Date: Fri Aug 25 10:26:53 2023 +0200
marble: parts: Always refresh playback if status changed
* otherwise dolby would stay active even if you disable its setting
Change-Id: If59d8081fa12da2aa67e5149db97965c0805d76e
commit b1944744649b6fddcb7bc3864b92f298b6e78821
Author: Adithya R <gh0strider.2k18.reborn@gmail.com>
Date: Mon Aug 21 13:21:18 2023 +0530
marble: parts: Introduce Dolby Atmos
Based on existing dirac implementation and observing stock
sound effects app and daxservice.
Thanks to jhenrique09 for the hack from old dirac parts
"Pause/play music stream to get effects applied".
TODO: bring back misound (same as stock)
Co-authored-by: Henrique Silva <jhenrique09.mcz@hotmail.com>
Change-Id: I79841c045fe7b92c438177916f756faab72ff0e9
Define vintf_fragments as modules so that the generated vintf
manifest.xml file is identical between soong and make.
Test: m --no-soong-only && diff xml files
Bug: 322089980
Bug: 409368614
Change-Id: I75c698dfdac9f84a2b37afef62b4086b7b0a5210