pixelstats: add cca_rate sysfs for VendorAudioHardwareStatsReported
Bug: 249225148 Test: manually test passed Change-Id: I797016922e63f368a7e9944da619615b2034a4ce Signed-off-by: Roger Fang <rogerfang@google.com>
This commit is contained in:
parent
b5ae9d29fa
commit
9c967743a2
1 changed files with 2 additions and 1 deletions
|
@ -66,7 +66,8 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = {
|
||||||
"/sys/devices/platform/100b0000.G3D/trip_counter",
|
"/sys/devices/platform/100b0000.G3D/trip_counter",
|
||||||
"/sys/devices/platform/100b0000.TPU/trip_counter",
|
"/sys/devices/platform/100b0000.TPU/trip_counter",
|
||||||
"/sys/devices/platform/100b0000.AUR/trip_counter",
|
"/sys/devices/platform/100b0000.AUR/trip_counter",
|
||||||
}
|
},
|
||||||
|
.CCARatePath = "/sys/devices/platform/audiometrics/cca_rate_read_once",
|
||||||
};
|
};
|
||||||
|
|
||||||
const struct UeventListener::UeventPaths ueventPaths = {
|
const struct UeventListener::UeventPaths ueventPaths = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue