Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/cpp/watchdog/server/src/
H A DUidIoStatsCollector.h66 int64_t sumReadBytes() const { in sumReadBytes() function
H A DIoPerfCollection.cpp122 int64_t totalBytes = metricType == MetricType::READ_BYTES ? uidStats.ioStats.sumReadBytes() in cacheTopNIoStats()