Merge "pixelstats: add adapted_info sysfs for VendorAudioAdaptedInfoStatsReported" into udc-d1-dev am: 7129ab355d

Original change: https://googleplex-android-review.googlesource.com/c/device/google/zuma/+/23126128

Change-Id: If87b6fe4ab476907831edf3e9129db532785c254
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Joey Poomarin Phloyphisut 2023-06-09 15:30:03 +00:00 committed by Automerger Merge Worker
commit b941559785

View file

@ -89,7 +89,9 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = {
"/sys/devices/platform/exynos-drm/secondary-panel/error_count_unknown",
},
.PDMStatePath = "/sys/devices/platform/audiometrics/pdm_state",
.WavesPath = "/sys/devices/platform/audiometrics/waves"
.WavesPath = "/sys/devices/platform/audiometrics/waves",
.AdaptedInfoCountPath = "/sys/devices/platform/audiometrics/adapted_info_active_count",
.AdaptedInfoDurationPath = "/sys/devices/platform/audiometrics/adapted_info_active_duration"
};
const struct UeventListener::UeventPaths ueventPaths = {