Searched defs:disk_perf (Results 1 - 1 of 1) sorted by relevance

/system/core/storaged/include/
H A Dstoraged.h92 struct disk_perf { struct
167 std::queue<struct disk_perf> mBuffer;
178 struct disk_perf mMean;
179 struct disk_perf mStd;
183 void add(struct disk_perf* perf);
184 void evict(struct disk_perf* perf);
185 bool detect(struct disk_perf* perf);

Completed in 122 milliseconds