Snap for 11617975 from 4f08475886 to 24Q3-release

Change-Id: I6d2397b900639a9852289f5a4b2531574bd61c96
This commit is contained in:
Android Build Coastguard Worker 2024-03-23 01:03:04 +00:00
commit 672de8fd30
3 changed files with 5 additions and 4 deletions

View file

@ -1,7 +1,7 @@
<manifest version="1.0" type="device">
<hal format="aidl">
<name>android.hardware.health</name>
<version>2</version>
<version>3</version>
<fqname>IHealth/default</fqname>
</hal>
</manifest>

View file

@ -57,10 +57,10 @@
<Limit name="block-count" range="1-2040" />
<Limit name="blocks-per-second" min="1" max="61200" />
<Limit name="bitrate" range="1-120000000" />
<Limit name="performance-point-1280x720" range="240" />
<Limit name="performance-point-1280x720" value="200" />
<Limit name="performance-point-1920x1080" value="180" />
<Limit name="performance-point-1920x1079" value="120" />
<Limit name="performance-point-3840x2160" range="60" />
<Limit name="performance-point-3840x2160" value="60" />
<Limit name="concurrent-instances" max="16" />
<Feature name="can-swap-width-height" value="1" />
<Feature name="vq-minimum-quality"/>

View file

@ -128,7 +128,8 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = {
"/sys/devices/platform/hdcp/hdcp1_success_count",
"/sys/devices/platform/hdcp/hdcp1_fail_count",
"/sys/devices/platform/hdcp/hdcp0_count",
}
},
.FGLogBufferPath = "/dev/logbuffer_maxfg_monitor"
};
const struct UeventListener::UeventPaths ueventPaths = {