Merge "haptics: Update output distortion gain" into main
This commit is contained in:
commit
4e5c02280b
3 changed files with 12 additions and 0 deletions
|
@ -361,6 +361,10 @@ PRODUCT_VENDOR_PROPERTIES += \
|
||||||
persist.vendor.vibrator.hal.context.settlingtime=5000 \
|
persist.vendor.vibrator.hal.context.settlingtime=5000 \
|
||||||
ro.vendor.vibrator.hal.pm.activetimeout=5
|
ro.vendor.vibrator.hal.pm.activetimeout=5
|
||||||
|
|
||||||
|
# Override Output Distortion Gain
|
||||||
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
|
vendor.audio.hapticgenerator.distortion.output.gain=0.48
|
||||||
|
|
||||||
# PKVM Memory Reclaim
|
# PKVM Memory Reclaim
|
||||||
PRODUCT_VENDOR_PROPERTIES += \
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
hypervisor.memory_reclaim.supported=1
|
hypervisor.memory_reclaim.supported=1
|
||||||
|
|
|
@ -362,6 +362,10 @@ PRODUCT_VENDOR_PROPERTIES += \
|
||||||
persist.vendor.vibrator.hal.context.settlingtime=5000 \
|
persist.vendor.vibrator.hal.context.settlingtime=5000 \
|
||||||
ro.vendor.vibrator.hal.pm.activetimeout=5
|
ro.vendor.vibrator.hal.pm.activetimeout=5
|
||||||
|
|
||||||
|
# Override Output Distortion Gain
|
||||||
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
|
vendor.audio.hapticgenerator.distortion.output.gain=0.48
|
||||||
|
|
||||||
# PKVM Memory Reclaim
|
# PKVM Memory Reclaim
|
||||||
PRODUCT_VENDOR_PROPERTIES += \
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
hypervisor.memory_reclaim.supported=1
|
hypervisor.memory_reclaim.supported=1
|
||||||
|
|
|
@ -331,6 +331,10 @@ PRODUCT_VENDOR_PROPERTIES += \
|
||||||
persist.vendor.vibrator.hal.context.settlingtime=5000 \
|
persist.vendor.vibrator.hal.context.settlingtime=5000 \
|
||||||
ro.vendor.vibrator.hal.pm.activetimeout=5
|
ro.vendor.vibrator.hal.pm.activetimeout=5
|
||||||
|
|
||||||
|
# Override Output Distortion Gain
|
||||||
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
|
vendor.audio.hapticgenerator.distortion.output.gain=0.48
|
||||||
|
|
||||||
# PKVM Memory Reclaim
|
# PKVM Memory Reclaim
|
||||||
PRODUCT_VENDOR_PROPERTIES += \
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
hypervisor.memory_reclaim.supported=1
|
hypervisor.memory_reclaim.supported=1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue