Home
last modified time | relevance | path

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

/frameworks/av/camera/include/camera/
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 :
137 public ::android::hardware::camera2::params::VendorTagDescriptor,
138 public LightRefBase<VendorTagDescriptor> {
[all …]
DCameraMetadata.h29 class VendorTagDescriptor; variable
228 const VendorTagDescriptor* vTags, uint32_t *tag);
/frameworks/base/core/java/android/hardware/camera2/params/
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) {
40 VendorTagDescriptor vendorDescriptor = new VendorTagDescriptor(source);
49 public VendorTagDescriptor[] newArray(int size) {
50 return new VendorTagDescriptor[size];
/frameworks/av/camera/tests/
DVendorTagDescriptorTests.cpp97 sp<VendorTagDescriptor> vDesc; in TEST()
99 EXPECT_EQ(OK, VendorTagDescriptor::createDescriptorFromOps(vOps, /*out*/vDesc)); in TEST()
133 sp<VendorTagDescriptor> vDescOriginal, vDescParceled; in TEST()
135 EXPECT_EQ(OK, VendorTagDescriptor::createDescriptorFromOps(vOps, /*out*/vDescOriginal)); in TEST()
145 vDescParceled = new VendorTagDescriptor(); in TEST()
178 sp<VendorTagDescriptor> vDesc; in TEST()
186 EXPECT_EQ(BAD_VALUE, VendorTagDescriptor::createDescriptorFromOps(/*vOps*/NULL, 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()
[all …]
/frameworks/av/camera/
DVendorTagDescriptor.cpp58 static sp<VendorTagDescriptor> sGlobalVendorTagDescriptor;
65 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()
111 status_t VendorTagDescriptor::readFromParcel(const android::Parcel* parcel) { in readFromParcel()
220 int VendorTagDescriptor::getTagCount() const { in getTagCount()
228 void VendorTagDescriptor::getTagArray(uint32_t* tagArray) const { in getTagArray()
235 const char* VendorTagDescriptor::getSectionName(uint32_t tag) const { in getSectionName()
[all …]
DAndroid.bp48 "VendorTagDescriptor.cpp",
DCameraMetadata.cpp420 sp<VendorTagDescriptor> vTags = VendorTagDescriptor::getGlobalVendorTagDescriptor(); in removePermissionEntries()
773 const VendorTagDescriptor* vTags, uint32_t *tag) { in getTagFromName()
/frameworks/base/core/jni/
Dandroid_hardware_camera2_CameraMetadata.cpp679 sp<VendorTagDescriptor> vTags; in CameraMetadata_getTagFromKeyLocal()
702 sp<VendorTagDescriptor> vTags = VendorTagDescriptor::getGlobalVendorTagDescriptor(); in CameraMetadata_getAllVendorKeys()
825 sp<VendorTagDescriptor> vTags = in CameraMetadata_getTagFromKey()
826 VendorTagDescriptor::getGlobalVendorTagDescriptor(); in CameraMetadata_getTagFromKey()
864 sp<VendorTagDescriptor> desc = new VendorTagDescriptor(); in CameraMetadata_setupGlobalVendorTagDescriptor()
869 VendorTagDescriptor::clearGlobalVendorTagDescriptor(); in CameraMetadata_setupGlobalVendorTagDescriptor()
872 VendorTagDescriptor::clearGlobalVendorTagDescriptor(); in CameraMetadata_setupGlobalVendorTagDescriptor()
878 err = VendorTagDescriptor::setAsGlobalVendorTagDescriptor(desc); in CameraMetadata_setupGlobalVendorTagDescriptor()
/frameworks/av/camera/aidl/android/hardware/
DICameraService.aidl23 import android.hardware.camera2.params.VendorTagDescriptor;
131 VendorTagDescriptor getCameraVendorTagDescriptor(); in getCameraVendorTagDescriptor()
/frameworks/av/camera/ndk/ndk_vendor/impl/
DACameraManager.cpp41 using android::hardware::camera::common::V1_0::helper::VendorTagDescriptor;
56 class HidlVendorTagDescriptor : public VendorTagDescriptor {
65 /*out*/ sp<VendorTagDescriptor> *descriptor);
69 sp<VendorTagDescriptor> *descriptor) { in createDescriptorFromHidl()
203 sp<VendorTagDescriptor> vendorTagDescriptor; in setupVendorTags()
605 sp<VendorTagDescriptor> vTags = nullptr; in getTagFromName()
/frameworks/av/camera/aidl/android/hardware/camera2/params/
DVendorTagDescriptor.aidl20 parcelable VendorTagDescriptor cpp_header "camera/VendorTagDescriptor.h";
/frameworks/av/camera/ndk/impl/
DACameraManager.cpp135 sp<VendorTagDescriptor> desc = new VendorTagDescriptor(); in getCameraServiceLocked()
140 status_t err = VendorTagDescriptor::setAsGlobalVendorTagDescriptor(desc); in getCameraServiceLocked()
174 VendorTagDescriptor::clearGlobalVendorTagDescriptor(); in getCameraServiceLocked()
/frameworks/av/services/camera/libcameraservice/hidl/
DHidlCameraService.cpp234 const std::unordered_map<metadata_vendor_id_t, sp<android::VendorTagDescriptor>> in getCameraVendorTagSections()
246 sp<VendorTagDescriptor> desc = vendorIdAndTagDescs.second; in getCameraVendorTagSections()
/frameworks/av/services/camera/libcameraservice/utils/
DTagMonitor.cpp61 sp<VendorTagDescriptor> vTags = in parseTagsToMonitor()
62 VendorTagDescriptor::getGlobalVendorTagDescriptor(); in parseTagsToMonitor()
/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.h43 class HidlVendorTagDescriptor : public VendorTagDescriptor {
54 sp<VendorTagDescriptor>& descriptor);
319 sp<VendorTagDescriptor> mVendorTagDescriptor;
DCameraProviderManager.cpp2440 sp<VendorTagDescriptor>& descriptor) { in createDescriptorFromHidl()
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp252 VendorTagDescriptor::clearGlobalVendorTagDescriptor(); in ~CameraService()
589 hardware::camera2::params::VendorTagDescriptor* desc) { in getCameraVendorTagDescriptor()
595 sp<VendorTagDescriptor> globalDescriptor = VendorTagDescriptor::getGlobalVendorTagDescriptor(); in getCameraVendorTagDescriptor()
3165 sp<VendorTagDescriptor> desc = VendorTagDescriptor::getGlobalVendorTagDescriptor(); in dump()
DCameraService.h120 hardware::camera2::params::VendorTagDescriptor* desc);
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt22351 Landroid/hardware/camera2/params/VendorTagDescriptor;-><init>(Landroid/os/Parcel;)V
22352 Landroid/hardware/camera2/params/VendorTagDescriptor;->CREATOR:Landroid/os/Parcelable$Creator;
22353 Landroid/hardware/camera2/params/VendorTagDescriptor;->TAG:Ljava/lang/String;
23547 …ce$Stub$Proxy;->getCameraVendorTagDescriptor()Landroid/hardware/camera2/params/VendorTagDescriptor;
23596 …CameraService;->getCameraVendorTagDescriptor()Landroid/hardware/camera2/params/VendorTagDescriptor;