Commit graph

2672 commits

Author SHA1 Message Date
Android Build Coastguard Worker
4be47e41f6 Snap for 10035032 from f556de9f1f to udc-release
Change-Id: I7da4dde977a5f3891510b1b384a74b7d6425ed60
2023-04-29 01:07:34 +00:00
Rios Kao
f556de9f1f audio: add smartfeature table for chre tuning
note: add smartfeature.gstf that only used for Hotword
      pipeline in AoC which is sharing to chre usage too.

      On WHI_PRO
        CHRE PDM Gain(gain=158)
        CHRE AEC Gain(gain=-42)
        CHRE SRC AEC Timeout(timeout=0)
      This table also contains hotword gain control as
      Non Eraser gain (gain=220)
     Eraser Post Gain (gain=220)

Test: end-to-end verify by CHRE
      using aoc_audio_cfg to query gain as below

      adb shell aoc_audio_cfg hotword_get_non_eraser_gain
      adb shell aoc_audio_cfg hotword_get_eraser_post_gain
Bug: 271078701

Change-Id: I14ee4856887d6a6587b34733288a76c305c271dc
2023-04-28 02:17:26 +00:00
Android Build Coastguard Worker
dbd7a0ac25 [coastguard skipped] Merge sparse cherrypicks from sparse-10012295-L52100000960252134 into udc-release.
COASTGUARD_SKIP: I75778fc89bbe87e5ab3823c74ddefa9ced6c56e8
COASTGUARD_SKIP: I017e5e3a8b7d50541791876f9b29f8bd33434e10

Change-Id: I96b15e8ee96f40b511bfae1de393bfdb2def1633
2023-04-27 02:23:09 +00:00
Android Build Coastguard Worker
c78b833a1e Merge cherrypicks of ['googleplex-android-review.googlesource.com/22876742'] into sparse-10012295-L52100000960252134.
SPARSE_CHANGE: I017e5e3a8b7d50541791876f9b29f8bd33434e10

Change-Id: I75778fc89bbe87e5ab3823c74ddefa9ced6c56e8
2023-04-27 02:16:06 +00:00
Qais Yousef
83e0fd5167 Fix wrong uclamp setting
Bug: 279708843
Signed-off-by: Qais Yousef <qyousef@google.com>
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:5ec2a126feb1047f0993b82303b14b2bfbfd2cdf)
Merged-In: I017e5e3a8b7d50541791876f9b29f8bd33434e10
Change-Id: I017e5e3a8b7d50541791876f9b29f8bd33434e10
2023-04-27 02:15:16 +00:00
Android Build Coastguard Worker
a9fa342d5c Snap for 10017950 from 5ec2a126fe to udc-release
Change-Id: I85e4aa0546724e8d5f334038a1ad43d0e202799d
2023-04-26 23:03:17 +00:00
Qais Yousef
5ec2a126fe Fix wrong uclamp setting
Bug: 279708843
Signed-off-by: Qais Yousef <qyousef@google.com>
Change-Id: I017e5e3a8b7d50541791876f9b29f8bd33434e10
2023-04-26 10:40:11 +00:00
Android Build Coastguard Worker
929ab7316f Snap for 10009955 from 3cdcdda069 to udc-release
Change-Id: Ib6d35a5bd39d220bb7f86383f2323f95fe4a67fa
2023-04-26 01:07:30 +00:00
Qais Yousef
3cdcdda069 powerhint.json: Update uclamp_min hint to account for margin
Upstream has fixed relationship between uclamp_min and margin which
means uclamp_min value between 80-100% of capacity of the CPU is a valid
value and will not cause upmigration.

To keep the current hints in powerhint.json the same, we must update
uclamp_min to be capacity_orig_of(medium_cpu) + 1.

This change is dependent on uclamp vs fits margin in GKI, vendor
modules. And an improvement in sched_pixel to ignore the 25% boost if
the only reason to request the frequency is uclamp_min.

To cater for the later - we multiply each uclamp_min value with 1.25
- except ones that look intentionally set around capacity boundaries.

