Merge "pixelstats: add adapted_info sysfs for VendorAudioAdaptedInfoStatsReported" into udc-d1-dev am: 7129ab355d
am: e73533c864
Original change: https://googleplex-android-review.googlesource.com/c/device/google/zuma/+/23126128 Change-Id: I40f22867e22111790c4d62a8e6ded3ec2857cb27 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
1de02e830d
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",
|
"/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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue