Searched refs:maxStatsPeriod (Results 1 – 4 of 4) sorted by relevance
/packages/services/Car/car-lib/src/android/car/watchdog/ |
D | ICarWatchdogService.aidl | 34 in int resourceOveruseFlag, in int maxStatsPeriod); in getResourceOveruseStats() argument 36 in int resourceOveruseFlag, in int minimumStatsFlag, in int maxStatsPeriod); in getAllResourceOveruseStats() argument 39 in int maxStatsPeriod); in getResourceOveruseStatsForUserPackage() argument
|
D | CarWatchdogManager.java | 413 @StatsPeriod int maxStatsPeriod) { in getResourceOveruseStats() argument 415 return mService.getResourceOveruseStats(resourceOveruseFlag, maxStatsPeriod); in getResourceOveruseStats() 445 @StatsPeriod int maxStatsPeriod) { in getAllResourceOveruseStats() argument 448 maxStatsPeriod); in getAllResourceOveruseStats() 476 @StatsPeriod int maxStatsPeriod) { in getResourceOveruseStatsForUserPackage() argument 479 resourceOveruseFlag, maxStatsPeriod); in getResourceOveruseStatsForUserPackage()
|
/packages/services/Car/service/src/com/android/car/watchdog/ |
D | CarWatchdogService.java | 397 @CarWatchdogManager.StatsPeriod int maxStatsPeriod) { in getResourceOveruseStats() argument 398 return mWatchdogPerfHandler.getResourceOveruseStats(resourceOveruseFlag, maxStatsPeriod); in getResourceOveruseStats() 411 @CarWatchdogManager.StatsPeriod int maxStatsPeriod) { in getAllResourceOveruseStats() argument 414 minimumStatsFlag, maxStatsPeriod); in getAllResourceOveruseStats() 423 @CarWatchdogManager.StatsPeriod int maxStatsPeriod) { in getResourceOveruseStatsForUserPackage() argument 426 resourceOveruseFlag, maxStatsPeriod); in getResourceOveruseStatsForUserPackage()
|
D | WatchdogPerfHandler.java | 561 @CarWatchdogManager.StatsPeriod int maxStatsPeriod) { in getResourceOveruseStats() argument 564 Preconditions.checkArgument((maxStatsPeriod > 0), in getResourceOveruseStats() 582 getIoOveruseStatsForPeriod(callingUserId, genericPackageName, maxStatsPeriod)); in getResourceOveruseStats() 595 @CarWatchdogManager.StatsPeriod int maxStatsPeriod) { in getAllResourceOveruseStats() argument 598 Preconditions.checkArgument((maxStatsPeriod > 0), in getAllResourceOveruseStats() 610 getIoOveruseStatsLocked(usage, minimumBytesWritten, maxStatsPeriod); in getAllResourceOveruseStats() 628 @CarWatchdogManager.StatsPeriod int maxStatsPeriod) { in getResourceOveruseStatsForUserPackage() argument 635 Preconditions.checkArgument((maxStatsPeriod > 0), in getResourceOveruseStatsForUserPackage() 648 genericPackageName, maxStatsPeriod)); in getResourceOveruseStatsForUserPackage() local 1657 @CarWatchdogManager.StatsPeriod int maxStatsPeriod) { in getIoOveruseStatsForPeriod() argument [all …]
|