Bug: 261695590
Test: UiBench
Signed-off-by: Qais Yousef <qyousef@google.com>
Change-Id: I1736489c63591feb62b04468c6a8b1208ee1bfff
2023-04-25 21:27:34 +00:00
Cyan_Hsieh
78cbe9bdab Add device mk OWNERS
Bug: 278167548
Change-Id: Ic69edf70df5940e06769a643a0be73dca71384dc
2023-04-25 05:35:12 +00:00
Qing Wang
5ba908f5a4 Revert "Disable Settings large-screen optimization"
This reverts commit 98c7f94308.

Reason for revert: b/279461170

Change-Id: Ic9a73c7cdee01926d08ac109e4f298ee178f9a66
2023-04-24 23:13:35 +00:00
Andrii Kulian
98c7f94308 Disable Settings large-screen optimization
Disable the optimization that is automatically enabled when
including Window Extensions through Activity Embedding.
The optimization causes to launch an additional trampoline
activity for deep links, even when the screen size is smaller
than required by Activity Embedding rules.

Bug: 267725145
Test: Build, perf metrics
Change-Id: I3310b63f655c3b859ab294b9174eb1be12cb6392
2023-04-24 15:43:16 +00:00
Android Build Coastguard Worker
893df7b2b2 Snap for 9990577 from 955862ddf2 to udc-release
Change-Id: I68aeccc60174f41f464af743f31f35381d3812a7
2023-04-22 01:07:27 +00:00
Jasmine Cha
955862ddf2 audio: update aidl platform config
- Add spatial_capture_conditions since this conditions will be different
  by each project.

Bug: 267548143
Test: manual test

Change-Id: I05e6124dad0afed267ec1caa2f469312589a7d73
Signed-off-by: Jasmine Cha <chajasmine@google.com>
2023-04-21 06:26:32 +00:00
Patty Huang
52bc1939d2 Enable 32k for some audio configurations with offload path
Bug: 272597112
Test: check the offload supported config
Change-Id: I644c3429c1ebad892a77ccfcbf45deb2d8278cf2
2023-04-21 02:15:16 +00:00
Android Build Coastguard Worker
d21827dd33 Snap for 9981223 from 8e5eab0390 to udc-release
Change-Id: I78395aafc6efd06fe41076f975c256a5aee188d1
2023-04-20 23:03:24 +00:00
Android Build Coastguard Worker
23a5f474b7 Snap for 9972090 from a904c56d0c to udc-release
Change-Id: I7d849262cd4bb535576659c5854645607275b865
2023-04-20 01:15:10 +00:00
Jimmy Shiu
8e5eab0390 powerhint: Boost GPU(302000) by 1st frame
Use CPU_LOAD_RESET hint to boost the GPU freq to 302000

Bug: 243025173
Test: Manual
Change-Id: I519297e55aa8efd84d408a81d6cd1d2bea76df3c
2023-04-19 22:02:15 +00:00
Android Build Coastguard Worker
675c9327bd Snap for 9966400 from b2bfcf6b59 to udc-release
Change-Id: I696ef169c74840be8054a585d4a9a3e8991b7888
2023-04-19 01:07:22 +00:00
Cyril Lee
a904c56d0c Revert^2 "[Quickstart] Turn off QS on legacy Pixels"
277a867059

Change-Id: Icdaae0874a5fc9b6ad0212b4cc883e81c594cebc
2023-04-19 01:03:59 +00:00
Poomarin Phloyphisut
b2bfcf6b59 [USB Audio] Enable 192k support sample rate to hifi usb
related cl: ag/22549253

Test: Local Test.
Bug: 198122814
Change-Id: I518671e5196c65a1a764aeae73d0a2ae01e14645
2023-04-18 17:17:26 +00:00
Jasmine Cha
22da5b272a audio: update table
- move control Mic Spatial Module Enable to code.
- add camcorder mic setting.
- move definition of Waves instance id number to code.

Bug: 206738075
Test: manual test/ host test
 vendor.google.whitechapel.audio.hal.audio.tuner_tests

