Merge "pixelstats: add offload_effects sysfs for VendorAudioOffloadedEffectStatsReported" into main
This commit is contained in:
commit
a9c5940732
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