Snap for 11610847 from eaa952e1f2
to 24Q3-release
Change-Id: Ie5d82cf8190ad2ac043a3b332b0bf9d5e8e16ee7
This commit is contained in:
commit
e222f507ea
3 changed files with 13 additions and 1 deletions
|
@ -20,6 +20,12 @@
|
|||
<argument name="Name" value="BCL_AUDIO_BAACL" />
|
||||
<argument name="Strategy" value="MediaSpeakerAndScreenOn" />
|
||||
</feature>
|
||||
<feature name="BatteryMitigation">
|
||||
<argument name="TargetDigitalVolume" value="809" />
|
||||
<argument name="PcmRampMs" value="15ms" />
|
||||
<argument name="ThrottleDurationMs" value="3000" />
|
||||
<argument name="ThrottleMitigationLevel" value="LIGHT" />
|
||||
</feature>
|
||||
<feature name="PlaybackThermalThrottle">
|
||||
<argument name="PollWaitMs" value="20000" />
|
||||
<argument name="ThermistorName" value="VIRTUAL-SKIN-SPEAKER" />
|
||||
|
|
Binary file not shown.
|
@ -328,13 +328,19 @@ PRODUCT_VENDOR_PROPERTIES += \
|
|||
# remove pm.activetimeout
|
||||
# ro.vendor.vibrator.hal.loc.coeff.folded currently unused
|
||||
ACTUATOR_MODEL := luxshare_ict_081545
|
||||
ADAPTIVE_HAPTICS_FEATURE := adaptive_haptics_v1
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
ro.vendor.vibrator.hal.chirp.enabled=1 \
|
||||
ro.vendor.vibrator.hal.device.mass=0.2605 \
|
||||
ro.vendor.vibrator.hal.loc.coeff.folded=3.15 \
|
||||
ro.vendor.vibrator.hal.loc.coeff=2.58 \
|
||||
ro.vendor.vibrator.hal.dbc.enable=1 \
|
||||
ro.vendor.vibrator.hal.pm.activetimeout=5
|
||||
ro.vendor.vibrator.hal.pm.activetimeout=5 \
|
||||
persist.vendor.vibrator.hal.context.enable=false \
|
||||
persist.vendor.vibrator.hal.context.scale=60 \
|
||||
persist.vendor.vibrator.hal.context.fade=true \
|
||||
persist.vendor.vibrator.hal.context.cooldowntime=1600 \
|
||||
persist.vendor.vibrator.hal.context.settlingtime=5000
|
||||
|
||||
# Hinge angle sensor
|
||||
PRODUCT_COPY_FILES += \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue