/aosp12/frameworks/rs/cpp/ |
H A D | Allocation.cpp | 229 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 D | rsCppStructs.h | 990 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 D | rsElement.cpp | 97 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 D | rsType.h | 69 size_t getElementSizeBytes() const {return mElement->getSizeBytes();} in getElementSizeBytes() 70 size_t getPackedSizeBytes() const {return mCellCount * mElement->getSizeBytes();} in getPackedSizeBytes()
|
H A D | rsElement.h | 73 size_t getSizeBytes() const { in getSizeBytes() function
|
H A D | rsType.cpp | 324 uint32_t stride = e->getSizeBytes(); in incRefs() 341 uint32_t stride = e->getSizeBytes(); in decRefs()
|
H A D | rsAllocation.cpp | 297 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 D | rsMesh.cpp | 229 stride = bufferElem->getSizeBytes() / sizeof(float); in computeBBox()
|
/aosp12/frameworks/base/apex/appsearch/framework/java/external/android/app/appsearch/ |
H A D | StorageInfo.java | 48 public long getSizeBytes() { in getSizeBytes() method in StorageInfo
|
/aosp12/frameworks/base/apex/blobstore/framework/java/android/app/blob/ |
H A D | BlobInfo.java | 71 public long getSizeBytes() { in getSizeBytes() method in BlobInfo
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/external/localstorage/ |
H A D | AppSearchImplTest.java | 2007 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 D | BlobInfoListView.java | 161 holder.blobSize.setText(SharedDataUtils.formatSize(blob.getSizeBytes()));
|
H A D | LeaseInfoListView.java | 105 blobSize.setText(SharedDataUtils.formatSize(mBlobInfo.getSizeBytes())); in getHeaderView()
|
/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/ |
H A D | AppSearchManagerService.java | 1487 .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 D | rsCpuScript.cpp | 898 size_t stride = elem->getSizeBytes(); in setGlobalVarWithElemDims()
|
H A D | rsCpuIntrinsicBLAS.cpp | 106 elementBytes = ain[0]->getType()->getElement()->getSizeBytes(); in setupGEMM()
|
/aosp12/frameworks/rs/driver/ |
H A D | rsdRuntimeStubs.cpp | 509 const uint32_t eSize = e->getSizeBytes(); in IS_CLEAR_SET_OBJ() 520 memcpy(tmp, ptr, e->getSizeBytes()); in rsSetElementAt()
|
H A D | rsdAllocation.cpp | 422 …if (((alloc->getType()->getDimX() * alloc->getType()->getElement()->getSizeBytes()) % requiredAlig… in rsdAllocationInitStrided()
|
/aosp12/frameworks/base/apex/appsearch/framework/api/ |
H A D | current.txt | 436 method public long getSizeBytes();
|