Home
last modified time | relevance | path

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

/hardware/google/pixel/health/
DCycleCountBackupRestore.cpp34 sw_bins_ = new int[nb_buckets](); in CycleCountBackupRestore()
40 Read(persist_path_, sw_bins_); in Restore()
131 if (hw_bins_[i] < sw_bins_[i]) { in UpdateAndSave()
132 hw_bins_[i] = sw_bins_[i]; in UpdateAndSave()
134 } else if (hw_bins_[i] > sw_bins_[i]) { in UpdateAndSave()
135 sw_bins_[i] = hw_bins_[i]; in UpdateAndSave()
142 Write(sw_bins_, persist_path_); in UpdateAndSave()
/hardware/google/pixel/health/include/pixelhealth/
DCycleCountBackupRestore.h41 int *sw_bins_; variable