Commit graph

671 commits

Author SHA1 Message Date
eddielan
a024f72064 [DO NOT MERGE] fingerprint: Enable fingerprint status flag
Bug: 266123349
Test: Build pass & check log on device
Change-Id: I0fd5ee0a8bfae5ec932856471278b7d407fac3ee
Merged-in: I0fd5ee0a8bfae5ec932856471278b7d407fac3ee
2023-02-13 18:57:44 +00:00
TreeHugger Robot
e6cbf07d2b Merge "cs40l26: Fix the composed effect delay problem" into tm-qpr-dev am: 6be97cd21c
Original change: https://googleplex-android-review.googlesource.com/c/device/google/felix/+/21351380

Change-Id: I72450bd9dc4e671148189dc91bb5de6133cc5554
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-02-13 04:27:57 +00:00
TreeHugger Robot
6be97cd21c Merge "cs40l26: Fix the composed effect delay problem" into tm-qpr-dev 2023-02-13 03:59:26 +00:00
Chase Wu
968c3d1a00 cs40l26: Fix the composed effect delay problem
When user typed the gboard back-to-back, HAL will send a STOP call right
after it sends a START call. At this moment, driver is under an
activating process and the vibe_state is not 1, so the erasing process
will be forced to wait for the FW's completed signal.
This makes STOP call consumes lots of waiting time and user would still
feels a delay gap under back-to-back typing behavior.

This patch removes the erased process from the STOP call and let it be
done in the completed process.

Bug: 263476381
Test: atest PtsVibratorHalTestSuite \
            PtsHapticsTestCases \
            PtsHapticsFeatureTestCases \
            VibratorHalCs40l26TestSuite \
            VtsHalVibratorManagerTargetTest \
            VtsHalVibratorTargetTest \
            android.os.cts.VibratorTest \
            android.os.cts.VibratorManagerTest \
            android.os.cts.VibrationEffectTest \
            android.os.cts.VibrationAttributesTest \
            android.os.cts.CombinedVibrationTest
Test: Type Gboard with five fingers

Change-Id: I02dfdae4e9e9334a253106f631c933228398b077
2023-02-11 11:58:05 +08:00
TreeHugger Robot
cab5500408 Merge "display: update golen profile" into tm-qpr-dev am: 6c639fa361
Original change: https://googleplex-android-review.googlesource.com/c/device/google/felix/+/21298538

Change-Id: Iee99a72ef1b810f633e6d10fae25e24f53f16ba2
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-02-10 08:27:45 +00:00
TreeHugger Robot
6c639fa361 Merge "display: update golen profile" into tm-qpr-dev 2023-02-10 07:46:15 +00:00
TreeHugger Robot
b3e8fd2369 Merge "Customize AuthCredentialPatternContainerStyle for F10" into tm-qpr-dev am: f72f2a3b51
Original change: https://googleplex-android-review.googlesource.com/c/device/google/felix/+/21346464

Change-Id: Iccf74b16ff02bd59e20ae17a4cfcc8cc7c12907d
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-02-10 04:33:53 +00:00
TreeHugger Robot
f72f2a3b51 Merge "Customize AuthCredentialPatternContainerStyle for F10" into tm-qpr-dev 2023-02-10 03:55:15 +00:00
TreeHugger Robot
d49b166867 Merge "cs40l26: Add a maximum scale protection for primitive effects" into tm-qpr-dev am: b1531ba9b2
Original change: https://googleplex-android-review.googlesource.com/c/device/google/felix/+/21158974

Change-Id: Ia224678b8c6c840dfbd029c76c194736add24f19
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-02-10 00:44:09 +00:00
TreeHugger Robot
b1531ba9b2 Merge "cs40l26: Add a maximum scale protection for primitive effects" into tm-qpr-dev 2023-02-10 00:21:18 +00:00
lbill
09aafc6f77 Customize AuthCredentialPatternContainerStyle for F10
In unfold display, the pattern view UI showing in 2 panes
But the additional horizontal padding make the pattern view
truncate.

Test: build and flash, use demo BP to check the pattern view UI
Test: run CTSVerifier and check the test
Bug: 268276210
Change-Id: Idc040bf7f022c1a282c46d1652a0ce3ca75c1839
2023-02-09 11:49:20 +00:00
TreeHugger Robot
9fdc12be7e Merge "Add template for generating felix vendor blobs" into tm-qpr-dev am: a39898298f
Original change: https://googleplex-android-review.googlesource.com/c/device/google/felix/+/21325016

