Home
last modified time | relevance | path

Searched refs:resourceTypes (Results 1 – 25 of 32) sorted by relevance

12

/aosp_15_r20/packages/services/Car/cpp/watchdog/server/src/
DWatchdogBinderMediator.cpp176 const std::vector<ResourceType>& resourceTypes, in addResourceOveruseListener() argument
182 if (resourceTypes.size() != 1 || resourceTypes[0] != ResourceType::IO) { in addResourceOveruseListener()
214 const std::vector<ResourceType>& resourceTypes, in getResourceOveruseStats() argument
221 if (resourceTypes.size() != 1 || resourceTypes[0] != ResourceType::IO) { in getResourceOveruseStats()
DWatchdogBinderMediator.h90 const std::vector<aidl::android::automotive::watchdog::ResourceType>& resourceTypes,
97 const std::vector<aidl::android::automotive::watchdog::ResourceType>& resourceTypes,
/aosp_15_r20/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/datatypehelpers/
DMedicalDataSourceHelper.java493 Set<Integer> resourceTypes = in readMedicalDataSourcesAndAddAccessLog() local
498 if (!resourceTypes.isEmpty()) { in readMedicalDataSourcesAndAddAccessLog()
511 Set<Integer> resourceTypes = new HashSet<>(); in getMedicalResourceTypesBelongingToDataSourceIds() local
517 resourceTypes.add(getCursorInt(cursor, getMedicalResourceTypeColumnName())); in getMedicalResourceTypesBelongingToDataSourceIds()
521 return resourceTypes; in getMedicalResourceTypesBelongingToDataSourceIds()
766 List<UUID> dataSourceIds, Set<Integer> resourceTypes) {
768 dataSourceIds, null, resourceTypes);
772 Set<Long> appInfoIds, Set<Integer> resourceTypes) {
774 null, appInfoIds, resourceTypes);
839 @Nullable Set<Integer> resourceTypes) {
[all …]
DMedicalResourceHelper.java397 Set<Integer> resourceTypes = in readMedicalResourcesByIdsWithPermissionChecks() local
401 if (!resourceTypes.isEmpty()) { in readMedicalResourcesByIdsWithPermissionChecks()
405 resourceTypes, in readMedicalResourcesByIdsWithPermissionChecks()
1018 Set<Integer> resourceTypes = new HashSet<>();
1023 resourceTypes.add(medicalResource.getType());
1030 resourceTypes,
1265 Set<Integer> resourceTypes = new HashSet<>();
1269 resourceTypes.add(getCursorInt(cursor, getMedicalResourceTypeColumnName()));
1273 return resourceTypes;
1333 Set<Integer> resourceTypes =
[all …]
/aosp_15_r20/out/soong/.intermediates/packages/services/Car/cpp/watchdog/aidl/android.automotive.watchdog-V3-java-source/gen/android/automotive/watchdog/
DICarWatchdog.java60 …@Override public void addResourceOveruseListener(int[] resourceTypes, android.automotive.watchdog.… in addResourceOveruseListener() argument
66 …tomotive.watchdog.ResourceOveruseStats> getResourceOveruseStats(int[] resourceTypes) throws androi… in getResourceOveruseStats() argument
473 …@Override public void addResourceOveruseListener(int[] resourceTypes, android.automotive.watchdog.… in addResourceOveruseListener() argument
479 _data.writeIntArray(resourceTypes); in addResourceOveruseListener()
510 …tomotive.watchdog.ResourceOveruseStats> getResourceOveruseStats(int[] resourceTypes) throws androi… in getResourceOveruseStats() argument
517 _data.writeIntArray(resourceTypes); in getResourceOveruseStats()
608 …public void addResourceOveruseListener(int[] resourceTypes, android.automotive.watchdog.IResourceO… in addResourceOveruseListener() argument
610 …tomotive.watchdog.ResourceOveruseStats> getResourceOveruseStats(int[] resourceTypes) throws androi… in getResourceOveruseStats() argument
/aosp_15_r20/packages/modules/HealthFitness/framework/java/android/health/connect/
DDeleteMedicalResourcesRequest.java80 int[] resourceTypes = requireNonNull(in.createIntArray()); in DeleteMedicalResourcesRequest() local
81 if (dataSourceIdList.isEmpty() && resourceTypes.length == 0) { in DeleteMedicalResourcesRequest()
87 for (int resourceType : resourceTypes) { in DeleteMedicalResourcesRequest()
/aosp_15_r20/packages/services/Car/cpp/watchdog/aidl/android/automotive/watchdog/
DICarWatchdog.aidl142 void addResourceOveruseListener(in ResourceType[] resourceTypes, in addResourceOveruseListener() argument
163 List<ResourceOveruseStats> getResourceOveruseStats(in ResourceType[] resourceTypes); in getResourceOveruseStats() argument
/aosp_15_r20/out/soong/.intermediates/packages/services/Car/cpp/watchdog/aidl/android.automotive.watchdog_interface/dump/android/automotive/watchdog/
DICarWatchdog.aidl68 …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
/aosp_15_r20/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() argument
70 …OveruseStats> getResourceOveruseStats(in android.automotive.watchdog.ResourceType[] resourceTypes); in getResourceOveruseStats() argument
/aosp_15_r20/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() argument
70 …OveruseStats> getResourceOveruseStats(in android.automotive.watchdog.ResourceType[] resourceTypes); in getResourceOveruseStats() argument
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingBarrierTests.cpp1756 } resourceTypes[] = { in createBarrierTests() local
1781 …for (int resourceTypeIdx = 0; resourceTypeIdx < DE_LENGTH_OF_ARRAY(resourceTypes); ++resourceTypeI… in createBarrierTests()
1784 new tcu::TestCaseGroup(testCtx, resourceTypes[resourceTypeIdx].name)); in createBarrierTests()
1794 const auto resourceType = resourceTypes[resourceTypeIdx].type; in createBarrierTests()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderSyncTests.cpp1351 } resourceTypes[] = { in createMeshShaderSyncTests() local
1398 for (const auto &resourceCase : resourceTypes) in createMeshShaderSyncTests()
H A DvktMeshShaderSyncTestsEXT.cpp1802 } resourceTypes[] = { in createMeshShaderSyncTestsEXT() local
1850 for (const auto &resourceCase : resourceTypes) in createMeshShaderSyncTestsEXT()
/aosp_15_r20/out/soong/.intermediates/packages/modules/HealthFitness/service/service-healthfitness.impl/android_common_apex34/javac/
Dservice-healthfitness.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/storage/datatypehelpers/
DMedicalDataSourceHelperTest.java2519 Set<Integer> resourceTypes = Set.of(MEDICAL_RESOURCE_TYPE_ALLERGIES_INTOLERANCES); in getReadQueryForDataSourcesFilterOnIdsAndAppIdsAndResourceTypes_correctQuery() local
2554 dataSourceIds, appInfoIds, resourceTypes)) in getReadQueryForDataSourcesFilterOnIdsAndAppIdsAndResourceTypes_correctQuery()
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/layoutlib-api/
HDtools.layoutlib-api.jarMETA-INF/ META-INF/MANIFEST.MF NOTICE com/ com/android/ com ...
/aosp_15_r20/prebuilts/manifest-merger/com/android/tools/layoutlib/layoutlib-api/31.9.0-alpha03/
HDlayoutlib-api-31.9.0-alpha03.jarMETA-INF/ META-INF/MANIFEST.MF NOTICE com/ com/android/ com ...
/aosp_15_r20/prebuilts/misc/common/layoutlib_api/
HDlayoutlib_api-prebuilt.jarMETA-INF/ META-INF/MANIFEST.MF NOTICE com/ com/android/ com ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/HealthFitness/service/service-healthfitness.impl/android_common_apex34/combined/
Dservice-healthfitness.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/HealthFitness/service/service-healthfitness.impl/android_common_apex34/withres/
Dservice-healthfitness.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/HealthFitness/service/service-healthfitness.impl/android_common_apex34/package-check/
Dservice-healthfitness.jarcom/android/server/healthconnect/utils/TimeSourceImpl.class TimeSourceImpl.java package com. ...
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/service-healthfitness.com.android.healthfitness_intermediates/
Dclasses.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/HealthFitness/service/service-healthfitness.impl/android_common_apex34/jarjar/
Dservice-healthfitness.jarcom/android/server/healthconnect/utils/TimeSourceImpl.class TimeSourceImpl.java package com. ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/HealthFitness/framework/framework-healthfitness.impl/android_common_apex34/javac/
Dframework-healthfitness.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/health/ android/ ...
/aosp_15_r20/prebuilts/sdk/34/system/
HDandroid.car.testapi.jarMETA-INF/ META-INF/MANIFEST.MF DefaultProperties.json android/ android/automotive ...

12