Home
last modified time | relevance | path

Searched defs:resourceTypes (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/3/android/automotive/watchdog/
DICarWatchdog.aidl68 …void addResourceOveruseListener(in android.automotive.watchdog.ResourceType[] resourceTypes, in an… in addResourceOveruseListener()
70 ….ResourceOveruseStats> getResourceOveruseStats(in android.automotive.watchdog.ResourceType[] resou… in getResourceOveruseStats()
/packages/services/Car/cpp/watchdog/aidl/android/automotive/watchdog/
DICarWatchdog.aidl142 void addResourceOveruseListener(in ResourceType[] resourceTypes, in addResourceOveruseListener()
163 List<ResourceOveruseStats> getResourceOveruseStats(in ResourceType[] resourceTypes); in getResourceOveruseStats()
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/current/android/automotive/watchdog/
DICarWatchdog.aidl68 …void addResourceOveruseListener(in android.automotive.watchdog.ResourceType[] resourceTypes, in an… in addResourceOveruseListener()
70 ….ResourceOveruseStats> getResourceOveruseStats(in android.automotive.watchdog.ResourceType[] resou… in getResourceOveruseStats()
/packages/services/Car/cpp/watchdog/server/src/
DWatchdogBinderMediator.cpp229 const std::vector<ResourceType>& resourceTypes, in addResourceOveruseListener()
266 const std::vector<ResourceType>& resourceTypes, in getResourceOveruseStats()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
DCarWatchdogServiceUnitTest.java1615 String packageName, int uid, int[] resourceTypes, int resourceOveruseActionType) { in constructPackageResourceOveruseAction()