Hawkwood Glazier
168dab2357
Felix overrides for smartspace positioning
...
Bug: 283308908
Test: Manually checked a bunch of configurations
Change-Id: I1f9c23b93b1a845e7442b96a1f762a278fdde9d1
Merged-In: I1f9c23b93b1a845e7442b96a1f762a278fdde9d1
2023-06-07 18:49:45 +00:00
Suprabh Shukla
a452a3e6f6
Update Sound_trigger interrupt mapping
...
Test: Manually verify the output of `dumpsys batterystats --wakeups`
Bug: 284405919
Change-Id: If89df80027baff8734d31fd64bbdae5ab3d78251
2023-05-26 13:11:01 -07:00
Richard Chang
590c50e1bd
felix: remove customizedMaxCachedProcesses
...
With project Snowbird in U, the MaxCachedProcesses is 1024 by default
Bug: 278086134
Test: Build
Change-Id: I939854c369da8bcf10bc2a3daf80119cfc75fad5
2023-05-15 02:42:06 +00:00
Suprabh Shukla
6ea4b5de0d
Adding interrupt mapping for sound_trigger wakeups
...
Test: Manually inspect the output of `dumpsys batterystats --wakeups`
Bug: 271922941
Change-Id: I4b8c3f024bf86d7fbbe7d618fd3905820ce51e54
2023-05-10 16:06:51 -07:00
Suprabh Shukla
22572e15bd
Add wakeup interrupt mapping
...
Test: Manually inspect the output of:
`dumpsys batterystats --wakeups`
Bug: 271922941
Change-Id: I8a1fa820f9f4208880e5ac13180f9d347581182b
2023-05-03 22:12:23 +00:00
Nicolò Mazzucato
89cdd74ec4
Merge "Increase keyguardDrawnTimeout to reduce fold->AOD flickers" into tm-qpr-dev am: 3029b6ee68
am: 483c128b6e
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/felix/+/21938815
Change-Id: Ic224224311fde3f7e5f0b3e3cbbf8d17942c440a
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-03-13 20:21:43 +00:00
Nicolò Mazzucato
3029b6ee68
Merge "Increase keyguardDrawnTimeout to reduce fold->AOD flickers" into tm-qpr-dev
2023-03-13 19:39:51 +00:00
Nicolo' Mazzucato
628167f508
Increase keyguardDrawnTimeout to reduce fold->AOD flickers
...
This is a temporary measure to decrease the chances of flickers when folding to aod, while we work in parallel to decrease latency.
According to ww metrics, Fold to AoD takes:
p50: 714ms
p89: 1020ms
p95: 1147ms
p99: 1577ms
Once we hit the keyguard drawn timeout, the screen is turned on . However, in some cases sysui and launcher are not ready, and this results with the screen on while showing the unfolded layout, with a rapid transition to the folded one (according to pitot data[1], this happens in 11% of the fold->aod).
This cl sets the timeout to 1700ms (slightly higher than p99). In this way, the chances to have flicker are greatly reduced, but the underlying latency problem remains.
In parallel, we're looking to decrease this latency (see bug).
[1] https://screenshot.googleplex.com/9gV9nEfpstkJmCt
Bug: 243015678
Test: fold->aod many times, no flicker.
Change-Id: I0738901279136dd7577016a3ba46dc4c5b9a86f1
2023-03-10 08:26:16 +00:00
TreeHugger Robot
4346d16968
Merge "Persist the nit brightness for the default display" into tm-qpr-dev
2023-03-09 15:11:33 +00:00
Piotr Wilczyński
0af89589cf
Persist the nit brightness for the default display
...
Store the brightness for the default display in nits in persistent data store so that it can be persisted if the device reboots or the display device changes.
Bug: 258455654
Test: adb shell dumpsys display | grep mPersistBrightnessNitsForDefaultDisplay
Change-Id: I20a0a686ee1e4e945fbcd99d5b996534f8ef93b7
Merged-In: I20a0a686ee1e4e945fbcd99d5b996534f8ef93b7
2023-03-09 11:36:06 +00:00
Weizhung Ding
ab4ddf458e
Merge "extend lux/brightness mapping table" into tm-qpr-dev am: 54d838fdb8
am: ff35776872
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/felix/+/21695292
Change-Id: Ibc7069db1a0393f30c4eb2e2bd0b502a0cf0aee7
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-03-09 11:12:39 +00:00
TreeHugger Robot
0471d19f34
Merge "Persist the nit brightness for the default display" into udc-dev
2023-03-09 11:05:57 +00:00
Piotr Wilczyński
e00b9fb531
Persist the nit brightness for the default display
...
Store the brightness for the default display in nits in persistent data store so that it can be persisted if the device reboots or the display device changes.
Bug: 258455654
Test: adb shell dumpsys display | grep mPersistBrightnessNitsForDefaultDisplay
Change-Id: I20a0a686ee1e4e945fbcd99d5b996534f8ef93b7
2023-03-08 18:03:44 +00:00
Suprabh Shukla
4267c03e58
Add device map for wakeup attribution to felix
...
This xml maps the devices that can wake the main CPU up to subsystems
that use them.
Test: Builds, boots. Manualy verify the loaded map in the output of
`dumpsys batterystats --wakeups`
Bug: 271922941
Change-Id: I3988cde6d8c5258c1f952ccd8c0a08143998473a
2023-03-06 16:52:50 -08:00
Weizhung Ding
2e9591f5b3
extend lux/brightness mapping table
...
extend lux/brightness mapping table to support 1200nits
Bug: 270673324
Test: brightness level can be 100%
Change-Id: Ie77e797fa5f4a860f8fdd6c84379819dd870192d
2023-03-06 12:43:04 +00:00
Amy Hsu
d1f7d6e198
Merge "display: remove the blocking zone for HBM HDR in config" into tm-qpr-dev am: 9371b94685
am: a8cfb736d3
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/felix/+/21398184
Change-Id: Id85403e4d1c0fb9cef888cb1870c77e1014f586e
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-02-16 11:31:43 +00:00
Amy Hsu
aaa5680897
display: remove the blocking zone for HBM HDR in config
...
We have different settings for inner and outer. So we will use display
config to set them separately.
Bug: 258107876
Test: manual testing
Change-Id: I12ea64b9874ee79eec94c4ede6fa2320b27d0c41
2023-02-13 08:24:10 +00:00
TreeHugger Robot
dc6d46bc50
Merge "Customize AuthCredentialPatternContainerStyle for F10" into tm-qpr-dev am: f72f2a3b51
am: b3e8fd2369
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/felix/+/21346464
Change-Id: Ib107caa9fc07b04ebb750eb3dd97992ae5b72ce0
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-02-10 05:16:40 +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
Nick Chameyev
4e0ea7f986
Update StatusBar height for portrait unfolded screeen am: a976196f43
am: 3bc2ad2c3a
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/felix/+/21024527
Change-Id: Iaca68245961d8f91e65e880f417c614c0fd55de3
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-01-20 12:41:43 +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
Bill Lin
c15c214b88
Merge "5/ Turn ON face auth dismisses keyguard by default on F10" into tm-qpr-dev am: a439291b27
am: fafba3359f
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/felix/+/20747854
Change-Id: I738bfa90df89532206835f11677e0df1691ced22
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-01-12 08:45:13 +00:00
Bill Lin
0e6064843c
Merge "4-2/ Config config_face_auth_supported_posture to listen for face on folded state" into tm-qpr-dev am: 7f9a7ed35a
am: 2a24331bbf
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/felix/+/20640912
Change-Id: I9ab16a9dee621dd3ece0e2760e14b1a37f8591c5
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-01-12 08:45:02 +00:00
Bill Lin
a439291b27
Merge "5/ Turn ON face auth dismisses keyguard by default on F10" into tm-qpr-dev
2023-01-12 07:20:36 +00:00
lbill
4e71fdbecd
4-2/ Config config_face_auth_supported_posture to listen for face on folded state
...
1. Set config_face_auth_supported_posture to 1(DEVICE_POSTURE_CLOSED)
2. Set the camera id to 1 for the front camera
Test: Check face auth do not active when device on unfolded state
Test: Check face auth active when device on folded state
Bug: 260636659
Change-Id: I6cbaa43bd7a60e3ac1aa1c14c8bb6559c7e3a8c6
2022-12-22 18:17:53 +08:00
lbill
a526c9aeaa
5/ Turn ON face auth dismisses keyguard by default on F10
...
Bug: 260636659
Test: manual build and check face auth default settings
Change-Id: I592b3b69cf3e078f4dad9466a044da9526c3400b
2022-12-16 07:25:05 +00:00
Amy Hsu
9bc4bff71a
Merge "display: add blocking zone for HBM HDR" into tm-qpr-dev am: 2bfe63fde4
am: 289aca7d35
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/felix/+/20596354
Change-Id: I0dc6cc37559bc71daec9abd1ca63943a7ecf5127
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-12-12 04:56:08 +00:00
Amy Hsu
2bfe63fde4
Merge "display: add blocking zone for HBM HDR" into tm-qpr-dev
2022-12-12 04:05:05 +00:00
TreeHugger Robot
757c2066c9
Merge "Remove udfps-configs for device w/o udfps" into tm-qpr-dev am: c0f901cfea
am: d3705e254d
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/felix/+/20679912
Change-Id: If045e6b820eca81376608add0ddfb96710b143f1
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-12-08 16:38:48 +00:00
Beverly
83da95b468
Remove udfps-configs for device w/o udfps
...
Removes sensors specified for:
config_dozeUdfpsLongPressSensorType
config_quickPickupSensorType
Test: builds, AoD works
Fixes: 261748785
Change-Id: I53364c8e00a15c4a8b3efdcffef3dd8a6d512c50
2022-12-08 14:34:57 +00:00
Amy Hsu
c3a13c7ce3
display: add blocking zone for HBM HDR
...
fix hbm hdr at 60 hz
Bug: 259644610
Test: Check FPS when playing HDR video and at HBM mode.
Change-Id: Ie1073fb5fd51c3a4fc166f2838944e6b28540198
2022-12-08 01:35:24 +00:00
Shawn Lin
7af458e786
Merge "Add display shape config for F10"
2022-12-01 07:34:39 +00:00
Shawn Lin
78be149aab
Update status bar height to center the hole punch cutout
...
Bug: 253071694
Test: make
Change-Id: I76602279a987af0593e8585606a80b33fc4d71c5
2022-10-17 19:07:58 +08:00
Weizhung Ding
d328c82ab7
Enabel smooth display
...
Bug: 234327332
Test: entry/exit idle and AoD
Change-Id: Icebb3e85ff23631b051d11a359c44a7efe28cdad
2022-10-11 10:43:25 +08:00
Shawn Lin
bcf94715b4
Add display shape config for F10
...
Bug: 236935288
Test: make
Change-Id: I391c320f9cab2e430b182101814a997fd2430771
2022-10-05 16:30:05 +08:00
Shawn Lin
cad27fd619
Update cutout & rounded corner configs
...
Bug: 234327307
Test: make
Change-Id: Ib855e5cf965e9bb76b736cad9a8ea2593879adc2
(cherry picked from commit da937e8ca0
)
Merged-In: Ib855e5cf965e9bb76b736cad9a8ea2593879adc2
2022-09-20 09:14:51 +00:00
Shawn Lin
da937e8ca0
Update cutout & rounded corner configs
...
Bug: 234327307
Test: make
Change-Id: Ib855e5cf965e9bb76b736cad9a8ea2593879adc2
2022-09-20 11:25:57 +08:00
Gil Liu
c358c2b727
Merge "display: update AOD brightness setting" into tm-qpr-dev
2022-09-16 07:58:34 +00:00
Gary Jian
58bcd73499
Merge "Correct MMS UA, UAProf for F10" into tm-qpr-dev
2022-09-16 06:45:03 +00:00
Gary Jian
18f271ab61
Correct MMS UA, UAProf for F10
...
Bug: 239520846
Test: make
Change-Id: Id42f8cffef9997e79ce602e32440fb07fc65338b
2022-09-14 11:41:51 +08:00
gilliu
7a8d1b7ad0
display: update AOD brightness setting
...
Bug: 244389620
Test: check AOD brightness
Change-Id: Iadce02f701e1572a269a739c0c18224fd955a442
2022-09-06 08:50:21 +00:00
Alex Chau
cf1f36d2c4
Fix height of status bar
...
Fix: 244590750
Test: none
Change-Id: I507608b7fd13b2cb0ac0650db6b5c2372bffb211
2022-09-01 18:12:56 +01:00
Gil
3f58156018
Config: Update display config file
...
1. Auto Brightness debounce
2. ambient threshold setting
3. Auto Brightness table
Bug: 234326197
Bug: 234327304
Test: adb shell dumpsys display
Change-Id: I387dae5c5c8a554ccdeb799462e5553089c257dd
2022-08-30 20:10:59 +08:00
Burney Yu
f1af595c4e
F10: update default brightness
...
update default brightness in kernel to match the brightness from bootloader.
Test: make dist -j 128
Bug: 234327433
Change-Id: Iadc96325addda2fa569a70bd7d6aa14e5c181ad2
2022-08-16 18:53:52 +08:00
Gary Jian
6d96a3ba30
Handle the network selection restoring in modem side
...
Bug: 240654108
Test: manual
Change-Id: Ia2aab8cbb3beb2aea572a29f2a125e2ed185262c
2022-08-03 16:39:53 +08:00
Tai Kuo
a18f357b38
Set audio haptic channel amplitude limit
...
Bug: 236709186
Test: dumpsys vibrator_manager
Change-Id: I8e1555c29aa2f617d49b277d13bdfc74303d341f
2022-07-27 12:01:55 +00:00
Sam Ou
573f754531
Merge "power_profile: update modem power numbers" into tm-qpr-dev
2022-07-18 03:58:40 +00:00
Sam Ou
6c75444bbf
power_profile: update modem power numbers
...
Bug: 209525694
Signed-off-by: Sam Ou <samou@google.com>
Change-Id: Ife6448f674a63a9361867f9f4ebefa79f60698b1
2022-06-23 04:01:44 +00:00
TreeHugger Robot
e0232c5006
Merge "power_profile: Correct CPU topology and update power number" into tm-qpr-dev
2022-04-28 10:42:24 +00:00
Sam Ou
caf4102a07
power_profile: Correct CPU topology and update power number
...
Bug: 219870109
Signed-off-by: Sam Ou <samou@google.com>
Change-Id: Ib17f537fe1206f6315eb0f1e57f864363c551180
2022-04-28 06:31:22 +00:00