Home
last modified time | relevance | path

Searched refs:reportSlowIo (Results 1 – 6 of 6) sorted by relevance

/frameworks/hardware/interfaces/stats/1.0/vts/functional/
DVtsHalStatsV1_0TargetTest.cpp98 TEST_P(StatsHidlTest, reportSlowIo) { in TEST_P() argument
102 ret = client->reportSlowIo(slowio); in TEST_P()
/frameworks/native/services/stats/include/stats/
DStatsHal.h68 virtual Return<void> reportSlowIo(const SlowIo& slowIo) override;
/frameworks/hardware/interfaces/stats/1.0/test_client/
DStatsClient.cpp137 client->reportSlowIo(slowio); in main()
/frameworks/native/services/stats/
DStatsHal.cpp82 hardware::Return<void> StatsHal::reportSlowIo(const SlowIo& slowIo) { in reportSlowIo() function in android::frameworks::stats::V1_0::implementation::StatsHal
/frameworks/hardware/interfaces/stats/1.0/
DIStats.hal74 oneway reportSlowIo(SlowIo slowIo);
Dtypes.hal147 /* Classifications of IO Operations for reportSlowIo. */