Change-Id: Id301bbf6197c9d7c6eb3e76eee4bc4b62bd69a4b
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-02-09 02:55:04 +00:00
TreeHugger Robot
a39898298f Merge "Add template for generating felix vendor blobs" into tm-qpr-dev 2023-02-09 02:13:42 +00:00
Bill Yi
b62161bc0f Add template for generating felix vendor blobs
Also add template for factory image

TEST: generated images/blobs from artifacts. Flashed device

BUG:268260164
Change-Id: I621d65b054bd8dcff3a816dde40e4c906414a347
2023-02-08 21:14:43 +00:00
Chase Wu
e4e692f74d cs40l26: Add a maximum scale protection for primitive effects
Bug: 267419872
Test: HW test
Change-Id: I18f0e096e63ae6844bb0b47c43011cd012845f75
2023-02-08 17:20:41 +08:00
Blossom Chiang
9e8f3cd0f7 Revert "Obsecure camera EXIF information for AOSP camera." am: 244881df4e
Original change: https://googleplex-android-review.googlesource.com/c/device/google/felix/+/21288464

Change-Id: I10bfafcb2188c1e8b043c0ace11fa5a4f650f4fb
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-02-08 05:09:05 +00:00
Weizhung Ding
2771a88955 display: update golen profile
Bug: 267418808
Test: check log and dumpsys
Change-Id: Ifb38c6e9d14932ffbb57393f828c1a77ac30eac2
2023-02-06 21:59:32 +08:00
Blossom Chiang
244881df4e Revert "Obsecure camera EXIF information for AOSP camera."
This reverts commit 0cfb27ef87.

Reason for revert: the change is not necessary because GCA is built in-ROM.

Bug: 267970295
Test: check SELINUX
Change-Id: I21ed659914a347cad43ae381ab95debe24c7a529
Merged-In: I0ec02d6942cf40b5905dd05f5b609113b46063e2
2023-02-06 11:33:13 +00:00
Carter Hsu
ba2b2ca1be Merge "Update speaker-mic-post setting for increasing gain" into tm-qpr-dev am: ea50a3e631
Original change: https://googleplex-android-review.googlesource.com/c/device/google/felix/+/21153646

Change-Id: If3ebc1c64d1a03531364955bcb2ce4da2a80e0fe
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-02-01 10:40:51 +00:00
Carter Hsu
ea50a3e631 Merge "Update speaker-mic-post setting for increasing gain" into tm-qpr-dev 2023-02-01 10:12:28 +00:00
TreeHugger Robot
3feb4b8da0 Merge "thermal: align the gxp throttling policy with P22" into tm-qpr-dev am: 56ec7876cf
Original change: https://googleplex-android-review.googlesource.com/c/device/google/felix/+/20999811

Change-Id: I7b1a544a9b32e736344dd5d45390a26dd0ea3f71
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-02-01 09:12:05 +00:00
TreeHugger Robot
56ec7876cf Merge "thermal: align the gxp throttling policy with P22" into tm-qpr-dev 2023-02-01 08:29:20 +00:00
Carter Hsu
70d72b1759 Update speaker-mic-post setting for increasing gain
Change gain from 0 to 22
    <path name="speaker-mic-post">
    <ctl name="MIC Record Soft Gain (dB)" value="22"/>

Bug: 267236408
Test: Hardware team verified, b/267236408#comment5
Change-Id: Ie90bcf3fb0cdabfa6848f686a542d32126dc33ff
Signed-off-by: Carter Hsu <carterhsu@google.com>
2023-02-01 07:15:40 +00:00
TeYuan Wang
6743939771 [DO NOT MERGE] thermal: correct the hyst value for VIRTUAL-SKIN-CHARGE am: 6eedadb40c
Original change: https://googleplex-android-review.googlesource.com/c/device/google/felix/+/21153653

Change-Id: I9ef092ad9c7386cbcdfe2b29d3cb17fbc90ec481
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-01-31 16:56:59 +00:00
TeYuan Wang
a1c43dba6c thermal: align the gxp throttling policy with P22
Bug: 265609046
Test: verified by emul_temp
Change-Id: I8688208c7b9b2830841c8b81dadf5c0cd682b813
2023-01-31 11:03:15 +00:00
TeYuan Wang
6eedadb40c [DO NOT MERGE] thermal: correct the hyst value for VIRTUAL-SKIN-CHARGE
Bug: 265915107
Test: emul_temp in off charging mode and check the throttling works
properly

Change-Id: I594359ebae347a36454f7cf2c1101494ac3c1484
2023-01-31 09:22:46 +00:00
Chase Wu
3ad6e7ffe2 Merge "[DO NOT MERGE] vibrator/cs40l26: Fix unsupport primitive effects test" into tm-qpr-dev am: d7df9abc72
Original change: https://googleplex-android-review.googlesource.com/c/device/google/felix/+/21015728

