Home
last modified time | relevance | path

Searched refs:nb_buckets (Results 1 – 2 of 2) sorted by relevance

/hardware/google/pixel/health/
DCycleCountBackupRestore.cpp26 CycleCountBackupRestore::CycleCountBackupRestore(int nb_buckets, const char *sysfs_path, in CycleCountBackupRestore() argument
28 : nb_buckets_(nb_buckets), in CycleCountBackupRestore()
34 sw_bins_ = new int[nb_buckets](); in CycleCountBackupRestore()
35 hw_bins_ = new int[nb_buckets](); in CycleCountBackupRestore()
/hardware/google/pixel/health/include/pixelhealth/
DCycleCountBackupRestore.h32 CycleCountBackupRestore(int nb_buckets, const char *sysfs_path, const char *persist_path,