Add Chip_Configuration_FeatureCfg_MTPL = 0 to disable MTPL
Bug: 336179125
Test: CTS/VTS, GNSS sanity test and SST in b/336424148
Change-Id: I56c9859a13dba388321b499d11e16cd4ec2bf56e
Tokay, Caiman, and Komodo all had cutout rect approximations that did
not intersect with the top edge of the phone (they did not start at
y=0). This was causing logic in SystemUI not to be aware of _which_ edge
the cutout was associated with, and thus in some cases would not account
for potential letterboxing.
This change modifies the rect approximations to start at y=0, and adds
that same amount to their height so that the sizing should be the same.
Test: manually verified the .svg shapes
Test: manual on device
Bug: 319203599
Flag: NONE
Change-Id: I2e669b8d178eb5ace29b0d4f68c1e500b545d601
(cherry picked from commit 4990157024)
set SUPL UT1 timer to 20 seconds to align ixit_timer_UT1 range
Bug: 334885271
Test: config works to set UT1 timer to 20 seconds
Change-Id: Ie11de2033067bc9655b4eb92e87be4ee34f41491
<Overall table path>
Fortemedia tables => /vendor/etc/aoc
<change list>
TK4
- Handsfree (Ricky)
1. Optimize HHWB/SWB volume, FR, LR tuning for DVT device
2. Add AMS parameter in HA/HH but Function off
CM4
-Handset (Duncan)
1: HAWB setting increase 3150Hz for meet the requirement for pass TIA5050 NB
2: Fine tune HAWB for DVT device RFR and RLR volume curve for pass WB&NB
3: Fine tune HASWB for DVT device RFR and RLR volume curve for pass SWB
4: Batch copy from generic to co-use case
KM4
- Handsfree (Owen)
1. Tx: SWB AEC/DT V0411tuning to fix echo loss unstable issue and modify Tx DRC gain(26dB)/EQ for DVT
2. Rx: Modify DRC gain to 15dB for DVT
3. Batch copy from generic to co-use case
Bug: 335790962
Test: Verified by Acoustic team
Change-Id: I1e8701c0e5dfaa27481346b0b7aa28ed78e68fbb
Signed-off-by: Jason Hsu <jasonchhsu@google.com>
Bug: 333840723
Test: python3 dialer-cmd.py callaudio record /data/data/com.google.android.dialer/cache/record-$datetime.pcm
Test: Live caption in dialer
Change-Id: I5d57a5983ead5664a33d6da0c4b5ecc101059ebd
Update it to align with the HWUI target duration scale factor,
so the adjusted jank check time duration is same as expected frame
timeline's duration.
HWUI target duration scale factor is 70%, and its inverse value is
approximately 1.43.
Bug: 204204746
Test: adb shell dumpsys android.hardware.power.IPower/default;
Check the device adpf sessions' traces.
Change-Id: Id835b30e7acd50b34840131669eaf3894ea5e629
Disabling RILC_REQ_GPS_GNSS_LPP_PROFILE_SET because this is not
needed and may cause CP reset after NTN to NT mode switch.
Test: NTN test
Bug: 333902499
Change-Id: I0d195c1dff3623d1b4a6560f0e0e7e6e8c3af904
Second parameter is required to add PixelStateResidencyDataProvider.
If display entity name is empty, the device doesn't support display
VRR power stats.
Bug: 335379104
Test: dumpsys android.hardware.power.stats.IPowerStats/default
Change-Id: I986a083f8a8ac5fcd01c3c39e2e6f0d97e011c52
Signed-off-by: Darren Hsu <darrenhsu@google.com>
Set Chip_Configuration_mems_data_Configuration=0x7 to disable step counter.
Bug: 335320817
Test: Verify no step counter was registed and no more GNSS crash
issue.
Change-Id: I328c94c7a02808d55909a8307c538ad7ba8529aa
This reverts commit 8116ee60ba.
Reason for revert: need more perf evaluation
Bug: 328210236
Test: build pass
Change-Id: Id389c7b78c8c168a3015cd207b6d7b1a00c5d3a2
- add tflite model files
- add lstm model sensors to thermal config
- add lstm model sensor to virtual skin prediction
Bug: 308179047
Test: build and validate thermal service
Change-Id: Iaff613d75b3766bfbdf40b391e453a94172872a3
Signed-off-by: Jikai Ma <jikai@google.com>