Home
last modified time | relevance | path

Searched refs:VendorTagDescriptor (Results 1 – 25 of 27) sorted by relevance

12

/aosp12/hardware/interfaces/camera/common/1.0/default/include/
H A DVendorTagDescriptor.h39 class VendorTagDescriptor {
41 virtual ~VendorTagDescriptor();
43 VendorTagDescriptor();
44 VendorTagDescriptor(const VendorTagDescriptor& src);
45 VendorTagDescriptor& operator=(const VendorTagDescriptor& rhs);
47 void copyFrom(const VendorTagDescriptor& src);
122 class VendorTagDescriptor :
124 public LightRefBase<VendorTagDescriptor> {
136 sp<VendorTagDescriptor>& descriptor);
151 static sp<VendorTagDescriptor> getGlobalVendorTagDescriptor();
[all …]
H A DCameraMetadata.h32 class VendorTagDescriptor; variable
200 const VendorTagDescriptor* vTags, uint32_t *tag);
/aosp12/frameworks/av/camera/include/camera/
H A DVendorTagDescriptor.h30 class VendorTagDescriptor; variable
41 class VendorTagDescriptor : public Parcelable {
43 virtual ~VendorTagDescriptor();
45 VendorTagDescriptor();
46 VendorTagDescriptor(const VendorTagDescriptor& src);
47 VendorTagDescriptor& operator=(const VendorTagDescriptor& rhs);
49 void copyFrom(const VendorTagDescriptor& src);
136 class VendorTagDescriptor :
138 public LightRefBase<VendorTagDescriptor> {
150 sp<VendorTagDescriptor>& descriptor);
[all …]
H A DCameraMetadata.h29 class VendorTagDescriptor; variable
243 const VendorTagDescriptor* vTags, uint32_t *tag);
/aosp12/frameworks/av/camera/tests/
H A DVendorTagDescriptorTests.cpp97 sp<VendorTagDescriptor> vDesc; in TEST()
133 sp<VendorTagDescriptor> vDescOriginal, vDescParceled; in TEST()
145 vDescParceled = new VendorTagDescriptor(); in TEST()
178 sp<VendorTagDescriptor> vDesc; in TEST()
189 ASSERT_EQ(OK, VendorTagDescriptor::createDescriptorFromOps(&vOps, vDesc)); in TEST()
202 sp<VendorTagDescriptor> prevGlobal = VendorTagDescriptor::getGlobalVendorTagDescriptor(); in TEST()
203 VendorTagDescriptor::clearGlobalVendorTagDescriptor(); in TEST()
205 EXPECT_TRUE(VendorTagDescriptor::getGlobalVendorTagDescriptor() == NULL); in TEST()
206 EXPECT_EQ(OK, VendorTagDescriptor::setAsGlobalVendorTagDescriptor(vDesc)); in TEST()
207 EXPECT_TRUE(VendorTagDescriptor::getGlobalVendorTagDescriptor() != NULL); in TEST()
[all …]
/aosp12/hardware/interfaces/camera/common/1.0/default/
H A DVendorTagDescriptor.cpp37 VendorTagDescriptor::~VendorTagDescriptor() { in ~VendorTagDescriptor()
44 VendorTagDescriptor::VendorTagDescriptor() : in VendorTagDescriptor() function in android::hardware::camera2::params::VendorTagDescriptor
49 VendorTagDescriptor::VendorTagDescriptor(const VendorTagDescriptor& src) { in VendorTagDescriptor() function in android::hardware::camera2::params::VendorTagDescriptor
53 VendorTagDescriptor& VendorTagDescriptor::operator=(const VendorTagDescriptor& rhs) { in operator =()
58 void VendorTagDescriptor::copyFrom(const VendorTagDescriptor& src) { in copyFrom()
83 int VendorTagDescriptor::getTagCount() const { in getTagCount()
118 int VendorTagDescriptor::getTagType(uint32_t tag) const { in getTagType()
296 sp<VendorTagDescriptor>& descriptor) { in createDescriptorFromOps()
314 sp<VendorTagDescriptor> desc = new VendorTagDescriptor(); in createDescriptorFromOps()
375 status_t VendorTagDescriptor::setAsGlobalVendorTagDescriptor(const sp<VendorTagDescriptor>& desc) { in setAsGlobalVendorTagDescriptor()
[all …]
H A DAndroid.bp18 "VendorTagDescriptor.cpp",
H A DCameraMetadata.cpp466 const VendorTagDescriptor* vTags, uint32_t *tag) { in getTagFromName()
/aosp12/frameworks/base/core/java/android/hardware/camera2/params/
H A DVendorTagDescriptor.java30 public final class VendorTagDescriptor implements Parcelable { class
32 private VendorTagDescriptor(Parcel source) { in VendorTagDescriptor() method in VendorTagDescriptor
35 … public static final @android.annotation.NonNull Parcelable.Creator<VendorTagDescriptor> CREATOR =
36 new Parcelable.Creator<VendorTagDescriptor>() {
38 public VendorTagDescriptor createFromParcel(Parcel source) {
39 return new VendorTagDescriptor(source);
43 public VendorTagDescriptor[] newArray(int size) {
44 return new VendorTagDescriptor[size];
/aosp12/frameworks/av/camera/
H A DVendorTagDescriptor.cpp65 VendorTagDescriptor::~VendorTagDescriptor() { in ~VendorTagDescriptor()
72 VendorTagDescriptor::VendorTagDescriptor() : in VendorTagDescriptor() function in android::hardware::camera2::params::VendorTagDescriptor
77 VendorTagDescriptor::VendorTagDescriptor(const VendorTagDescriptor& src) { in VendorTagDescriptor() function in android::hardware::camera2::params::VendorTagDescriptor
81 VendorTagDescriptor& VendorTagDescriptor::operator=(const VendorTagDescriptor& rhs) { in operator =()
86 void VendorTagDescriptor::copyFrom(const VendorTagDescriptor& src) { in copyFrom()
220 int VendorTagDescriptor::getTagCount() const { in getTagCount()
397 sp<android::VendorTagDescriptor> desc = new android::VendorTagDescriptor(); in readFromParcel()
490 sp<android::VendorTagDescriptor> desc) { in addVendorDescriptor()
537 sp<VendorTagDescriptor> desc = new VendorTagDescriptor(); in createDescriptorFromOps()
598 status_t VendorTagDescriptor::setAsGlobalVendorTagDescriptor(const sp<VendorTagDescriptor>& desc) { in setAsGlobalVendorTagDescriptor()
[all …]
H A DCameraMetadata.cpp435 sp<VendorTagDescriptor> vTags = VendorTagDescriptor::getGlobalVendorTagDescriptor(); in removePermissionEntries()
790 const VendorTagDescriptor* vTags, uint32_t *tag) { in getTagFromName()
H A DAndroid.bp80 "VendorTagDescriptor.cpp",
/aosp12/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_CameraMetadata.cpp747 sp<VendorTagDescriptor> vTags; in CameraMetadata_getTagFromKeyLocal()
769 sp<VendorTagDescriptor> vTags = VendorTagDescriptor::getGlobalVendorTagDescriptor(); in CameraMetadata_getAllVendorKeys()
911 sp<VendorTagDescriptor> vTags = in CameraMetadata_getTagFromKey()
912 VendorTagDescriptor::getGlobalVendorTagDescriptor(); in CameraMetadata_getTagFromKey()
950 sp<VendorTagDescriptor> desc = new VendorTagDescriptor(); in CameraMetadata_setupGlobalVendorTagDescriptor()
955 VendorTagDescriptor::clearGlobalVendorTagDescriptor(); in CameraMetadata_setupGlobalVendorTagDescriptor()
958 VendorTagDescriptor::clearGlobalVendorTagDescriptor(); in CameraMetadata_setupGlobalVendorTagDescriptor()
964 err = VendorTagDescriptor::setAsGlobalVendorTagDescriptor(desc); in CameraMetadata_setupGlobalVendorTagDescriptor()
/aosp12/frameworks/av/camera/aidl/android/hardware/
H A DICameraService.aidl25 import android.hardware.camera2.params.VendorTagDescriptor;
145 VendorTagDescriptor getCameraVendorTagDescriptor(); in getCameraVendorTagDescriptor()
/aosp12/frameworks/av/camera/aidl/android/hardware/camera2/params/
H A DVendorTagDescriptor.aidl20 parcelable VendorTagDescriptor cpp_header "camera/VendorTagDescriptor.h";
/aosp12/frameworks/av/camera/ndk/ndk_vendor/impl/
H A DACameraManager.cpp40 using android::hardware::camera::common::V1_0::helper::VendorTagDescriptor;
57 class HidlVendorTagDescriptor : public VendorTagDescriptor {
66 /*out*/ sp<VendorTagDescriptor> *descriptor);
70 sp<VendorTagDescriptor> *descriptor) { in createDescriptorFromHidl()
204 sp<VendorTagDescriptor> vendorTagDescriptor; in setupVendorTags()
815 sp<VendorTagDescriptor> vTags = nullptr; in getTagFromName()
/aosp12/hardware/interfaces/camera/provider/2.4/default/
H A DLegacyCameraProviderImpl_2_4.cpp287 VendorTagDescriptor::clearGlobalVendorTagDescriptor(); in initialize()
414 sp<VendorTagDescriptor> desc; in setUpVendorTags()
416 if ((res = VendorTagDescriptor::createDescriptorFromOps(&vOps, /*out*/desc)) in setUpVendorTags()
425 VendorTagDescriptor::setAsGlobalVendorTagDescriptor(desc); in setUpVendorTags()
H A DLegacyCameraProviderImpl_2_4.h41 using ::android::hardware::camera::common::V1_0::helper::VendorTagDescriptor;
/aosp12/hardware/interfaces/camera/provider/2.5/default/
H A DLegacyCameraProviderImpl_2_5.h41 using ::android::hardware::camera::common::V1_0::helper::VendorTagDescriptor;
/aosp12/frameworks/av/camera/ndk/impl/
H A DACameraManager.cpp137 sp<VendorTagDescriptor> desc = new VendorTagDescriptor(); in getCameraServiceLocked()
142 status_t err = VendorTagDescriptor::setAsGlobalVendorTagDescriptor(desc); in getCameraServiceLocked()
176 VendorTagDescriptor::clearGlobalVendorTagDescriptor(); in getCameraServiceLocked()
/aosp12/frameworks/av/services/camera/libcameraservice/utils/
H A DTagMonitor.cpp71 sp<VendorTagDescriptor> vTags = in parseTagsToMonitor()
72 VendorTagDescriptor::getGlobalVendorTagDescriptor(); in parseTagsToMonitor()
/aosp12/frameworks/av/services/camera/libcameraservice/hidl/
H A DHidlCameraService.cpp265 const std::unordered_map<metadata_vendor_id_t, sp<android::VendorTagDescriptor>> in getCameraVendorTagSections()
277 sp<VendorTagDescriptor> desc = vendorIdAndTagDescs.second; in getCameraVendorTagSections()
/aosp12/frameworks/av/services/camera/libcameraservice/common/
H A DCameraProviderManager.h48 class HidlVendorTagDescriptor : public VendorTagDescriptor {
59 sp<VendorTagDescriptor>& descriptor);
368 sp<VendorTagDescriptor> mVendorTagDescriptor;
/aosp12/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp270 VendorTagDescriptor::clearGlobalVendorTagDescriptor(); in ~CameraService()
805 hardware::camera2::params::VendorTagDescriptor* desc) { in getCameraVendorTagDescriptor()
811 sp<VendorTagDescriptor> globalDescriptor = VendorTagDescriptor::getGlobalVendorTagDescriptor(); in getCameraVendorTagDescriptor()
4029 sp<VendorTagDescriptor> desc = VendorTagDescriptor::getGlobalVendorTagDescriptor(); in dump()
H A DCameraService.h127 hardware::camera2::params::VendorTagDescriptor* desc);

12