pixelstats: add adapted_info sysfs for VendorAudioAdaptedInfoStatsReported
Bug: 280248702, 280248995 Test: Local Test Change-Id: I8e56455cab735a8300892184567fe052a27375ed
This commit is contained in:
parent
39e92da0f5
commit
430fcc51de
1 changed files with 3 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue