pixelstats: add offload_effects sysfs for VendorAudioOffloadedEffectStatsReported

Bug: 301046889
Test: Local Test
Change-Id: I72e01f52a0b893114e0681b73a27378fd59eb739
This commit is contained in:
Poomarin Phloyphisut 2023-09-04 15:47:22 +00:00 committed by Joey Poomarin Phloyphisut
parent 78a11c134a
commit 70ed825767

View file

@ -97,7 +97,9 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = {
.CCARatePath = "/sys/devices/platform/audiometrics/cca_count_read_once", .CCARatePath = "/sys/devices/platform/audiometrics/cca_count_read_once",
.PcmLatencyPath = "/sys/devices/platform/audiometrics/pcm_latency", .PcmLatencyPath = "/sys/devices/platform/audiometrics/pcm_latency",
.PcmCountPath = "/sys/devices/platform/audiometrics/pcm_count", .PcmCountPath = "/sys/devices/platform/audiometrics/pcm_count",
.TotalCallCountPath = "/sys/devices/platform/audiometrics/call_count" .TotalCallCountPath = "/sys/devices/platform/audiometrics/call_count",
.OffloadEffectsIdPath = "/sys/devices/platform/audiometrics/offload_effects_id",
.OffloadEffectsDurationPath = "/sys/devices/platform/audiometrics/offload_effects_duration"
}; };
const struct UeventListener::UeventPaths ueventPaths = { const struct UeventListener::UeventPaths ueventPaths = {