Home
last modified time | relevance | path

Searched refs:TotalCallCountPath (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/device/google/gs201/pixelstats/
Dservice.cpp105 .TotalCallCountPath = "/sys/devices/platform/audiometrics/call_count"
/aosp_15_r20/device/google/zuma/pixelstats/
Dservice.cpp100 .TotalCallCountPath = "/sys/devices/platform/audiometrics/call_count",
/aosp_15_r20/device/google/zumapro/pixelstats/
Dservice.cpp108 .TotalCallCountPath = "/sys/devices/platform/audiometrics/call_count",
/aosp_15_r20/hardware/google/pixel/pixelstats/include/pixelstats/
DSysfsCollector.h96 const char *const TotalCallCountPath; member
/aosp_15_r20/hardware/google/pixel/pixelstats/
DSysfsCollector.cpp140 kTotalCallCountPath(sysfs_paths.TotalCallCountPath), in SysfsCollector()