[Audio Metric] pixelstats: add cca_rate sysfs for VendorAudioHardwareStatsReported on Zuma
Test: Local Test Bug: 289166146 Merged-In: I0b476417bd14972681c7ea7fb18ddff2aa8ed4ee Change-Id: Ie5f0ad9825f7a9a5c00fb96088c0cad4647562e4
This commit is contained in:
parent
5b8e2f840c
commit
fda850180b
1 changed files with 2 additions and 1 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue