/frameworks/rs/cpp/ |
D | Allocation.cpp | 229 size_t eSize = mType->getElement()->getSizeBytes(); in copy1DRangeFrom() 233 … count, ptr, count * mType->getElement()->getSizeBytes())); in copy1DRangeFrom() 237 … count, data, count * mType->getElement()->getSizeBytes())); in copy1DRangeFrom() 252 size_t eSize = mType->getElement()->getSizeBytes(); in copy1DRangeTo() 255 … count, ptr, count * mType->getElement()->getSizeBytes())); in copy1DRangeTo() 260 … count, data, count * mType->getElement()->getSizeBytes())); in copy1DRangeTo() 296 size_t eSize = mType->getElement()->getSizeBytes(); in copy2DRangeFrom() 301 … w, h, ptr, w * h * mType->getElement()->getSizeBytes(), in copy2DRangeFrom() 302 w * mType->getElement()->getSizeBytes())); in copy2DRangeFrom() 307 … w, h, data, w * h * mType->getElement()->getSizeBytes(), in copy2DRangeFrom() [all …]
|
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()
|
/frameworks/rs/ |
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()
|
D | rsType.h | 69 size_t getElementSizeBytes() const {return mElement->getSizeBytes();} in getElementSizeBytes() 70 size_t getPackedSizeBytes() const {return mCellCount * mElement->getSizeBytes();} in getPackedSizeBytes()
|
D | rsElement.h | 73 size_t getSizeBytes() const { in getSizeBytes() function
|
D | rsType.cpp | 324 uint32_t stride = e->getSizeBytes(); in incRefs() 341 uint32_t stride = e->getSizeBytes(); in decRefs()
|
D | rsMesh.cpp | 229 stride = bufferElem->getSizeBytes() / sizeof(float); in computeBBox()
|
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()
|
/frameworks/base/apex/appsearch/framework/java/external/android/app/appsearch/ |
D | StorageInfo.java | 48 public long getSizeBytes() { in getSizeBytes() method in StorageInfo
|
/frameworks/base/apex/blobstore/framework/java/android/app/blob/ |
D | BlobInfo.java | 71 public long getSizeBytes() { in getSizeBytes() method in BlobInfo
|
/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/external/localstorage/ |
D | AppSearchImplTest.java | 1958 assertThat(storageInfo.getSizeBytes()).isEqualTo(0); in testGetStorageInfoForPackage_nonexistentPackage() 1980 assertThat(storageInfo.getSizeBytes()).isEqualTo(0); in testGetStorageInfoForPackage_withoutDocument() 2024 long size1 = storageInfo.getSizeBytes(); in testGetStorageInfoForPackage_proportionalToDocuments() 2030 long size2 = storageInfo.getSizeBytes(); in testGetStorageInfoForPackage_proportionalToDocuments() 2046 assertThat(storageInfo.getSizeBytes()).isEqualTo(0); in testGetStorageInfoForDatabase_nonexistentPackage() 2069 assertThat(storageInfo.getSizeBytes()).isEqualTo(0); in testGetStorageInfoForDatabase_nonexistentDatabase() 2091 assertThat(storageInfo.getSizeBytes()).isEqualTo(0); in testGetStorageInfoForDatabase_withoutDocument() 2132 long size1 = storageInfo.getSizeBytes(); in testGetStorageInfoForDatabase_proportionalToDocuments() 2138 long size2 = storageInfo.getSizeBytes(); in testGetStorageInfoForDatabase_proportionalToDocuments()
|
/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/ |
D | AppSearchManagerService.java | 1413 .getStorageInfoForPackage(packageName).getSizeBytes(); in augmentStatsForPackageForUser() 1443 .getStorageInfoForPackage(packagesForUid[i]).getSizeBytes(); in augmentStatsForUid() 1473 .getStorageInfoForPackage(packageName).getSizeBytes(); in augmentStatsForUser()
|
/frameworks/rs/cpu_ref/ |
D | rsCpuScript.cpp | 898 size_t stride = elem->getSizeBytes(); in setGlobalVarWithElemDims()
|
D | rsCpuIntrinsicBLAS.cpp | 106 elementBytes = ain[0]->getType()->getElement()->getSizeBytes(); in setupGEMM()
|
/frameworks/rs/driver/ |
D | rsdRuntimeStubs.cpp | 509 const uint32_t eSize = e->getSizeBytes(); in IS_CLEAR_SET_OBJ() 520 memcpy(tmp, ptr, e->getSizeBytes()); in rsSetElementAt()
|
D | rsdAllocation.cpp | 422 …if (((alloc->getType()->getDimX() * alloc->getType()->getElement()->getSizeBytes()) % requiredAlig… in rsdAllocationInitStrided()
|
/frameworks/base/apex/appsearch/framework/api/ |
D | current.txt | 436 method public long getSizeBytes();
|