Searched refs:get_inc_disk_stats (Results 1 – 3 of 3) sorted by relevance
/system/core/storaged/include/ |
D | storaged_utils.h | 32 void get_inc_disk_stats(const struct disk_stats* prev, const struct disk_stats* curr, struct disk_s…
|
/system/core/storaged/ |
D | storaged_diskstats.cpp | 188 void get_inc_disk_stats(const struct disk_stats* prev, const struct disk_stats* curr, in get_inc_disk_stats() function 270 get_inc_disk_stats(&mPrevious, curr, &inc); in update()
|
/system/core/storaged/tests/ |
D | storaged_test.cpp | 113 get_inc_disk_stats(&tmp, &curr, &inc[i]); in TEST() 119 get_inc_disk_stats(&base, &curr, &overall_inc); in TEST()
|