Home
last modified time | relevance | path

Searched refs:profileCount (Results 1 – 25 of 115) sorted by relevance

12345

/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DProfileServiceTest.java109 int profileCount = mProfiles.length; in setAllProfilesState() local
118 verify(mAdapterService, times(profileCount * invocationNumber)) in setAllProfilesState()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferMemoryRequirementsTests.cpp777 profiles.profileCount = 2u; in chainVkStructure()
782 profiles.profileCount = 1u; in chainVkStructure()
787 profiles.profileCount = 1u; in chainVkStructure()
/aosp_15_r20/external/dng_sdk/source/
H A Ddng_negative.cpp1266 uint32 profileCount = ProfileCount (); in ProfileByID() local
1268 if (profileCount == 0) in ProfileByID()
1278 for (index = 0; index < profileCount; index++) in ProfileByID()
1300 for (index = 0; index < profileCount; index++) in ProfileByID()
1321 for (index = 0; index < profileCount; index++) in ProfileByID()
1352 for (index = 0; index < profileCount; index++) in ProfileByID()
H A Ddng_image_writer.cpp6319 uint32 profileCount = negative.ProfileCount (); in WriteDNG() local
6321 for (uint32 index = 0; index < profileCount; index++) in WriteDNG()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/appwidget/services.appwidget/android_common/javac/
Dservices.appwidget.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/appwidget/services.appwidget/android_common/repackaged-jarjar/javac/
Dservices.appwidget.jarcom/android/server/appwidget/AppWidgetXmlUtil.class AppWidgetXmlUtil.java package com.android. ...
/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
DEuiccPort.java200 int profileCount = 0; in getAllProfiles() local
214 profiles[profileCount++] = profile; in getAllProfiles()
/aosp_15_r20/external/mesa3d/src/intel/vulkan/
H A Danv_video.c317 for (unsigned i = 0; i < prof_list->profileCount; i++) { in anv_GetPhysicalDeviceVideoFormatPropertiesKHR()
H A Danv_image.c903 for (unsigned i = 0; i < profile_list->profileCount; i++) { in add_video_buffers()
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/vulkan-headers/include/vulkan/
Dvulkan_beta.h123 uint32_t profileCount; member
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/vulkan-headers/include/vulkan/
Dvulkan_beta.h126 uint32_t profileCount; member
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/vulkan-headers/include/vulkan/
Dvulkan_beta.h123 uint32_t profileCount; member
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/vulkan-headers/include/vulkan/
Dvulkan_beta.h123 uint32_t profileCount; member
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/vulkan-headers/include/vulkan/
Dvulkan_beta.h126 uint32_t profileCount; member
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/vulkan-headers/include/vulkan/
Dvulkan_beta.h123 uint32_t profileCount; member
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/vulkan-headers/include/vulkan/
Dvulkan_beta.h126 uint32_t profileCount; member
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/vulkan-headers/include/vulkan/
Dvulkan_beta.h126 uint32_t profileCount; member
/aosp_15_r20/cts/tests/tests/appwidget/src/android/appwidget/cts/
H A DAppWidgetTest.java173 final int profileCount = profiles.size(); in testGetAppInstalledProvidersForCurrentUserNewAllProfiles() local
174 for (int i = 0; i < profileCount; i++) { in testGetAppInstalledProvidersForCurrentUserNewAllProfiles()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/video/
H A DvktVideoTestUtils.cpp541 uint32_t profileCount) in getVideoProfileList() argument
546 profileCount, // uint32_t profileCount; in getVideoProfileList()
H A DvktVideoTestUtils.hpp184 const uint32_t profileCount);
/aosp_15_r20/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java3227 final int profileCount = profileIds.length; in loadGroupWidgetProvidersLocked() local
3228 for (int i = 0; i < profileCount; i++) { in loadGroupWidgetProvidersLocked()
4150 final int profileCount = profileIds.length; in saveStateLocked() local
4151 for (int i = 0; i < profileCount; i++) { in saveStateLocked()
/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_video.c838 for (unsigned i = 0; i < prof_list->profileCount; i++) { in radv_GetPhysicalDeviceVideoFormatPropertiesKHR()
2769 for (unsigned i = 0; i < profile_list->profileCount; i++) { in radv_video_get_profile_alignments()
/aosp_15_r20/frameworks/native/vulkan/vkprofiles/generated/
H A Dvulkan_profiles.cpp9107 static const uint32_t profileCount = static_cast<uint32_t>(std::size(profiles)); variable
9249 VP_ANDROID_15_MINIMUMS::profileCount, VP_ANDROID_15_MINIMUMS::profiles,
9285 static const uint32_t profileCount = static_cast<uint32_t>(std::size(profiles)); variable
10136 for (uint32_t i = 0; i < profileCount; ++i) { in vpGetProfileDesc()
10452 *pPropertyCount = detail::profileCount; in vpGetProfiles()
10454 if (*pPropertyCount < detail::profileCount) { in vpGetProfiles()
10457 *pPropertyCount = detail::profileCount; in vpGetProfiles()
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/
H A Dvk_video.c1371 for (unsigned i = 0; i < profile_list->profileCount; i++) { in vk_video_get_profile_alignments()
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
H A DvkStructTypes.inl6588 uint32_t profileCount; member

12345