/aosp12/packages/services/Car/car-lib/src/android/car/storagemonitoring/ |
H A D | LifetimeWriteInfo.java | 50 public final long writtenBytes; field in LifetimeWriteInfo 52 public LifetimeWriteInfo(String partition, String fstype, long writtenBytes) { in LifetimeWriteInfo()
|
/aosp12/packages/services/Car/service/src/com/android/car/storagemonitoring/ |
H A D | SysfsLifetimeWriteInfoProvider.java | 81 long writtenBytes = 1024L * Long.parseLong(data); in tryParse() local
|
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/ |
H A D | CarWatchdogServiceUnitTest.java | 3984 android.automotive.watchdog.PerStateBytes writtenBytes = in sampleIoOveruseStats() local 3990 /* forgivenWriteBytes= */ writtenBytes, in sampleIoOveruseStats() local 4011 /* forgivenWriteBytes= */ writtenBytes, in sampleIoOveruseStats() local 4018 /* forgivenWriteBytes= */ writtenBytes, in sampleIoOveruseStats() local 4059 AtomsProto.CarWatchdogPerStateBytes writtenBytes = in sampleReportedOveruseStats() local 4085 AtomsProto.CarWatchdogPerStateBytes writtenBytes = in sampleReportedKillStats() local 4291 int userId, String packageName, android.automotive.watchdog.PerStateBytes writtenBytes, in constructUserPackageIoUsageStats() 4324 android.automotive.watchdog.PerStateBytes writtenBytes, int totalOveruses) { in constructInternalIoOveruseStats() 4332 android.automotive.watchdog.PerStateBytes writtenBytes, int totalOveruses) { in constructInternalIoOveruseStats() 4364 AtomsProto.CarWatchdogPerStateBytes writtenBytes) { in constructIoOveruseStatsReported() [all …]
|
H A D | WatchdogStorageUnitTest.java | 795 PerStateBytes remainingWriteBytes, PerStateBytes writtenBytes, in constructIoUsageStatsEntry() 807 PerStateBytes writtenBytes, int totalOveruses) { in constructInternalIoOveruseStats()
|
/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/watchdog/ |
H A D | CarWatchdogTestFragment.java | 361 long writtenBytes = 0; in writeToFile() local
|
/aosp12/packages/services/Car/cpp/watchdog/server/src/ |
H A D | IoOveruseMonitor.cpp | 126 std::tuple<int32_t, PerStateBytes> calculateOveruseAndForgivenBytes(PerStateBytes writtenBytes, in calculateOveruseAndForgivenBytes()
|
/aosp12/packages/services/Car/cpp/watchdog/server/tests/ |
H A D | IoOveruseMonitorTest.cpp | 128 const PerStateBytes& writtenBytes, in constructUserPackageIoUsageStats()
|
/aosp12/packages/services/Car/service/src/com/android/car/watchdog/ |
H A D | WatchdogPerfHandler.java | 1713 android.automotive.watchdog.PerStateBytes writtenBytes = in constructCarWatchdogIoOveruseStatsLocked() local 2333 AtomsProto.CarWatchdogPerStateBytes writtenBytes) { in constructCarWatchdogIoOveruseStats()
|
H A D | WatchdogStorage.java | 517 AtomsProto.CarWatchdogPerStateBytes writtenBytes = in computeTotalWrittenBytes() local
|
/aosp12/hardware/qcom/display/msm8994/libhwcomposer/ |
H A D | HWC2On1Adapter.cpp | 1761 auto writtenBytes = snprintf(buffer, BUFFER_SIZE, in toString() local
|
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/ |
H A D | HWC2On1Adapter.cpp | 1668 auto writtenBytes = snprintf(buffer, BUFFER_SIZE, in toString() local
|