pixelstats: add offload_effects sysfs for VendorAudioOffloadedEffectStatsReported
Bug: 301046889 Test: Local Test Change-Id: I72e01f52a0b893114e0681b73a27378fd59eb739
This commit is contained in:
parent
78a11c134a
commit
70ed825767
1 changed files with 3 additions and 1 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue