/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8332/ |
H A D | poc.c | 54 ssize_t blobSize; member 92 rem = appContext->blobSize - appContext->readPos; in ReadHandler() 115 sContext.blobSize = gNumStartValues + REPEATVALUES * gNumRepeatValues in main() 117 sContext.blob = (char*) opj_malloc(sContext.blobSize); in main() 122 memset(sContext.blob, 0, sContext.blobSize); in main() 135 private->m_user_data_length = sContext.blobSize; in main()
|
/aosp_15_r20/frameworks/av/camera/ |
H A D | CameraMetadata.cpp | 562 const size_t blobSize = static_cast<size_t>(blobSizeTmp); in readFromParcel() local 566 if (blobSize == 0) { in readFromParcel() 571 if (blobSize <= alignment) { in readFromParcel() 573 __FUNCTION__, blobSize, alignment); in readFromParcel() 577 const size_t metadataSize = blobSize - alignment; in readFromParcel() 585 if ((err = data.readBlob(blobSize, &blob)) != OK) { in readFromParcel() 588 __FUNCTION__, blobSize, err, strerror(-err)); in readFromParcel() 603 __FUNCTION__, blobSize, alignment); in readFromParcel() 670 const size_t blobSize = metadataSize + alignment; in writeToParcel() local 671 res = data.writeInt32(static_cast<int32_t>(blobSize)); in writeToParcel() [all …]
|
/aosp_15_r20/hardware/interfaces/graphics/composer/2.3/utils/hal/include/composer-hal/2.3/ |
H A D | ComposerCommandEngine.h | 88 uint32_t blobSize = read(); in executeSetLayerPerFrameMetadataBlobs() local 92 if (length * sizeof(uint32_t) < blobSize) { in executeSetLayerPerFrameMetadataBlobs() 98 metadataBlob.blob.resize(blobSize); in executeSetLayerPerFrameMetadataBlobs() 99 readBlob(blobSize, metadataBlob.blob.data()); in executeSetLayerPerFrameMetadataBlobs()
|
/aosp_15_r20/cts/hostsidetests/blobstore/src/com/android/cts/host/blob/ |
H A D | StatsdBlobStoreAtomTest.java | 84 final long blobSize = blobCommitted.getSize(); in testPushedBlobStoreStats() local 87 assertThat(blobSize).isGreaterThan(0L); in testPushedBlobStoreStats() 93 assertThat(blobLeased.getSize()).isEqualTo(blobSize); in testPushedBlobStoreStats() 99 assertThat(blobOpened.getSize()).isEqualTo(blobSize); in testPushedBlobStoreStats()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/codesign/ |
D | codesign.go | 87 const blobSize = 2 * 4 const 195 return int64(superBlobSize+blobSize) + cdirSz 219 offset: superBlobSize + blobSize, 223 length: uint32(sz) - (superBlobSize + blobSize),
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/development/storage/ |
D | BlobInfoViewHolder.java | 33 TextView blobSize; field in BlobInfoViewHolder 46 holder.blobSize = convertView.findViewById(R.id.blob_size); in createOrRecycle()
|
D | LeaseInfoListView.java | 99 final TextView blobSize = headerView.findViewById(R.id.blob_size); in getHeaderView() local 105 blobSize.setText(SharedDataUtils.formatSize(mBlobInfo.getSizeBytes())); in getHeaderView()
|
D | BlobInfoListView.java | 165 holder.blobSize.setText(SharedDataUtils.formatSize(blob.getSizeBytes()));
|
/aosp_15_r20/cts/tests/BlobStore/src/com/android/cts/blob/ |
H A D | BlobStoreManagerTest.java | 1274 for (long blobSize : new long[] {20L, 30L, 40L}) { in testLeaseQuotaExceeded() 1276 .setFileSize(blobSize * Utils.MB_IN_BYTES) in testLeaseQuotaExceeded() 1283 blobs.put(blobSize, blobData.getBlobHandle()); in testLeaseQuotaExceeded() 1285 final long blobSize = 40L; in testLeaseQuotaExceeded() local 1287 .setFileSize(blobSize * Utils.MB_IN_BYTES) in testLeaseQuotaExceeded() 1356 final long blobSize = 100 * Utils.MB_IN_BYTES; in testRemainingLeaseQuota() local 1358 .setFileSize(blobSize) in testRemainingLeaseQuota() 1368 .isEqualTo(initialRemainingQuota - blobSize); in testRemainingLeaseQuota() 1380 final long blobSize = 100 * Utils.MB_IN_BYTES; in testRemainingLeaseQuota_withExpiredLease() local 1382 .setFileSize(blobSize) in testRemainingLeaseQuota_withExpiredLease() [all …]
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/generated-headers/hardware/interfaces/camera/device/3.5/[email protected]_genc++_headers/gen/android/hardware/camera/device/3.5/ |
D | types.h | 232 uint32_t blobSize __attribute__ ((aligned(4))); member 236 static_assert(offsetof(::android::hardware::camera::device::V3_5::CameraBlob, blobSize) == 4, "wron… 654 os += ::android::hardware::toString(o.blobSize); in toString() 666 if (lhs.blobSize != rhs.blobSize) {
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/generated-headers/hardware/interfaces/camera/device/3.5/[email protected]_genc++_headers/gen/android/hardware/camera/device/3.5/ |
D | types.h | 232 uint32_t blobSize __attribute__ ((aligned(4))); member 236 static_assert(offsetof(::android::hardware::camera::device::V3_5::CameraBlob, blobSize) == 4, "wron… 654 os += ::android::hardware::toString(o.blobSize); in toString() 666 if (lhs.blobSize != rhs.blobSize) {
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/camera/device/3.5/[email protected]_genc++_headers/gen/android/hardware/camera/device/3.5/ |
D | types.h | 232 uint32_t blobSize __attribute__ ((aligned(4))); member 236 static_assert(offsetof(::android::hardware::camera::device::V3_5::CameraBlob, blobSize) == 4, "wron… 654 os += ::android::hardware::toString(o.blobSize); in toString() 666 if (lhs.blobSize != rhs.blobSize) {
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/generated-headers/hardware/interfaces/camera/device/3.5/[email protected]_genc++_headers/gen/android/hardware/camera/device/3.5/ |
D | types.h | 232 uint32_t blobSize __attribute__ ((aligned(4))); member 236 static_assert(offsetof(::android::hardware::camera::device::V3_5::CameraBlob, blobSize) == 4, "wron… 654 os += ::android::hardware::toString(o.blobSize); in toString() 666 if (lhs.blobSize != rhs.blobSize) {
|
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/generated-headers/hardware/interfaces/camera/device/3.5/[email protected]_genc++_headers/gen/android/hardware/camera/device/3.5/ |
D | types.h | 232 uint32_t blobSize __attribute__ ((aligned(4))); member 236 static_assert(offsetof(::android::hardware::camera::device::V3_5::CameraBlob, blobSize) == 4, "wron… 654 os += ::android::hardware::toString(o.blobSize); in toString() 666 if (lhs.blobSize != rhs.blobSize) {
|
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | CodedInputStreamTest.java | 482 int blobSize = 1 << 20; in testSkipHugeBlob() local 483 byte[] blob = new byte[blobSize]; in testSkipHugeBlob() 490 decoder.skipRawBytes(blobSize - 10); in testSkipHugeBlob() 492 assertArrayEquals(Arrays.copyOfRange(blob, blobSize - 10, blobSize), remaining); in testSkipHugeBlob()
|
/aosp_15_r20/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | CodedInputStreamTest.java | 482 int blobSize = 1 << 20; in testSkipHugeBlob() local 483 byte[] blob = new byte[blobSize]; in testSkipHugeBlob() 490 decoder.skipRawBytes(blobSize - 10); in testSkipHugeBlob() 492 assertArrayEquals(Arrays.copyOfRange(blob, blobSize - 10, blobSize), remaining); in testSkipHugeBlob()
|
/aosp_15_r20/hardware/interfaces/camera/device/3.5/ |
H A D | types.hal | 167 * buffer and must be blobSize bytes long. 175 uint32_t blobSize;
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/generated-headers/hardware/interfaces/camera/device/3.2/[email protected]_genc++_headers/gen/android/hardware/camera/device/3.2/ |
D | types.h | 575 uint32_t blobSize __attribute__ ((aligned(4))); member 579 static_assert(offsetof(::android::hardware::camera::device::V3_2::CameraBlob, blobSize) == 4, "wron… 1862 os += ::android::hardware::toString(o.blobSize); in toString() 1874 if (lhs.blobSize != rhs.blobSize) {
|
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/generated-headers/hardware/interfaces/camera/device/3.2/[email protected]_genc++_headers/gen/android/hardware/camera/device/3.2/ |
D | types.h | 575 uint32_t blobSize __attribute__ ((aligned(4))); member 579 static_assert(offsetof(::android::hardware::camera::device::V3_2::CameraBlob, blobSize) == 4, "wron… 1862 os += ::android::hardware::toString(o.blobSize); in toString() 1874 if (lhs.blobSize != rhs.blobSize) {
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/generated-headers/hardware/interfaces/camera/device/3.2/[email protected]_genc++_headers/gen/android/hardware/camera/device/3.2/ |
D | types.h | 575 uint32_t blobSize __attribute__ ((aligned(4))); member 579 static_assert(offsetof(::android::hardware::camera::device::V3_2::CameraBlob, blobSize) == 4, "wron… 1862 os += ::android::hardware::toString(o.blobSize); in toString() 1874 if (lhs.blobSize != rhs.blobSize) {
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/camera/device/3.2/[email protected]_genc++_headers/gen/android/hardware/camera/device/3.2/ |
D | types.h | 578 uint32_t blobSize __attribute__ ((aligned(4))); member 582 static_assert(offsetof(::android::hardware::camera::device::V3_2::CameraBlob, blobSize) == 4, "wron… 1865 os += ::android::hardware::toString(o.blobSize); in toString() 1877 if (lhs.blobSize != rhs.blobSize) {
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/generated-headers/hardware/interfaces/camera/device/3.2/[email protected]_genc++_headers/gen/android/hardware/camera/device/3.2/ |
D | types.h | 575 uint32_t blobSize __attribute__ ((aligned(4))); member 579 static_assert(offsetof(::android::hardware::camera::device::V3_2::CameraBlob, blobSize) == 4, "wron… 1862 os += ::android::hardware::toString(o.blobSize); in toString() 1874 if (lhs.blobSize != rhs.blobSize) {
|
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/common/ |
H A D | CameraProviderManager.cpp | 1200 for (const auto& blobSize : blobSizes) { in getSupportedDynamicDepthSizes() local 1201 float jpegAR = static_cast<float> (std::get<0>(blobSize)) / in getSupportedDynamicDepthSizes() 1202 static_cast<float>(std::get<1>(blobSize)); in getSupportedDynamicDepthSizes() 1205 if (depthSize == blobSize) { in getSupportedDynamicDepthSizes() 1221 dynamicDepthSizes->push_back(blobSize); in getSupportedDynamicDepthSizes()
|
/aosp_15_r20/frameworks/base/core/jni/ |
H A D | android_hardware_camera2_impl_CameraExtensionJpegProcessor.cpp | 612 blob->blobSize = actualJpegSize; in CameraExtensionJpegProcessor_compressJpegFromYUV420p()
|
/aosp_15_r20/frameworks/ex/camera2/extensions/jni/ |
H A D | JpegEncoder.cpp | 611 blob->blobSize = actualJpegSize; in JpegEncoder_compressJpegFromYUV420p()
|