HomeSort by relevance Sort by last modified time
    Searched refs:get_std (Results 1 - 3 of 3) sorted by null

  /system/core/storaged/
storaged.cpp 71 mStd.read_perf = (uint32_t)mStats.read_perf.get_std();
72 mStd.read_ios = (uint32_t)mStats.read_ios.get_std();
73 mStd.write_perf = (uint32_t)mStats.write_perf.get_std();
74 mStd.write_ios = (uint32_t)mStats.write_ios.get_std();
75 mStd.queue = (uint32_t)mStats.queue.get_std();
  /system/core/storaged/tests/
storaged_test.cpp 150 EXPECT_EQ((int)standard_deviation(test_data), (int)sstats.get_std());
158 EXPECT_EQ((int)standard_deviation(test_data), (int)sstats.get_std());
172 EXPECT_EQ((int)standard_deviation(test_data), (int)sstats1.get_std());
179 EXPECT_EQ((int)standard_deviation(test_data), (int)sstats1.get_std());
  /system/core/storaged/include/
storaged.h 139 double get_std() { function in class:stream_stats

Completed in 57 milliseconds