Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DAllocation.cpp229 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 …]
DrsCppStructs.h990 size_t getSizeBytes() const { in getSizeBytes() function
1653 size_t getSizeBytes() const { in getSizeBytes() function
1654 return mElementCount * mElement->getSizeBytes(); in getSizeBytes()
/frameworks/rs/
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()
DrsType.h69 size_t getElementSizeBytes() const {return mElement->getSizeBytes();} in getElementSizeBytes()
70 size_t getPackedSizeBytes() const {return mCellCount * mElement->getSizeBytes();} in getPackedSizeBytes()
DrsElement.h73 size_t getSizeBytes() const { in getSizeBytes() function
DrsType.cpp324 uint32_t stride = e->getSizeBytes(); in incRefs()
341 uint32_t stride = e->getSizeBytes(); in decRefs()
DrsMesh.cpp229 stride = bufferElem->getSizeBytes() / sizeof(float); in computeBBox()
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()
/frameworks/base/apex/appsearch/framework/java/external/android/app/appsearch/
DStorageInfo.java48 public long getSizeBytes() { in getSizeBytes() method in StorageInfo
/frameworks/base/apex/blobstore/framework/java/android/app/blob/
DBlobInfo.java71 public long getSizeBytes() { in getSizeBytes() method in BlobInfo
/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/external/localstorage/
DAppSearchImplTest.java1958 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/
DAppSearchManagerService.java1413 .getStorageInfoForPackage(packageName).getSizeBytes(); in augmentStatsForPackageForUser()
1443 .getStorageInfoForPackage(packagesForUid[i]).getSizeBytes(); in augmentStatsForUid()
1473 .getStorageInfoForPackage(packageName).getSizeBytes(); in augmentStatsForUser()
/frameworks/rs/cpu_ref/
DrsCpuScript.cpp898 size_t stride = elem->getSizeBytes(); in setGlobalVarWithElemDims()
DrsCpuIntrinsicBLAS.cpp106 elementBytes = ain[0]->getType()->getElement()->getSizeBytes(); in setupGEMM()
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp509 const uint32_t eSize = e->getSizeBytes(); in IS_CLEAR_SET_OBJ()
520 memcpy(tmp, ptr, e->getSizeBytes()); in rsSetElementAt()
DrsdAllocation.cpp422 …if (((alloc->getType()->getDimX() * alloc->getType()->getElement()->getSizeBytes()) % requiredAlig… in rsdAllocationInitStrided()
/frameworks/base/apex/appsearch/framework/api/
Dcurrent.txt436 method public long getSizeBytes();