Change-Id: I8ba5dee5a6f5a25f1b208a8cd305a0f9141b5e8a
Signed-off-by: Jasmine Cha <chajasmine@google.com>
2023-04-18 05:13:20 +00:00
Android Build Coastguard Worker
83fea3ed9f Snap for 9957928 from 66e2027187 to udc-release
Change-Id: Ia2520ced86b609b1313fa8b3a0df35bafe28798d
2023-04-18 01:07:38 +00:00
Shuibing Dai
66e2027187 Enable updating country code from scan results for generic case
Bug: 271928725
Bug: 267944733
Test: manually test
Change-Id: Ic58802de7829ff0c82d088a34a5c7d019ec7e003
2023-04-17 15:46:24 +00:00
Android Build Coastguard Worker
e2aee631f3 Snap for 9947982 from 277a867059 to udc-release
Change-Id: Idd74324b14bdc87ecb528e90330ad3d487d856a5
2023-04-15 03:04:54 +00:00
Cyril Lee
277a867059 Revert "[Quickstart] Turn off QS on legacy Pixels"
Revert submission 22606975-turn off qs

Reason for revert: confirm with team that this CL submit too early and need to rollback then submit again at 4/19.

Reverted changes: /q/submissionid:22606975-turn+off+qs

Change-Id: I7334caba23540ec68224971ca8b42f4aebd05227
2023-04-14 01:13:42 +00:00
Cyril Lee
79a3eae957 [Quickstart] Turn off QS on legacy Pixels
Bug: 277898824
Change-Id: I7773d5bf9345288428947cbb146fc90b873fbac2
Test: manually test
2023-04-13 12:00:53 +00:00
Android Build Coastguard Worker
335f574705 Snap for 9930594 from bf30943016 to udc-release
Change-Id: I03bb64015dd627e723bc3b2ab24aade3601eb4c6
2023-04-13 01:16:19 +00:00
Xin Li
bf30943016 [automerger skipped] Merge TQ2A.230405.003 am: c17ad3f29c am: 2188e52fb8 -s ours am: 93730f8f12 -s ours
am skip reason: Merged-In I7ab4f168a95f75760d12aa349ee1d98837cbf80a with SHA-1 bbbf58bd9b is already in history

Original change: https://android-review.googlesource.com/c/device/google/pantah/+/2528311

Change-Id: I8384e90c561a4301cecf9dbb85a5cb4f922463c8
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-04-12 20:57:08 +00:00
Xin Li
93730f8f12 [automerger skipped] Merge TQ2A.230405.003 am: c17ad3f29c am: 2188e52fb8 -s ours
am skip reason: Merged-In I7ab4f168a95f75760d12aa349ee1d98837cbf80a with SHA-1 bbbf58bd9b is already in history

Original change: https://android-review.googlesource.com/c/device/google/pantah/+/2528311

Change-Id: I56087b0fdc1ea0e60ecc15e5018eb1c59c4e77c6
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-04-12 20:22:55 +00:00
Xin Li
2188e52fb8 Merge TQ2A.230405.003 am: c17ad3f29c
Original change: https://android-review.googlesource.com/c/device/google/pantah/+/2528311

Change-Id: Ib19b2f31332f7b830b8306badec7adc163de9a49
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-04-12 19:00:57 +00:00
Android Build Coastguard Worker
a3cf061f32 Snap for 9921839 from 25eb6c76cd to udc-release
Change-Id: I4935bc12ac5bcdfb4d0249af41f35ef191debbf7
2023-04-12 01:07:44 +00:00
Xin Li
c17ad3f29c Merge TQ2A.230405.003
Bug: 271343657
Merged-In: I7ab4f168a95f75760d12aa349ee1d98837cbf80a
Change-Id: I9c04d414f0e78f76c16f8a8166871ec1f0360a3f
2023-04-10 23:55:30 -07:00
Steve Berbary
25eb6c76cd [automerge] Update pantah SVN to 21 2p: ac09eb2547 am: e4f3ca2eeb
Original change: https://googleplex-android-review.googlesource.com/c/device/google/pantah/+/22554270

Change-Id: I78347f29218cc05f5f366e2c41ef0eab9b2a5caa
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-04-11 04:07:09 +00:00
Steve Berbary
e4f3ca2eeb [automerge] Update pantah SVN to 21 2p: ac09eb2547
Original change: https://googleplex-android-review.googlesource.com/c/device/google/pantah/+/22554270

