Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/
DChargeStatsReporter.cpp318 has_thermal = checkContentsAndAck(&thermal_file_contents, kThermalChargeMetricsPath); in checkAndReport()
327 has_gcharger = checkContentsAndAck(&gcharger_file_contents, kGChargerMetricsPath); in checkAndReport()
336 has_dual_batt = checkContentsAndAck(&gdbatt_file_contents, kGDualBattMetricsPath); in checkAndReport()
346 bool ChargeStatsReporter::checkContentsAndAck(std::string *file_contents, const std::string &path) { in checkContentsAndAck() function in android::hardware::google::pixel::ChargeStatsReporter
/hardware/google/pixel/pixelstats/include/pixelstats/
DChargeStatsReporter.h40 bool checkContentsAndAck(std::string *file_contents, const std::string &path);