Merge "[Audio Metric] pixelstats: add cca_rate sysfs for VendorAudioHardwareStatsReported on Zuma" into udc-d1-dev

This commit is contained in:
Joey Poomarin Phloyphisut 2023-07-13 11:27:41 +00:00 committed by Android (Google) Code Review
commit d65f8322ac

View file

@ -91,7 +91,8 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = {
.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", .AdaptedInfoCountPath = "/sys/devices/platform/audiometrics/adapted_info_active_count",
.AdaptedInfoDurationPath = "/sys/devices/platform/audiometrics/adapted_info_active_duration" .AdaptedInfoDurationPath = "/sys/devices/platform/audiometrics/adapted_info_active_duration",
.CCARatePath = "/sys/devices/platform/audiometrics/cca_rate_read_once"
}; };
const struct UeventListener::UeventPaths ueventPaths = { const struct UeventListener::UeventPaths ueventPaths = {