Change-Id: Ifeeebeea3dcf7b74ed74ae24ce517f2dcfd8dfce
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-01-31 03:56:57 +00:00
Chase Wu
aeca9c2df6 [DO NOT MERGE] vibrator/cs40l26: Fix unsupport primitive effects test am: 2724d61255
Original change: https://googleplex-android-review.googlesource.com/c/device/google/felix/+/21015728

Change-Id: I5356546cb334606256e828f60fb69134decdbaef
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-01-31 03:56:56 +00:00
Chase Wu
d7df9abc72 Merge "[DO NOT MERGE] vibrator/cs40l26: Fix unsupport primitive effects test" into tm-qpr-dev 2023-01-31 03:25:44 +00:00
Nick Chameyev
3bc2ad2c3a Update StatusBar height for portrait unfolded screeen am: a976196f43
Original change: https://googleplex-android-review.googlesource.com/c/device/google/felix/+/21024527

Change-Id: I9926df80ed5cff10de8225d16947ae873755ed4e
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-01-20 12:03:02 +00:00
Nick Chameyev
a976196f43 Update StatusBar height for portrait unfolded screeen
Currently, 3P apps could read the system resource
of status bar height for portrait orientation on the
unfolded screen. Updating this value to a correct one.

Bug: 264656380
Change-Id: I859b7c756f1dab88373bf2116cf1638a5faae624
Test: manual
2023-01-18 17:55:37 +00:00
Chase Wu
2724d61255 [DO NOT MERGE] vibrator/cs40l26: Fix unsupport primitive effects test
Bug: 264219822
Test: atest Vibrator/VibratorAidl#ComposeUnsupportedPrimitives/TOP_LEVEL_VIBRATOR_0
Change-Id: I736e509bcd1e8004c144744e06c63cc35b6fbfb2
2023-01-17 20:15:17 +08:00
Jason Chang
0137379e33 Merge "Fix expanded Accessibility overlaps with Face Circle in Educational Screen" into tm-qpr-dev am: fae76d2817
Original change: https://googleplex-android-review.googlesource.com/c/device/google/felix/+/20999814

Change-Id: I082b0d164e407d3212dc1e3fcbe0911713d0c197
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-01-17 04:28:53 +00:00
Jason Chang
fae76d2817 Merge "Fix expanded Accessibility overlaps with Face Circle in Educational Screen" into tm-qpr-dev 2023-01-17 04:05:10 +00:00
TreeHugger Robot
7852b02139 Merge "add powerhint for fusion zoom" into tm-qpr-dev am: 9c02d4eb2d
Original change: https://googleplex-android-review.googlesource.com/c/device/google/felix/+/20939690

Change-Id: I9018ace8c8c4cf3cb489612db65aa3e89ad38b33
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-01-17 02:42:41 +00:00
TreeHugger Robot
9c02d4eb2d Merge "add powerhint for fusion zoom" into tm-qpr-dev 2023-01-17 02:03:56 +00:00
Jason Chang
ca78ce4056 Fix expanded Accessibility overlaps with Face Circle in
Educational Screen

Fine-tuning Face enroll education page layout for expanding
Accessibility option.

Bug: 265474776

Test: manually go to Settings > Security & privacy > Device lock >
Face & Fingerprint Unlock > Face Unlock, then start enroll Face,
In second stage ("How to set up Face Unlock" page ), check the layout
and lottie animation with turned on expanded Accessibility option, and
they should not be truncated.
Test: m -j SettingsGoogleRoboTests RunSettingsGoogleRoboTests
Test: m RunSettingsRoboTests ROBOTEST_FILTER=
"com.android.settings.biometrics.face.FaceEnrollEducationTest"
Test: m RunSettingsRoboTests ROBOTEST_FILTER=
"com.android.settings.biometrics.face.FaceEnrollIntroductionTest"

Change-Id: I42e28a36fac9cd07dcacd4a16aab09de99211350
2023-01-16 14:44:39 +00:00
Ed Lin
c0e1335fc1 Merge "Update ./DevInfo/Mod model name" into tm-qpr-dev am: f4f56174bc
Original change: https://googleplex-android-review.googlesource.com/c/device/google/felix/+/20903926

Change-Id: Ib9c91944eb238bdd19160cbfb5d59507dc5d03b2
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-01-16 04:12:11 +00:00
Ed Lin
f4f56174bc Merge "Update ./DevInfo/Mod model name" into tm-qpr-dev 2023-01-16 04:02:01 +00:00
David Li
352a119c8b Merge "audio: Prepare the DVT cirrus tuning tables" into tm-qpr-dev am: 524a695ab7
Original change: https://googleplex-android-review.googlesource.com/c/device/google/felix/+/20976791

