/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/generated-headers/hardware/interfaces/camera/device/aidl/android.hardware.camera.device-V1-ndk-source/gen/include/aidl/android/hardware/camera/device/ |
D | CameraBlob.h | 27 int32_t blobSizeBytes = 0; variable 33 return std::tie(blobId, blobSizeBytes) != std::tie(rhs.blobId, rhs.blobSizeBytes); 36 return std::tie(blobId, blobSizeBytes) < std::tie(rhs.blobId, rhs.blobSizeBytes); 39 return std::tie(blobId, blobSizeBytes) <= std::tie(rhs.blobId, rhs.blobSizeBytes); 42 return std::tie(blobId, blobSizeBytes) == std::tie(rhs.blobId, rhs.blobSizeBytes); 45 return std::tie(blobId, blobSizeBytes) > std::tie(rhs.blobId, rhs.blobSizeBytes); 48 return std::tie(blobId, blobSizeBytes) >= std::tie(rhs.blobId, rhs.blobSizeBytes); 56 os << ", blobSizeBytes: " << ::android::internal::ToString(blobSizeBytes); in toString()
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/generated-headers/hardware/interfaces/camera/device/aidl/android.hardware.camera.device-V1-ndk-source/gen/include/aidl/android/hardware/camera/device/ |
D | CameraBlob.h | 27 int32_t blobSizeBytes = 0; variable 33 return std::tie(blobId, blobSizeBytes) != std::tie(rhs.blobId, rhs.blobSizeBytes); 36 return std::tie(blobId, blobSizeBytes) < std::tie(rhs.blobId, rhs.blobSizeBytes); 39 return std::tie(blobId, blobSizeBytes) <= std::tie(rhs.blobId, rhs.blobSizeBytes); 42 return std::tie(blobId, blobSizeBytes) == std::tie(rhs.blobId, rhs.blobSizeBytes); 45 return std::tie(blobId, blobSizeBytes) > std::tie(rhs.blobId, rhs.blobSizeBytes); 48 return std::tie(blobId, blobSizeBytes) >= std::tie(rhs.blobId, rhs.blobSizeBytes); 56 os << ", blobSizeBytes: " << ::android::internal::ToString(blobSizeBytes); in toString()
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/generated-headers/hardware/interfaces/camera/device/aidl/android.hardware.camera.device-V1-ndk-source/gen/include/aidl/android/hardware/camera/device/ |
D | CameraBlob.h | 27 int32_t blobSizeBytes = 0; variable 33 return std::tie(blobId, blobSizeBytes) != std::tie(rhs.blobId, rhs.blobSizeBytes); 36 return std::tie(blobId, blobSizeBytes) < std::tie(rhs.blobId, rhs.blobSizeBytes); 39 return std::tie(blobId, blobSizeBytes) <= std::tie(rhs.blobId, rhs.blobSizeBytes); 42 return std::tie(blobId, blobSizeBytes) == std::tie(rhs.blobId, rhs.blobSizeBytes); 45 return std::tie(blobId, blobSizeBytes) > std::tie(rhs.blobId, rhs.blobSizeBytes); 48 return std::tie(blobId, blobSizeBytes) >= std::tie(rhs.blobId, rhs.blobSizeBytes); 56 os << ", blobSizeBytes: " << ::android::internal::ToString(blobSizeBytes); in toString()
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/generated-headers/hardware/interfaces/camera/device/aidl/android.hardware.camera.device-V1-ndk-source/gen/include/aidl/android/hardware/camera/device/ |
D | CameraBlob.h | 27 int32_t blobSizeBytes = 0; variable 33 return std::tie(blobId, blobSizeBytes) != std::tie(rhs.blobId, rhs.blobSizeBytes); 36 return std::tie(blobId, blobSizeBytes) < std::tie(rhs.blobId, rhs.blobSizeBytes); 39 return std::tie(blobId, blobSizeBytes) <= std::tie(rhs.blobId, rhs.blobSizeBytes); 42 return std::tie(blobId, blobSizeBytes) == std::tie(rhs.blobId, rhs.blobSizeBytes); 45 return std::tie(blobId, blobSizeBytes) > std::tie(rhs.blobId, rhs.blobSizeBytes); 48 return std::tie(blobId, blobSizeBytes) >= std::tie(rhs.blobId, rhs.blobSizeBytes); 56 os << ", blobSizeBytes: " << ::android::internal::ToString(blobSizeBytes); in toString()
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/camera/device/aidl/android.hardware.camera.device-V3-ndk-source/gen/include/aidl/android/hardware/camera/device/ |
D | CameraBlob.h | 35 int32_t blobSizeBytes = 0; variable 41 return std::tie(blobId, blobSizeBytes) == std::tie(_rhs.blobId, _rhs.blobSizeBytes); 44 return std::tie(blobId, blobSizeBytes) < std::tie(_rhs.blobId, _rhs.blobSizeBytes); 64 _aidl_os << ", blobSizeBytes: " << ::android::internal::ToString(blobSizeBytes); in toString()
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/camera/device/aidl/android.hardware.camera.device-V2-ndk-source/gen/include/aidl/android/hardware/camera/device/ |
D | CameraBlob.h | 35 int32_t blobSizeBytes = 0; variable 41 return std::tie(blobId, blobSizeBytes) == std::tie(_rhs.blobId, _rhs.blobSizeBytes); 44 return std::tie(blobId, blobSizeBytes) < std::tie(_rhs.blobId, _rhs.blobSizeBytes); 64 _aidl_os << ", blobSizeBytes: " << ::android::internal::ToString(blobSizeBytes); in toString()
|
/aosp_15_r20/packages/modules/AppSearch/framework/java/external/android/app/appsearch/ |
D | StorageInfo.java | 58 @Param(id = 4) long blobSizeBytes, in StorageInfo() 63 mBlobSizeBytes = blobSizeBytes; in StorageInfo() 153 public StorageInfo.Builder setBlobSizeBytes(long blobSizeBytes) { in setBlobSizeBytes() argument 154 mBlobSizeBytes = blobSizeBytes; in setBlobSizeBytes()
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/camera/device/aidl/android.hardware.camera.device-V2-ndk-source/gen/android/hardware/camera/device/ |
D | CameraBlob.cpp | 40 _aidl_ret_status = ::ndk::AParcel_readData(_aidl_parcel, &blobSizeBytes); in readFromParcel() 55 _aidl_ret_status = ::ndk::AParcel_writeData(_aidl_parcel, blobSizeBytes); in writeToParcel()
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/generated-headers/hardware/interfaces/camera/device/aidl/android.hardware.camera.device-V1-ndk-source/gen/android/hardware/camera/device/ |
D | CameraBlob.cpp | 32 _aidl_ret_status = ::ndk::AParcel_readData(_aidl_parcel, &blobSizeBytes); in readFromParcel() 47 _aidl_ret_status = ::ndk::AParcel_writeData(_aidl_parcel, blobSizeBytes); in writeToParcel()
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/generated-headers/hardware/interfaces/camera/device/aidl/android.hardware.camera.device-V1-ndk-source/gen/android/hardware/camera/device/ |
D | CameraBlob.cpp | 32 _aidl_ret_status = ::ndk::AParcel_readData(_aidl_parcel, &blobSizeBytes); in readFromParcel() 47 _aidl_ret_status = ::ndk::AParcel_writeData(_aidl_parcel, blobSizeBytes); in writeToParcel()
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/generated-headers/hardware/interfaces/camera/device/aidl/android.hardware.camera.device-V1-ndk-source/gen/android/hardware/camera/device/ |
D | CameraBlob.cpp | 32 _aidl_ret_status = ::ndk::AParcel_readData(_aidl_parcel, &blobSizeBytes); in readFromParcel() 47 _aidl_ret_status = ::ndk::AParcel_writeData(_aidl_parcel, blobSizeBytes); in writeToParcel()
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/generated-headers/hardware/interfaces/camera/device/aidl/android.hardware.camera.device-V1-ndk-source/gen/android/hardware/camera/device/ |
D | CameraBlob.cpp | 32 _aidl_ret_status = ::ndk::AParcel_readData(_aidl_parcel, &blobSizeBytes); in readFromParcel() 47 _aidl_ret_status = ::ndk::AParcel_writeData(_aidl_parcel, blobSizeBytes); in writeToParcel()
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/camera/device/aidl/android.hardware.camera.device-V3-ndk-source/gen/android/hardware/camera/device/ |
D | CameraBlob.cpp | 40 _aidl_ret_status = ::ndk::AParcel_readData(_aidl_parcel, &blobSizeBytes); in readFromParcel() 55 _aidl_ret_status = ::ndk::AParcel_writeData(_aidl_parcel, blobSizeBytes); in writeToParcel()
|
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/device3/ |
H A D | Camera3OutputStream.cpp | 304 uint32_t blobSizeBytes = hidlBlobHeader->jpeg_size; in fixUpHidlJpegBlobHeader() local 306 if (blobSizeBytes > (graphicBuffer->getWidth() - sizeof(camera_jpeg_blob_t))) { in fixUpHidlJpegBlobHeader() 308 blobSizeBytes, graphicBuffer->getWidth()); in fixUpHidlJpegBlobHeader() 321 if (static_cast<uint8_t*>(mapped) + blobSizeBytes > aidlHeaderStart) { in fixUpHidlJpegBlobHeader() 323 " AIDL camera blob without corrupting jpeg", __FUNCTION__, blobSizeBytes, in fixUpHidlJpegBlobHeader() 331 .blobSizeBytes = static_cast<int32_t>(blobSizeBytes) in fixUpHidlJpegBlobHeader()
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/camera/device/aidl/android.hardware.camera.device_interface/dump/android/hardware/camera/device/ |
D | CameraBlob.aidl | 38 int blobSizeBytes;
|
/aosp_15_r20/hardware/interfaces/camera/device/aidl/aidl_api/android.hardware.camera.device/2/android/hardware/camera/device/ |
H A D | CameraBlob.aidl | 38 int blobSizeBytes;
|
/aosp_15_r20/hardware/interfaces/camera/device/aidl/aidl_api/android.hardware.camera.device/current/android/hardware/camera/device/ |
H A D | CameraBlob.aidl | 38 int blobSizeBytes;
|
/aosp_15_r20/hardware/interfaces/camera/device/aidl/aidl_api/android.hardware.camera.device/1/android/hardware/camera/device/ |
H A D | CameraBlob.aidl | 38 int blobSizeBytes;
|
/aosp_15_r20/hardware/interfaces/camera/device/aidl/aidl_api/android.hardware.camera.device/3/android/hardware/camera/device/ |
H A D | CameraBlob.aidl | 38 int blobSizeBytes;
|
/aosp_15_r20/hardware/interfaces/camera/device/aidl/android/hardware/camera/device/ |
H A D | CameraBlob.aidl | 25 int blobSizeBytes;
|
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/api1/client2/ |
H A D | JpegProcessor.cpp | 369 size = blob->blobSizeBytes; in findJpegSize()
|
/aosp_15_r20/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/ |
D | AppSearchImpl.java | 2588 long blobSizeBytes = 0; in getBlobStorageInfoForPrefix() local 2593 blobSizeBytes += blobStorageInfoProto.getBlobSize(); in getBlobStorageInfoForPrefix() 2597 storageInfoBuilder.setBlobCount(blobCount).setBlobSizeBytes(blobSizeBytes); in getBlobStorageInfoForPrefix()
|
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/api2/ |
H A D | JpegRCompositeStream.cpp | 389 .blobSizeBytes = static_cast<int32_t>(actualJpegRSize) in processInputFrame()
|
H A D | DepthCompositeStream.cpp | 398 blob->blobSizeBytes = actualJpegSize; in processInputFrame()
|
/aosp_15_r20/frameworks/av/services/camera/virtualcamera/ |
H A D | VirtualCameraRenderThread.cc | 792 .blobSizeBytes = static_cast<int32_t>(compressedSize.value())}; in renderIntoBlobStreamBuffer()
|