Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/watchdog/
DICarWatchdogService.aidl34 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
DCarWatchdogManager.java375 @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/
DCarWatchdogService.java428 @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()
DWatchdogPerfHandler.java547 @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/
Dcomplete_car_api_list.txt2822 …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);