Home
last modified time | relevance | path

Searched refs:kCycleCountBinsPath (Results 1 – 2 of 2) sorted by relevance

/hardware/google/pixel/pixelstats/include/pixelstats/
DSysfsCollector.h99 const char *const kCycleCountBinsPath; variable
/hardware/google/pixel/pixelstats/
DSysfsCollector.cpp66 kCycleCountBinsPath(sysfs_paths.CycleCountBinsPath), in SysfsCollector()
116 if (kCycleCountBinsPath == nullptr || strlen(kCycleCountBinsPath) == 0) { in logBatteryChargeCycles()
120 if (!ReadFileToString(kCycleCountBinsPath, &file_contents)) { in logBatteryChargeCycles()
121 ALOGE("Unable to read battery charge cycles %s - %s", kCycleCountBinsPath, strerror(errno)); in logBatteryChargeCycles()