Home
last modified time | relevance | path

Searched defs:usages (Results 1 – 14 of 14) sorted by relevance

/frameworks/rs/cpp/
DScript.cpp55 void Script::FieldBase::init(const sp<RS>& rs, uint32_t dimx, uint32_t usages) { in init()
/frameworks/base/core/java/android/permission/
DPermissionUsageHelper.java296 List<PermissionGroupUsage> usages = new ArrayList<>(); in getOpUsageData() local
369 private void updateSubattributionLabelsMap(List<OpUsage> usages, in updateSubattributionLabelsMap()
470 Map<String, Map<Integer, OpUsage>> usages = new ArrayMap<>(); in getOpUsages() local
549 List<OpUsage> usages) { in getUniqueUsagesWithLabels()
/frameworks/rs/
DrsAllocation.cpp28 Allocation::Allocation(Context *rsc, const Type *type, uint32_t usages, in Allocation()
61 Allocation * Allocation::createAllocationStrided(Context *rsc, const Type *type, uint32_t usages, in createAllocationStrided()
101 Allocation * Allocation::createAllocation(Context *rsc, const Type *type, uint32_t usages, in createAllocation()
741 uint32_t usages, uintptr_t ptr) { in rsi_AllocationCreateTyped()
752 uint32_t usages, uintptr_t ptr, in rsi_AllocationCreateStrided()
765 const void *data, size_t sizeBytes, uint32_t usages) { in rsi_AllocationCreateFromBitmap()
787 … const void *data, size_t sizeBytes, uint32_t usages) { in rsi_AllocationCubeCreateFromBitmap()
DrsScriptC_Lib.cpp347 uint32_t usages, uintptr_t ptr) { in rsrAllocationCreateTyped()
DrsApiStubs.cpp333 uint32_t usages, uintptr_t ptr) in rsAllocationCreateTyped()
339 … const void * data, size_t data_length, uint32_t usages) in rsAllocationCreateFromBitmap()
345 … const void * data, size_t data_length, uint32_t usages) in rsAllocationCubeCreateFromBitmap()
DrsHidlAdaptation.cpp421 uint32_t usages, uintptr_t ptr) in AllocationCreateTyped()
434 … const void *data, size_t sizeBytes, uint32_t usages) in AllocationCreateFromBitmap()
448 … const void *data, size_t sizeBytes, uint32_t usages) in AllocationCubeCreateFromBitmap()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DVoiceCallRatTracker.java55 public static VoiceCallRatTracker fromProto(VoiceCallRatUsage[] usages) { in fromProto()
DMetricsCollector.java317 VoiceCallRatUsage[] usages = mStorage.getVoiceCallRatUsages(MIN_COOLDOWN_MILLIS); in pullVoiceCallRatUsages() local
/frameworks/base/rs/java/android/renderscript/
DScript.java507 protected void init(RenderScript rs, int dimx, int usages) { in init()
/frameworks/base/services/core/java/com/android/server/am/
DAppBatteryTracker.java1871 ImmutableBatteryUsage[] usages = null; in handleUidBatteryUsage() local
2147 final ImmutableBatteryUsage[] usages = pair.second; in dump() local
/frameworks/rs/support/java/src/androidx/renderscript/
DScript.java547 protected void init(RenderScript rs, int dimx, int usages) { in init()
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp337 RsType type, RsAllocationMipmapControl mipmaps, uint32_t usages, in CreateAllocation()
400 uint32_t usages, void *ptr) { in rsCreateAllocation()
426 ::rs_type type, rs_allocation_mipmap_control mipmaps, uint32_t usages, in rsCreateAllocation()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DPersistAtomsStorageTest.java3507 VoiceCallRatUsage[] usages, int times) { in multiplyVoiceCallRatUsage()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java9957 public void muteAwaitConnection(@NonNull int[] usages, in muteAwaitConnection()