Searched refs:maxStatsPeriod (Results 1 – 5 of 5) 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 | 375 @StatsPeriod int maxStatsPeriod) { in getResourceOveruseStats() argument 377 return mService.getResourceOveruseStats(resourceOveruseFlag, maxStatsPeriod); in getResourceOveruseStats() 410 @StatsPeriod int maxStatsPeriod) { in getAllResourceOveruseStats() argument 413 maxStatsPeriod); in getAllResourceOveruseStats() 441 @StatsPeriod int maxStatsPeriod) { in getResourceOveruseStatsForUserPackage() argument 444 resourceOveruseFlag, maxStatsPeriod); in getResourceOveruseStatsForUserPackage()
|
/packages/services/Car/service/src/com/android/car/watchdog/ |
D | CarWatchdogService.java | 428 @CarWatchdogManager.StatsPeriod int maxStatsPeriod) { in getResourceOveruseStats() argument 429 return mWatchdogPerfHandler.getResourceOveruseStats(resourceOveruseFlag, maxStatsPeriod); in getResourceOveruseStats() 442 @CarWatchdogManager.StatsPeriod int maxStatsPeriod) { in getAllResourceOveruseStats() argument 445 minimumStatsFlag, maxStatsPeriod); in getAllResourceOveruseStats() 454 @CarWatchdogManager.StatsPeriod int maxStatsPeriod) { in getResourceOveruseStatsForUserPackage() argument 457 resourceOveruseFlag, maxStatsPeriod); in getResourceOveruseStatsForUserPackage()
|
D | WatchdogPerfHandler.java | 547 @CarWatchdogManager.StatsPeriod int maxStatsPeriod) { in getResourceOveruseStats() argument 550 Preconditions.checkArgument((maxStatsPeriod > 0), in getResourceOveruseStats() 568 getIoOveruseStatsForPeriod(callingUserId, genericPackageName, maxStatsPeriod)); in getResourceOveruseStats() 581 @CarWatchdogManager.StatsPeriod int maxStatsPeriod) { in getAllResourceOveruseStats() argument 584 Preconditions.checkArgument((maxStatsPeriod > 0), in getAllResourceOveruseStats() 596 getIoOveruseStatsLocked(usage, minimumBytesWritten, maxStatsPeriod); in getAllResourceOveruseStats() 614 @CarWatchdogManager.StatsPeriod int maxStatsPeriod) { in getResourceOveruseStatsForUserPackage() argument 621 Preconditions.checkArgument((maxStatsPeriod > 0), in getResourceOveruseStatsForUserPackage() 634 genericPackageName, maxStatsPeriod)); in getResourceOveruseStatsForUserPackage() local 1592 @CarWatchdogManager.StatsPeriod int maxStatsPeriod) { in getIoOveruseStatsForPeriod() argument [all …]
|
/packages/services/Car/tools/GenericCarApiBuilder/ |
D | complete_car_api_list.txt | 2822 …RAMISU_0 ResourceOveruseStats getResourceOveruseStats(int resourceOveruseFlag, int maxStatsPeriod); 2823 …ats> getAllResourceOveruseStats(int resourceOveruseFlag, int minimumStatsFlag, int maxStatsPeriod); 2824 …serPackage(String packageName, UserHandle userHandle, int resourceOveruseFlag, int maxStatsPeriod);
|