Home
last modified time | relevance | path

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

/aosp12/hardware/google/pixel/pixelstats/include/pixelstats/
H A DSysfsCollector.h112 const char *const kEEPROMPath; variable
/aosp12/hardware/google/pixel/pixelstats/
H A DSysfsCollector.cpp79 kEEPROMPath(sysfs_paths.EEPROMPath), in SysfsCollector()
151 if (kEEPROMPath == nullptr || strlen(kEEPROMPath) == 0) { in logBatteryEEPROM()
156 battery_EEPROM_reporter_.checkAndReport(stats_client, kEEPROMPath); in logBatteryEEPROM()