Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/include/pixelstats/
DBatteryCapacityReporter.h43 bool checkLogEvent(void);
DBatteryEEPROMReporter.h105 bool checkLogEvent(struct BatteryHistory hist);
/hardware/google/pixel/pixelstats/
DBatteryCapacityReporter.cpp64 if (checkLogEvent()) { in checkAndReport()
133 bool BatteryCapacityReporter::checkLogEvent(void) { in checkLogEvent() function in android::hardware::google::pixel::BatteryCapacityReporter
DBatteryEEPROMReporter.cpp89 if (checkLogEvent(hist)) { in checkAndReport()
106 bool BatteryEEPROMReporter::checkLogEvent(struct BatteryHistory hist) { in checkLogEvent() function in android::hardware::google::pixel::BatteryEEPROMReporter