Searched refs:resourceTypes (Results 1 – 8 of 8) sorted by relevance
/packages/services/Car/cpp/watchdog/server/src/ |
D | WatchdogBinderMediator.cpp | 229 const std::vector<ResourceType>& resourceTypes, in addResourceOveruseListener() argument 235 if (resourceTypes.size() != 1 || resourceTypes[0] != ResourceType::IO) { in addResourceOveruseListener() 266 const std::vector<ResourceType>& resourceTypes, in getResourceOveruseStats() argument 272 if (resourceTypes.size() != 1 || resourceTypes[0] != ResourceType::IO) { in getResourceOveruseStats()
|
D | WatchdogBinderMediator.h | 76 const std::vector<ResourceType>& resourceTypes, 81 const std::vector<ResourceType>& resourceTypes,
|
/packages/services/Car/cpp/watchdog/aidl/android/automotive/watchdog/ |
D | ICarWatchdog.aidl | 142 void addResourceOveruseListener(in ResourceType[] resourceTypes, in addResourceOveruseListener() argument 163 List<ResourceOveruseStats> getResourceOveruseStats(in ResourceType[] resourceTypes); in getResourceOveruseStats() argument
|
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/3/android/automotive/watchdog/ |
D | ICarWatchdog.aidl | 68 …void addResourceOveruseListener(in android.automotive.watchdog.ResourceType[] resourceTypes, in an… in addResourceOveruseListener() argument 70 …OveruseStats> getResourceOveruseStats(in android.automotive.watchdog.ResourceType[] resourceTypes); in getResourceOveruseStats() argument
|
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/current/android/automotive/watchdog/ |
D | ICarWatchdog.aidl | 68 …void addResourceOveruseListener(in android.automotive.watchdog.ResourceType[] resourceTypes, in an… in addResourceOveruseListener() argument 70 …OveruseStats> getResourceOveruseStats(in android.automotive.watchdog.ResourceType[] resourceTypes); in getResourceOveruseStats() argument
|
/packages/services/Car/cpp/watchdog/aidl/android/automotive/watchdog/internal/ |
D | PackageResourceOveruseAction.aidl | 35 ResourceType[] resourceTypes;
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/ |
D | CarWatchdogServiceUnitTest.java | 1423 && Arrays.equals(actual.resourceTypes, expected.resourceTypes) in isPackageResourceOveruseActionEquals() 1615 String packageName, int uid, int[] resourceTypes, int resourceOveruseActionType) { in constructPackageResourceOveruseAction() argument 1620 action.resourceTypes = resourceTypes; in constructPackageResourceOveruseAction()
|
/packages/services/Car/service/src/com/android/car/watchdog/ |
D | WatchdogPerfHandler.java | 546 overuseAction.resourceTypes = new int[]{ ResourceType.IO }; in latestIoOveruseStats()
|