Home
last modified time | relevance | path

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

/hardware/google/pixel/health/
DCycleCountBackupRestore.cpp26 CycleCountBackupRestore::CycleCountBackupRestore(int nb_buckets, const char *sysfs_path, in CycleCountBackupRestore() function in hardware::google::pixel::health::CycleCountBackupRestore
38 void CycleCountBackupRestore::Restore() { in Restore()
46 bool CycleCountBackupRestore::CheckSerial() { in CheckSerial()
74 void CycleCountBackupRestore::Backup(int battery_level) { in Backup()
92 void CycleCountBackupRestore::Read(const std::string &path, int *bins) { in Read()
112 void CycleCountBackupRestore::Write(int *bins, const std::string &path) { in Write()
127 void CycleCountBackupRestore::UpdateAndSave() { in UpdateAndSave()
DAndroid.bp15 "CycleCountBackupRestore.cpp",
/hardware/google/pixel/health/include/pixelhealth/
DCycleCountBackupRestore.h30 class CycleCountBackupRestore {
32 CycleCountBackupRestore(int nb_buckets, const char *sysfs_path, const char *persist_path,