Bug: 277078610
Change-Id: I1e89b742c5f7dde9ec25b39269c0c99bdc3bc115
2023-04-11 01:50:20 +00:00
Steve Berbary
ffd4259e6c Update pantah SVN to 21
Bug: 277078610
Change-Id: Icf69e29e71f8f70e9d9709f03d31db7403eea91f
2023-04-11 01:50:08 +00:00
Android Build Coastguard Worker
eee9906292 Snap for 9839270 from 6342139486 to udc-release
Change-Id: I1c0c0aa61ef6c7ce0d69363e0e8284ef69560417
2023-03-29 02:22:57 +00:00
Liang Li
6342139486 Enable adjusting link layer stats polling interval
Enable the feature of adjusting link layer stats polling interval in Pixels.

Bug: 237530606
Test: manual
Change-Id: I7298acef18ca1bbcfce89cbd642846bc501f7475
2023-03-28 02:40:43 +00:00
Android Build Coastguard Worker
2c43e8644a Snap for 9824958 from 14235c553e to udc-release
Change-Id: I6742079edfa176211306e781a6c5b5e4108b796a
2023-03-26 23:03:16 +00:00
David Li
14235c553e audio: reorg aidl_config and add voice call paths
Bug: 206737711
Test: mm
Change-Id: I465b1beb2156f63823f944350e62138cfdced3cf
2023-03-26 16:01:44 +00:00
Android Build Coastguard Worker
f215b298bf Snap for 9815702 from e4cd4bf4ae to udc-release
Change-Id: I90335f50568ff2bf9f84e6c61743c63ff2fcb990
2023-03-25 03:03:16 +00:00
chenkris
e4cd4bf4ae Move udfps antispoof property to common g7 folder
Bug: 270657514
Test: authenticate fake finger
Change-Id: I6bcfa7bd948cab8037bda68f1722e0cc60ad0c4c
2023-03-24 03:24:59 +00:00
Carter Hsu
6dc1cbc426 Fortemdia: update kid's voice performance am: 235968785d am: 73e2b77cb1
Original change: https://googleplex-android-review.googlesource.com/c/device/google/pantah/+/22194144

Change-Id: Ic9f98743d623ebf45147d9c9e4c44bcf50554e5f
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-03-24 01:54:23 +00:00
Carter Hsu
73e2b77cb1 Fortemdia: update kid's voice performance am: 235968785d
Original change: https://googleplex-android-review.googlesource.com/c/device/google/pantah/+/22194144

Change-Id: Idf5119b673eee905ccfc34c99f025d8549ed0435
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-03-24 01:25:56 +00:00
Android Build Coastguard Worker
f2abf815a2 Snap for 9803320 from 22b6dc88e3 to udc-release
Change-Id: I4d298ef0f855920c95b91996a4721395141e21f6
2023-03-24 01:07:49 +00:00
Beverly
22b6dc88e3 Remove unused dimen auth_ripple_alpha_in_duration
Bug: 274785453
Test: device builds
Change-Id: I16995427297c5d11ee5448fb8be53682ab36e5d7
2023-03-22 18:15:32 +00:00
Carter Hsu
235968785d Fortemdia: update kid's voice performance
Bug: 274729450
Test: Verified by Acoustic
Change-Id: Ie1de856a127d9bf4b4f0b196274aa4d8df584c91
Signed-off-by: Carter Hsu <carterhsu@google.com>
2023-03-22 16:36:18 +08:00
Android Build Coastguard Worker
e943e43c55 Snap for 9781601 from 49c576ae22 to udc-release
Change-Id: Ibf916b513c5fec0d0d8eaa664c5d8e1a86be9532
2023-03-21 03:02:54 +00:00
Sal Savage
49c576ae22 Use default assignment operator for LE Audio profile properties
Since there's no other assignment currently (default value with no
assignment is false) and other targets built on top of phones want to
override these profile settings, we'll change the assignment operator
used for the properties to "?=". This way, others can use "=" to
override.

Tag: #stability
Bug: 274015277
Test: build and flash, observe no more build errors
Merged-In: I1c1b656bd17b4da574e41a404289b974030fd2f5
Change-Id: I1c1b656bd17b4da574e41a404289b974030fd2f5
(cherry picked from commit c975e5e775)
2023-03-17 22:18:02 +00:00
Android Build Coastguard Worker
84f2910d10 Snap for 9762093 from f2d36eb88e to udc-release
Change-Id: Iae3610c520884171c0b23e5bd81f740dd54dd0fd
2023-03-17 03:02:44 +00:00