Home
last modified time | relevance | path

Searched refs:foreground_fsync (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/services/Car/car-lib/src/android/car/storagemonitoring/
H A DUidIoRecord.java34 public final long foreground_fsync; field in UidIoRecord
47 long foreground_fsync, in UidIoRecord() argument
59 this.foreground_fsync = foreground_fsync; in UidIoRecord()
79 foreground_fsync - other.foreground.fsyncCalls, in delta()
98 foreground_fsync - other.foreground_fsync, in delta()
H A DIoStatsEntry.java101 record.foreground_fsync); in IoStatsEntry()
198 && record.foreground_fsync == foreground.fsyncCalls in representsSameMetrics()
/aosp12/packages/services/Car/service/src/com/android/car/storagemonitoring/
H A DProcfsUidIoStatsProvider.java82 long foreground_fsync = Long.valueOf(tokenizer.nextToken()); in load() local
90 foreground_fsync, in load()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/storagemonitoring/
H A DIoStatsTrackerTest.java233 user0.foreground_fsync = 1; in testUpdateGoAwayComeBackIo()
253 private long foreground_fsync; field in IoStatsTrackerTest.UserActivity
278 foreground_fsync, in updateSystemState()
H A DCarStorageMonitoringTest.java544 assertThat(delta.foreground_fsync).isEqualTo(20); in testUidIoStatsRecordDelta()
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/
H A DCarStorageMonitoringTest.java482 oldRecord1000.foreground_fsync + 1, in testAggregateIoStats()
533 oldRecord0.foreground_fsync, in testIoStatsDeltas()
564 newRecord0.foreground_fsync, in testIoStatsDeltas()
/aosp12/packages/services/Car/car-lib/api/
H A Dsystem-current.txt1225 field public final long foreground_fsync;