Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/include/pixelstats/
DChargeStatsReporter.h62 const std::string kGChargerMetricsPath = "/sys/devices/platform/google,charger/charge_stats"; variable
/hardware/google/pixel/pixelstats/
DChargeStatsReporter.cpp143 if (ReadFileToString(kGChargerMetricsPath.c_str(), &file_contents)) { in ReportChargeStats()
327 has_gcharger = checkContentsAndAck(&gcharger_file_contents, kGChargerMetricsPath); in checkAndReport()