Home
last modified time | relevance | path

Searched refs:UID_STATS (Results 1 – 5 of 5) sorted by relevance

/aosp14/system/core/storaged/include/
H A Duid_info.h31 UID_STATS = 2 enumerator
58 io_stats io[UID_STATS];
66 io_stats io[UID_STATS]; // [0]:foreground [1]:background
H A Dstoraged_uid_monitor.h48 uint64_t bytes[IO_TYPES][UID_STATS][CHARGER_STATS];
52 for (int j = 0; j < UID_STATS; j++) {
/aosp14/system/core/storaged/
H A Dstoraged_utils.cpp47 for (int i = UID_STATS - 1; i >= 0; i--) { in cmp_uid_info()
H A Dstoraged_uid_monitor.cpp108 for (int j = 0; j < UID_STATS; j++) { in is_zero()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppBatteryTracker.java875 final long token = proto.start(AppBatteryStatsProto.UID_STATS); in dumpUidStats()