From 70ed82576772e0f70b9aacc77dcfeaa22e0c64a9 Mon Sep 17 00:00:00 2001 From: Poomarin Phloyphisut Date: Mon, 4 Sep 2023 15:47:22 +0000 Subject: [PATCH] pixelstats: add offload_effects sysfs for VendorAudioOffloadedEffectStatsReported Bug: 301046889 Test: Local Test Change-Id: I72e01f52a0b893114e0681b73a27378fd59eb739 --- pixelstats/service.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pixelstats/service.cpp b/pixelstats/service.cpp index 4f7e18b7..44490518 100644 --- a/pixelstats/service.cpp +++ b/pixelstats/service.cpp @@ -97,7 +97,9 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = { .CCARatePath = "/sys/devices/platform/audiometrics/cca_count_read_once", .PcmLatencyPath = "/sys/devices/platform/audiometrics/pcm_latency", .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 = {