Home
last modified time | relevance | path

Searched refs:logBrownoutCsv (Results 1 – 3 of 3) sorted by relevance

/hardware/google/pixel/pixelstats/include/pixelstats/
DBrownoutDetectedReporter.h96 void logBrownoutCsv(const std::shared_ptr<IStats> &stats_client, const std::string &logFilePath,
/hardware/google/pixel/pixelstats/
DBrownoutDetectedReporter.cpp266 void BrownoutDetectedReporter::logBrownoutCsv(const std::shared_ptr<IStats> &stats_client, in logBrownoutCsv() function in android::hardware::google::pixel::BrownoutDetectedReporter
DSysfsCollector.cpp2163 brownout_detected_reporter_.logBrownoutCsv(stats_client, kBrownoutCsvPath, in logBrownout()