Fixed value C2,B2,00,BA not C2,BA,00,B2
LPCD Booster
Enable(BA) : booster works including LPCD mode.
Disable(B2) : booster works only Normal mode.
Test: HCE, Tag reading
Bug:64463108
Change-Id: Ie3381eabd669f2d88ad79fdaf350ba447ae2a318
This was erroneously removed when updating the autobrightness curve
under the assumption that the default value was 1 but it's actually 10,
which is way too high.
Change-Id: Ie5b81c23d9d30560f5a686d40bc090d3cbdf3c4d
Fixes: 64708230
Test: manual
This patch updates the re-calibrated volume curve for voice stream for
in-call tones.
Bug: 64459913
Bug: 63908439
Test: manual audio sanity test
Change-Id: I436679d935c26650fe26eddc13bc654a322707f5
Some bugs were found late in the release cycle for DR1.
It seems safer to simply disable MMAP mode for DR1
and enable it in MR1.
Developers can still experiment with MMAP mode by overriding the policy
using AAudio_setMmapPolicy().
Bug: 64316921
Bug: 64311216
Bug: 64494572
Test: "adb shell getprop aaudio.mmap_policy" should print 1
Change-Id: Ia8752693f4e58a27dd901148728543c8d0bb8259
Duplicated device path such as speaker and bt-sco was missing which
causes path switch to fail for voice call.
Bug: 64195767
Test: manual audio test for voice call
Change-Id: I149d9a1d2729db8e631eac016aafd77acd76fd06
Signed-off-by: David Lin <dtwlin@google.com>
We have IOT issue with some APs causing disconnection with current 90
secs.
Bug: 63820163
Change-Id: I39bffcdf8c1e73bfaf02c18ac6edb7863f6e4f79
Signed-off-by: Ecco Park <eccopark@google.com>
This reverts commit efce5fb8a0.
Reason for revert: moving this logic under wahoo init script
Bug: 64065874
Change-Id: I531d22c92456ebe4a95408407285867a54afeda5
This reverts commit 8d0e6dca79.
Change-Id: I5777501d14ed2d551dba5bb314cdfcd5476b785d
reason: restore the folder if /persist/sensors is missing
Test: flash on a phone without /persist/sensors folder
Test: reboot and verify sensor regsitry is created
Test: and sensors are available to sensor service
Bug: 64065874
Updating all power profiles using the same scripts. Previously,
every power profile was generated using different algorithims.
b/62389228
Test: Run a normal android workload and verify the app blame
is reasonable
Change-Id: Idff05eb0fa776a3dae7bde2952ec80b031834d54
New hardware units have a mapping that's actually linear, so we assume
that the curve is linear here and have the kernel fix it up for us if it
needs to.
Bug: 63606090
Test: manual
Change-Id: I05c98115b20e0328654ca42ac58244ea81e19940
After looking at all the issues reported and logs captured,
these are the firmware logging levels (module-wise)
recommended to be enabled by default.
CRs-Fixed: 2081775
Bug: 63544726
Change-Id: I16a531b651836707963083fdf028874cae738bf2
Signed-off-by: Ecco Park <eccopark@google.com>