Merge "pixelstats: add bt_usage sysfs for VendorAudioBTMediaStatsReported" into main

This commit is contained in:
Treehugger Robot 2023-10-23 04:39:20 +00:00 committed by Android (Google) Code Review
commit ab93874c5e

View file

@ -99,7 +99,8 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = {
.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", .OffloadEffectsIdPath = "/sys/devices/platform/audiometrics/offload_effects_id",
.OffloadEffectsDurationPath = "/sys/devices/platform/audiometrics/offload_effects_duration" .OffloadEffectsDurationPath = "/sys/devices/platform/audiometrics/offload_effects_duration",
.BluetoothAudioUsagePath = "/sys/devices/platform/audiometrics/bt_usage"
}; };
const struct UeventListener::UeventPaths ueventPaths = { const struct UeventListener::UeventPaths ueventPaths = {