Change-Id: I6eafda02d7b9213d4bf2911e1a1d87ca7009d79a
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-01-16 03:53:36 +00:00
David Li
524a695ab7 Merge "audio: Prepare the DVT cirrus tuning tables" into tm-qpr-dev 2023-01-16 03:08:24 +00:00
Jason Chang
b5b5767e6f Merge "(1/2) Fix settings face enrollment UI layout problem" into tm-qpr-dev am: c2317d0875
Original change: https://googleplex-android-review.googlesource.com/c/device/google/felix/+/20903927

Change-Id: I9d6bea1954b13a821b252b7a4edcac33b1105ead
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-01-13 13:07:37 +00:00
Jason Chang
c2317d0875 Merge "(1/2) Fix settings face enrollment UI layout problem" into tm-qpr-dev 2023-01-13 12:31:40 +00:00
Jason Chang
cf83f6dd52 (1/2) Fix settings face enrollment UI layout problem
Use overlay mechanism to adjust face_enroll_education.xml layout
dimensions for ToF.

1. Fix settings face enrollment UI truncate problem
2. Fix It's hard to tap "setup for limited vision or head motion"
button

Bug: 260653042
Bug: 263065347

Test: manually go to Settings > Security & privacy > Device lock >
Face & Fingerprint Unlock > Face Unlock, then start enroll Face,
In second stage ("How to set up Face Unlock" page ), check the layout
and lottie animation do not truncate.
Test: m -j SettingsGoogleRoboTests RunSettingsGoogleRoboTests
Test: m RunSettingsRoboTests ROBOTEST_FILTER=
"com.android.settings.biometrics.face.FaceEnrollEducationTest"
Test: m RunSettingsRoboTests ROBOTEST_FILTER=
"com.android.settings.biometrics.face.FaceEnrollIntroductionTest"

Change-Id: Ib42a2632bf501b20b4386ed656701ca8ec7b3924
2023-01-13 10:44:24 +00:00
David Li
10068623e7 audio: Prepare the DVT cirrus tuning tables
1.Update fallback values for both top and bot speakers
2.Update the actisonic and FIR parameters
3.Update the fastswitch for swtiching the different scenarios(playback, voice call, low power)

Files from the latest attachment on b/264948011

Bug: 260653033
Bug: 264948011
Test: verified by jackwjchen@
Change-Id: I9ddfb9551d86dae02145175bf33778a82969734d
2023-01-13 18:13:36 +08:00
TreeHugger Robot
182924b4c2 Merge "audio: Prepare the DVT cirrus tuning tables" into tm-qpr-dev am: e9ca6d8395
Original change: https://googleplex-android-review.googlesource.com/c/device/google/felix/+/20953245

Change-Id: Ice64b495d08666fd16d4846af1e4938f167c08fd
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-01-13 09:29:02 +00:00
David Li
0c9c211bce audio: Merge telephony tuning tables am: 8a9597f2da
Original change: https://googleplex-android-review.googlesource.com/c/device/google/felix/+/20953244

Change-Id: I2d95696dd7564b91a7334144c5eb79e0103a8f68
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-01-13 09:29:01 +00:00
TreeHugger Robot
e9ca6d8395 Merge "audio: Prepare the DVT cirrus tuning tables" into tm-qpr-dev 2023-01-13 08:47:22 +00:00
Bill Lin
5f8a7caa67 Merge "(1/2) To config new UI for ToF Success Screen (Face Enroll Confirmation) page" into tm-qpr-dev am: 0d28b35a6d
Original change: https://googleplex-android-review.googlesource.com/c/device/google/felix/+/20860064

Change-Id: I82f3681dadbf3777d93448aabec5cb4e0f1b3ea1
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-01-13 03:56:58 +00:00
David Li
8a9597f2da audio: Merge telephony tuning tables
1.Handset
- Adjust the AMS parameters to avoid false triggering.
- Fine-tune the downlink performance due to acoustic change in DVT.
2.Handsfree
- Optimize double talk performance.
- Fine-tune the downlink performance based on the new CIRRUS bin setting.
3.Headset
- Leverage Handsfree uplink setting to TTY-VCO and Headphones.
- Leverage Handsfree downlink setting to TTY-HCO.
4. mixer paths
- Modify the initial value of fast switch file
- Modify the D gain of the path "voice-speaker"

Files from the latest attachment on b/264972374

Bug: 264972374
Test: verified by huangsean@
Change-Id: Iba756795ec747a760b193428d6591959b902070f
2023-01-13 09:53:57 +08:00