TreeHugger Robot
f40642f16b
Merge "audio: remove 3 channel config for primary input" into sc-v2-dev
2022-01-27 06:13:48 +00:00
vincenttew
d04a6a4238
audio: remove 3 channel config for primary input
...
Bug: 215405301
Test: solotester recording Mic/VR source
Signed-off-by: vincenttew <vincenttew@google.com>
Change-Id: Ie2c1e998a04eb0d2eeabb316ede64b7a4ed0b750
2022-01-25 23:20:31 +08:00
Johnson Yang
5e4cf939f3
Merge "Bluetooth: B3 BT SAR tables for US/EU/CA/JP" into sc-v2-dev
2022-01-25 11:53:40 +00:00
Sam Ou
ace4accdb0
Merge "power_profile: Correct CPU topology and power number" into sc-v2-dev
2022-01-25 05:51:31 +00:00
More Kuo
334b768243
Bluetooth: B3 BT SAR tables for US/EU/CA/JP
...
Bug: 215492843
Test: build pass
Change-Id: I854ce7b19ea75a9169ff58edea957fad94066536
2022-01-24 16:02:39 +08:00
George Lee
849a5a999b
Merge "thermal: Deploy BCL policy" into sc-v2-dev
2022-01-21 20:31:46 +00:00
Sam Ou
cce795e4f4
power_profile: Correct CPU topology and power number
...
Bug: 214127772
Signed-off-by: Sam Ou <samou@google.com>
Change-Id: I00cf8b282ba9f2d6e4a05a18e25ed03758338db0
2022-01-21 19:06:55 +00:00
TreeHugger Robot
b491f183ff
Merge "conf: remove world writable on speaker.cal" into sc-v2-dev
2022-01-21 11:07:20 +00:00
TreeHugger Robot
13bccc7ff0
Merge "Reveal model/make name in camera EXIF" into sc-v2-dev
2022-01-21 09:35:58 +00:00
Eddie Lan
c28358a727
Merge "fingerprint: Build fps extension lib" into sc-v2-dev
2022-01-21 06:06:27 +00:00
MingChe Chiang
d010f150ed
Reveal model/make name in camera EXIF
...
bug: 201977563
Test: Jpeg exif, CTS
Change-Id: I7cb0fecc684951b30a29683126f9d5740d103a4d
2022-01-21 11:54:05 +08:00
George Lee
4d03382a4f
thermal: Deploy BCL policy
...
Bug: 214568831
Test: Local Test
Signed-off-by: George Lee <geolee@google.com>
Change-Id: I329c930335c6167bbc5afaa7580a294610e88b76
2022-01-20 17:21:51 -08:00
vincenttew
611fc32f3d
conf: remove world writable on speaker.cal
...
Bug: 215489377
Test: do re-calibration and check the speaker.cal is updated.
adb shell crus_sp_cal -d -s -a --device 5 --ambient 27 --num-speaker 2 --verbosity 7
Signed-off-by: vincenttew <vincenttew@google.com>
Change-Id: I96020bd2cae54c117ddd364aaf292ade04770d05
2022-01-20 09:53:02 +00:00
TreeHugger Robot
4951e41ba0
Merge "audio: update audio tuning table" into sc-v2-dev
2022-01-20 08:56:18 +00:00
eddielan
873bc59478
fingerprint: Build fps extension lib
...
Bug: 208400345
Test: build Pass
Change-Id: I24c42aa13de94650cd9f597cdea1fb53abcbc7a9
2022-01-20 15:22:31 +08:00
Tim Lin
6265f30670
correct MMS UA, UAProf for B3
...
Bug: 214140683
Test: MMS and check UAProfile
Change-Id: I4e96aaff750fb87196bb7ee88a350bd2cde3064a
2022-01-20 08:03:39 +08:00
vincenttew
4c0d670b37
audio: update audio tuning table
...
change list:
1. modify EQ and DRC to increase bass & vocal.
2. Use 18kHz Low Pass Filter one order.
3. Smooth volume curve
4. modify DTMF quiet step a little quieter
Bug: 215311926
Test: build pass
Signed-off-by: vincenttew <vincenttew@google.com>
Change-Id: I3fdf930f3ae1bfdd8477dd7addb97fddd5f1eece
2022-01-19 12:57:38 +00:00
vincenttew
156bdf9998
audio: update audio tuning table
...
Change List :
HA NB/WB RX TDDRC gain for Orange
HA SWB RX FDEQ for Orange
Hardware verification:
- Verified Handset/Speaker phone/USB-Headset function work well.
Bug: 192810349
Test: build pass, voice call
Signed-off-by: vincenttew <vincenttew@google.com>
Change-Id: I8306780860365c8d1bf98239dc9f5dbc40171bfa
2022-01-18 11:52:39 +00:00
Jimmy Shiu
5e85943c0e
Merge "PowerHal: move power HAL property to PRODUCT_VENDOR_PROPERTIES" into sc-v2-dev
2022-01-17 01:01:50 +00:00
Jason CH Hsu
254c814489
Merge "audio: update audio tuning table" into sc-v2-dev
2022-01-15 07:51:08 +00:00
TreeHugger Robot
b8880c2465
Merge "Adjust lmkd kill timeout" into sc-v2-dev
2022-01-14 10:19:59 +00:00
Jason Hsu
318acd4ccd
audio: update audio tuning table
...
Change List :
HA WB/SWB RFR and RX TDDRC gain for Orange
HA NB RX TDDRC for TMOUS
HA WB/SWB RX/TX TDDRC for TMOUS
Bug: 192810349
Test: build pass
Signed-off-by: Jason Hsu <jasonchhsu@google.com>
Change-Id: I75602de7f29d58e546baa4d5ccd8b867270bb423
2022-01-14 16:26:15 +08:00
Jimmy Shiu
b6b4bf0a31
PowerHal: move power HAL property to PRODUCT_VENDOR_PROPERTIES
...
'vendor.powerhal.adpf.rate' should be placed in /vendor if it is used
by vendor processes. The product partition (and system_ext) belongs to
"system" in Treble view so it will be replaced by GSI.
Bug: 204035997
Test: Install GSI by b/204035997#comment19 and run the following
command would get a non-null number:
$ adb root; adb shell getprop vendor.powerhal.adpf.rate
Test: $ adb shell 'find . -type f -name "build.prop" -exec grep -Hn "adpf" {} \; 2> /dev/null'
./vendor/build.prop:83:vendor.powerhal.adpf.rate=16666666
Change-Id: Icdefe5fe61aa3edd2d54766d902f56ee973c00b2
2022-01-13 01:10:58 +08:00
Martin Liu
9fa1038ddf
Adjust lmkd kill timeout
...
Set lmkd kill timeout value as 50 to avoid long
waiting on dying process.
Bug: 212870947
Test: check timeout property
Signed-off-by: Martin Liu <liumartin@google.com>
Change-Id: Iaf90702a84f854ce5f7f3a52702175340e42d974
2022-01-12 21:45:31 +08:00
Yu-Bin Chiu
7b5070a4bb
Merge "audio: add mfg_audio record for usb recording" into sc-v2-dev
2022-01-10 05:50:47 +00:00
vincenttew
09a484c4c8
audio: update audio tuning table
...
Change List :
1. HA SWB
Modify RFR for PTCBR
2. HH NB/WB/SWB
Modify TX TDDRC for Orange SLR
Sync HH TX setting to Headphone/VCO/BT-HAC
Hardware verification:
- Verified Handset/Speaker phone/USB-Headset function work well.
Bug: 192810349
Test: voice call, volume, playback, capture, path switching
Signed-off-by: vincenttew <vincenttew@google.com>
Change-Id: Iae2dec76e8f236dbacb20507d067ea86acc7c526
2022-01-04 11:43:24 +00:00
vincenttew
9db71fc141
audio: add mfg_audio record for usb recording
...
currently mfg audio tool using audio-recordC usb-headset-mic
in mixer_paths.xml, add a new path for mfg usb recording to
switching the usb mic source
Bug: 213027646
Test: verify pass with mfg tool usb-record
Signed-off-by: vincenttew <vincenttew@google.com>
Change-Id: Ief5183b6d496c3ffe8234b59954cf9aa213eebe4
2022-01-04 07:56:40 +00:00
vincenttew
9ec5a18e29
audio: update audio tuning table
...
Change list:
Update recording.gatf file for
1. Modifing SNS parameters in SA
Bug: 212642733
Test: build pass, camcorder recording, playback
Signed-off-by: vincenttew <vincenttew@google.com>
Change-Id: Ie4156c0c1f2228501f9d1e3a31761746ce021631
2021-12-30 08:50:08 +00:00
TreeHugger Robot
03fa993547
Merge "audio: update audio table" into sc-v2-dev
2021-12-29 15:33:06 +00:00
vincenttew
9fa2de1f9b
audio: update audio table
...
Change list:
1. HEWB
1 Modify TX HE_BB_WB_DT improvement TX_EAD_THR: 0x4500 --> 0x36B0
2. HA/HH NB/WB/SWB (Generic/TMOUS)
1 Enable mic blocked algorithm
2 Sync HH TX setting to Headphone/VCO/BT-HAC
Hardware verification: telephony function is normal (HA/HH/HE)
Bug: 192810349
Test: build pass, voice call, playback, record
Signed-off-by: vincenttew <vincenttew@google.com>
Change-Id: I0ada7655207e54ee27bd9ef15e89a84e6199f21e
2021-12-29 10:00:19 +00:00
Joe Huang
a3c45b1680
[DO NOT MERGE] Add HAL attributes to support LPPe DBH features
...
Fix CP LPPe DBH message missing issue by enabling:
- CpLppeCancelDbhOnAgnssProvideLoc
- CpLppeUseAgnssLocForEmptyDbh
Bug: 212487275
Test: atest VtsHalGnssTargetTest
atest CtsLocationGnssTestCases
atest GtsLocationTestCases
atest PtsChreTestRunner
Change-Id: I66acbbbc82ea34012a1ceb1c8248ec4d1084418f
2021-12-29 07:44:00 +00:00
wenchangliu
066f73ac81
Enable media performance class 12
...
Bug: 205071373
Test: atest CtsMediaPerformanceClassTestCases
Test: atest android.hardware.camera2.cts.ExtendedCameraCharacteristicsTest
Test: atest android.filesystem.cts.RandomRWTest
Test: atest android.filesystem.cts.SequentialRWTest
Test: atest CtsVideoQualityFloorHostTestCases
Change-Id: I462fda9a2c09b6212791b30f4af08d4893ef10e9
2021-12-27 21:09:00 +08:00
TreeHugger Robot
ddc209d970
Merge "vibrator: stop support primitives THUD/SPIN/LOW_TICK" into sc-v2-dev
2021-12-23 02:58:59 +00:00
TreeHugger Robot
5e3c8897b6
Merge "Device uses default prox sensor for falsing" into sc-v2-dev
2021-12-22 17:17:42 +00:00
TreeHugger Robot
49fe55320b
Merge "audio: update audio tuning table" into sc-v2-dev
2021-12-22 15:47:51 +00:00
Tai Kuo
a2f3533758
vibrator: stop support primitives THUD/SPIN/LOW_TICK
...
Keep PRIMITIVE_NOOP, PRIMITIVE_CLICK, PRIMITIVE_QUICK_RISE,
PRIMITIVE_SLOW_RISE, PRIMITIVE_QUICK_FALL and PRIMITIVE_TICK
Bug: 208766820
Test: adb shell getprop | grep vibrator
Test: adb shell idlcli vibrator getSupportedPrimitives
Test: adb shell idlcli vibrator getCapabilities
Test: adb shell dumpsys vibrator_manager
Test: adb shell dumpsys android.hardware.vibrator.IVibrator/default
Signed-off-by: Tai Kuo <taikuo@google.com>
Change-Id: I59e3494508e9adf34eaada16d6862594bc081ef3
2021-12-22 15:10:41 +00:00
vincenttew
54b24aac75
audio: update audio tuning table
...
this mps includes LinkLaw to let every volume step timbre consistency
and modify audio_policy.xml to let linear music playback volume step &
suitable Notification & DTMF.
1. Overall sound quality need to be improved on the landscape mode at
the maximum volume (b/208954824)
2. Overall sound quality need to be improved on the portrait mode at
the maximum volume (b/208954249)
Bug: 211725396
Test: build pass
Signed-off-by: vincenttew <vincenttew@google.com>
Change-Id: I1e5c48228d6abe18e8fa27d10f134e19984a491d
2021-12-22 18:10:41 +08:00
TreeHugger Robot
0574279c2d
Merge "Add system property for 1080p 60fps binning mode" into sc-v2-dev
2021-12-22 08:06:29 +00:00
Beverly
a88c78af0a
Device uses default prox sensor for falsing
...
The prox sensor does NOT need be gated by the
light sensor because the device only has one
frequency which the white dot is synced to
so that it won't be visible.
Test: manual
Fixes: 204746796
Change-Id: I8443a34d6d37fe152b02be4efe5b45cbe953e22f
2021-12-21 17:29:42 +00:00
vincenttew
731a1b4441
audio: add usb headset mic source to factory test
...
Bug: 211528888
Test: loopback audio command, build pass
Signed-off-by: vincenttew <vincenttew@google.com>
Change-Id: I3a2a4c227a24fe87eb846f94851b9dc81df33f2a
2021-12-21 16:29:00 +08:00
TreeHugger Robot
72446b19fa
Merge "display: update display color data" into sc-v2-dev
2021-12-21 02:43:05 +00:00
timothywang
c540dcf6a2
Add system property for 1080p 60fps binning mode
...
Test: go/p21-camera-test-checklist
Bug: 207430886
Change-Id: Ia2ef7909563ee020d0381f836ca86512c62ba325
2021-12-16 14:39:22 +08:00
linpeter
63ded053e0
display: update display color data
...
Updated LHBM compensation data
Bug: 210591829
test: check lhbm
Change-Id: I834d3c024ad6e2a83c2c2e02999a272ec2e88986
2021-12-15 11:05:42 +08:00
TreeHugger Robot
b44be5bff4
Merge "thermal: Update thermal config" into sc-v2-dev
2021-12-10 16:36:21 +00:00
Joe Huang
400a6b6802
Merge "gps: Update EnableOnChipStopNotification" into sc-v2-dev
2021-12-10 05:46:46 +00:00
Alex Hong
74c176b10b
Merge "[DO NOT MERGE] Update PRODUCT_SHIPPING_API_LEVEL for gs101 devices" into sc-v2-dev
2021-12-09 23:51:36 +00:00
Alex Hong
540bbafc21
[DO NOT MERGE] Update PRODUCT_SHIPPING_API_LEVEL for gs101 devices
...
Test: adb shell getprop ro.product.first_api_level
Bug: 202921268
Change-Id: I5e65bc09d219567c307f3009563ece89f4fc6db5
Signed-off-by: Alex Hong <rurumihong@google.com>
2021-12-09 17:32:49 +00:00
David Chao
1f49d8cdde
thermal: Update thermal config
...
Based on the latest safety test results update thermal config.
Bug: 208954508
Test: thermal throttling worked properly after appling the config
Change-Id: I820d4a69eadfa1d73a119c1652a33444ff2674a9
2021-12-09 14:34:18 +08:00
Beverly
1683c88535
DO NOT MERGE Revert udfps haptics updates
...
Test: manual
Bug: 202867177
Bug: 209191275
Change-Id: I5b1341e6e34f5b1e0b7f456a61ce4d7928a16b8c
2021-12-08 19:45:42 +00:00
Joe Huang
3078eef49e
gps: Update EnableOnChipStopNotification
...
Set EnableOnChipStopNotification=”2”.
Sends on-chip stop notification only when the Host request exists and on-chip request stops.
Bug: 209383266
Test: logging test for case #1 , #3 and #4 in b/197196725#comment39
Change-Id: I086926514def25059078da6a5532d4755e4a520e
2021-12-09 00:06:27 +08:00