1 #ifndef HARDWARE_GOOGLE_PIXEL_POWERSTATS_POWERSTATSUTILS_H 2 #define HARDWARE_GOOGLE_PIXEL_POWERSTATS_POWERSTATSUTILS_H 3 4 #include <cstdint> 5 #include <string> 6 7 namespace android { 8 namespace hardware { 9 namespace google { 10 namespace pixel { 11 namespace powerstats { 12 namespace utils { 13 14 bool extractStat(const char *line, const std::string &prefix, uint64_t &stat); 15 16 } // namespace utils 17 } // namespace powerstats 18 } // namespace pixel 19 } // namespace google 20 } // namespace hardware 21 } // namespace android 22 23 #endif // HARDWARE_GOOGLE_PIXEL_POWERSTATS_POWERSTATSUTILS_H