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

This commit is contained in:
Joey Poomarin Phloyphisut 2023-06-09 14:44:34 +00:00 committed by Android (Google) Code Review
commit 7129ab355d

View file

@ -89,7 +89,9 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = {
"/sys/devices/platform/exynos-drm/secondary-panel/error_count_unknown", "/sys/devices/platform/exynos-drm/secondary-panel/error_count_unknown",
}, },
.PDMStatePath = "/sys/devices/platform/audiometrics/pdm_state", .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 = { const struct UeventListener::UeventPaths ueventPaths = {