Merge "audio: enable battery mitigation" into 24D1-dev am: 62b78fd840
Original change: https://googleplex-android-review.googlesource.com/c/device/google/caimito/+/26545535 Change-Id: I1d5c68721a2f7e9153974dba849dfbe288081641 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
886db9709d
3 changed files with 18 additions and 0 deletions
|
@ -20,6 +20,12 @@
|
||||||
<argument name="Name" value="BCL_AUDIO_BAACL" />
|
<argument name="Name" value="BCL_AUDIO_BAACL" />
|
||||||
<argument name="Strategy" value="MediaSpeakerAndScreenOn" />
|
<argument name="Strategy" value="MediaSpeakerAndScreenOn" />
|
||||||
</feature>
|
</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">
|
<feature name="PlaybackThermalThrottle">
|
||||||
<argument name="PollWaitMs" value="20000" />
|
<argument name="PollWaitMs" value="20000" />
|
||||||
<argument name="ThermistorName" value="VIRTUAL-SKIN-SPEAKER" />
|
<argument name="ThermistorName" value="VIRTUAL-SKIN-SPEAKER" />
|
||||||
|
|
|
@ -20,6 +20,12 @@
|
||||||
<argument name="Name" value="BCL_AUDIO_BAACL" />
|
<argument name="Name" value="BCL_AUDIO_BAACL" />
|
||||||
<argument name="Strategy" value="MediaSpeakerAndScreenOn" />
|
<argument name="Strategy" value="MediaSpeakerAndScreenOn" />
|
||||||
</feature>
|
</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">
|
<feature name="PlaybackThermalThrottle">
|
||||||
<argument name="PollWaitMs" value="20000" />
|
<argument name="PollWaitMs" value="20000" />
|
||||||
<argument name="ThermistorName" value="VIRTUAL-SKIN-SPEAKER" />
|
<argument name="ThermistorName" value="VIRTUAL-SKIN-SPEAKER" />
|
||||||
|
|
|
@ -20,6 +20,12 @@
|
||||||
<argument name="Name" value="BCL_AUDIO_BAACL" />
|
<argument name="Name" value="BCL_AUDIO_BAACL" />
|
||||||
<argument name="Strategy" value="MediaSpeakerAndScreenOn" />
|
<argument name="Strategy" value="MediaSpeakerAndScreenOn" />
|
||||||
</feature>
|
</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">
|
<feature name="PlaybackThermalThrottle">
|
||||||
<argument name="PollWaitMs" value="20000" />
|
<argument name="PollWaitMs" value="20000" />
|
||||||
<argument name="ThermistorName" value="VIRTUAL-SKIN-SPEAKER" />
|
<argument name="ThermistorName" value="VIRTUAL-SKIN-SPEAKER" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue