Home
last modified time | relevance | path

Searched refs:getSizeBytes (Results 1 – 19 of 19) sorted by relevance

/aosp12/frameworks/rs/cpp/
H A DAllocation.cpp229 size_t eSize = mType->getElement()->getSizeBytes(); in copy1DRangeFrom()
252 size_t eSize = mType->getElement()->getSizeBytes(); in copy1DRangeTo()
296 size_t eSize = mType->getElement()->getSizeBytes(); in copy2DRangeFrom()
302 w * mType->getElement()->getSizeBytes())); in copy2DRangeFrom()
308 w * mType->getElement()->getSizeBytes())); in copy2DRangeFrom()
325 size_t eSize = mType->getElement()->getSizeBytes(); in copy2DRangeTo()
330 w * mType->getElement()->getSizeBytes())); in copy2DRangeTo()
337 w * mType->getElement()->getSizeBytes())); in copy2DRangeTo()
380 size_t eSize = mType->getElement()->getSizeBytes(); in copy3DRangeFrom()
386 w * mType->getElement()->getSizeBytes())); in copy3DRangeFrom()
[all …]
H A DrsCppStructs.h990 size_t getSizeBytes() const { in getSizeBytes() function
1653 size_t getSizeBytes() const { in getSizeBytes() function
1654 return mElementCount * mElement->getSizeBytes(); in getSizeBytes()
/aosp12/frameworks/rs/
H A DrsElement.cpp97 ALOGV("%s Element: fieldCount: %zu, size bytes: %zu", prefix, mFieldCount, getSizeBytes()); in dumpLOGV()
182 mHal.state.elementSizeBytes = getSizeBytes(); in compute()
227 mHal.state.elementSizeBytes = getSizeBytes(); in compute()
366 p2 += mFields[i].e->getSizeBytes(); in incRefs()
388 p2 += mFields[i].e->getSizeBytes(); in decRefs()
H A DrsType.h69 size_t getElementSizeBytes() const {return mElement->getSizeBytes();} in getElementSizeBytes()
70 size_t getPackedSizeBytes() const {return mCellCount * mElement->getSizeBytes();} in getPackedSizeBytes()
H A DrsElement.h73 size_t getSizeBytes() const { in getSizeBytes() function
H A DrsType.cpp324 uint32_t stride = e->getSizeBytes(); in incRefs()
341 uint32_t stride = e->getSizeBytes(); in decRefs()
H A DrsAllocation.cpp297 if (sizeBytes != e->getSizeBytes() * elemArraySize) { in elementData()
330 if (sizeBytes != e->getSizeBytes() * elemArraySize) { in elementRead()
375 uint32_t paddedBytes = elem->getSizeBytes(); in writePackedData()
H A DrsMesh.cpp229 stride = bufferElem->getSizeBytes() / sizeof(float); in computeBBox()
/aosp12/frameworks/base/apex/appsearch/framework/java/external/android/app/appsearch/
H A DStorageInfo.java48 public long getSizeBytes() { in getSizeBytes() method in StorageInfo
/aosp12/frameworks/base/apex/blobstore/framework/java/android/app/blob/
H A DBlobInfo.java71 public long getSizeBytes() { in getSizeBytes() method in BlobInfo
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/external/localstorage/
H A DAppSearchImplTest.java2007 assertThat(storageInfo.getSizeBytes()).isEqualTo(0); in testGetStorageInfoForPackage_nonexistentPackage()
2030 assertThat(storageInfo.getSizeBytes()).isEqualTo(0); in testGetStorageInfoForPackage_withoutDocument()
2076 long size1 = storageInfo.getSizeBytes(); in testGetStorageInfoForPackage_proportionalToDocuments()
2082 long size2 = storageInfo.getSizeBytes(); in testGetStorageInfoForPackage_proportionalToDocuments()
2098 assertThat(storageInfo.getSizeBytes()).isEqualTo(0); in testGetStorageInfoForDatabase_nonexistentPackage()
2122 assertThat(storageInfo.getSizeBytes()).isEqualTo(0); in testGetStorageInfoForDatabase_nonexistentDatabase()
2145 assertThat(storageInfo.getSizeBytes()).isEqualTo(0); in testGetStorageInfoForDatabase_withoutDocument()
2188 long size1 = storageInfo.getSizeBytes(); in testGetStorageInfoForDatabase_proportionalToDocuments()
2194 long size2 = storageInfo.getSizeBytes(); in testGetStorageInfoForDatabase_proportionalToDocuments()
/aosp12/packages/apps/Settings/src/com/android/settings/development/storage/
H A DBlobInfoListView.java161 holder.blobSize.setText(SharedDataUtils.formatSize(blob.getSizeBytes()));
H A DLeaseInfoListView.java105 blobSize.setText(SharedDataUtils.formatSize(mBlobInfo.getSizeBytes())); in getHeaderView()
/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/
H A DAppSearchManagerService.java1487 .getStorageInfoForPackage(packageName).getSizeBytes(); in augmentStatsForPackageForUser()
1517 .getStorageInfoForPackage(packagesForUid[i]).getSizeBytes(); in augmentStatsForUid()
1547 .getStorageInfoForPackage(packageName).getSizeBytes(); in augmentStatsForUser()
/aosp12/frameworks/rs/cpu_ref/
H A DrsCpuScript.cpp898 size_t stride = elem->getSizeBytes(); in setGlobalVarWithElemDims()
H A DrsCpuIntrinsicBLAS.cpp106 elementBytes = ain[0]->getType()->getElement()->getSizeBytes(); in setupGEMM()
/aosp12/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp509 const uint32_t eSize = e->getSizeBytes(); in IS_CLEAR_SET_OBJ()
520 memcpy(tmp, ptr, e->getSizeBytes()); in rsSetElementAt()
H A DrsdAllocation.cpp422 …if (((alloc->getType()->getDimX() * alloc->getType()->getElement()->getSizeBytes()) % requiredAlig… in rsdAllocationInitStrided()
/aosp12/frameworks/base/apex/appsearch/framework/api/
H A Dcurrent.txt436 method public long getSizeBytes();