Home
last modified time | relevance | path

Searched refs:SysfsCollector (Results 1 – 4 of 4) sorted by relevance

/hardware/google/pixel/pixelstats/
DSysfsCollector.cpp61 SysfsCollector::SysfsCollector(const struct SysfsPaths &sysfs_paths) in SysfsCollector() function in android::hardware::google::pixel::SysfsCollector
86 bool SysfsCollector::ReadFileToInt(const std::string &path, int *val) { in ReadFileToInt()
90 bool SysfsCollector::ReadFileToInt(const char *const path, int *val) { in ReadFileToInt()
113 void SysfsCollector::logBatteryChargeCycles(const std::shared_ptr<IStats> &stats_client) { in logBatteryChargeCycles()
150 void SysfsCollector::logBatteryEEPROM(const std::shared_ptr<IStats> &stats_client) { in logBatteryEEPROM()
162 void SysfsCollector::logCodecFailed(const std::shared_ptr<IStats> &stats_client) { in logCodecFailed()
186 void SysfsCollector::logCodec1Failed(const std::shared_ptr<IStats> &stats_client) { in logCodec1Failed()
208 void SysfsCollector::reportSlowIoFromFile(const std::shared_ptr<IStats> &stats_client, in reportSlowIoFromFile()
239 void SysfsCollector::logSlowIO(const std::shared_ptr<IStats> &stats_client) { in logSlowIO()
249 void SysfsCollector::logSpeakerImpedance(const std::shared_ptr<IStats> &stats_client) { in logSpeakerImpedance()
[all …]
DAndroid.bp68 "SysfsCollector.cpp",
Dpixelatoms.proto459 * Logged from: hardware/google/pixel/pixelstats/SysfsCollector.cpp
/hardware/google/pixel/pixelstats/include/pixelstats/
DSysfsCollector.h34 class SysfsCollector {
63 SysfsCollector(const struct SysfsPaths &paths);