Searched refs:VendorTagDescriptor (Results 1 - 18 of 18) sorted by relevance

/frameworks/av/camera/aidl/android/hardware/camera2/params/
H A DVendorTagDescriptor.aidl20 parcelable VendorTagDescriptor cpp_header "camera/VendorTagDescriptor.h";
/frameworks/base/core/java/android/hardware/camera2/params/
H A DVendorTagDescriptor.java30 public final class VendorTagDescriptor implements Parcelable { class in inherits:Parcelable
32 private VendorTagDescriptor(Parcel source) { method in class:VendorTagDescriptor
35 public static final Parcelable.Creator<VendorTagDescriptor> CREATOR =
36 new Parcelable.Creator<VendorTagDescriptor>() {
38 public VendorTagDescriptor createFromParcel(Parcel source) {
40 VendorTagDescriptor vendorDescriptor = new VendorTagDescriptor(source);
43 Log.e(TAG, "Exception creating VendorTagDescriptor from parcel", e);
49 public VendorTagDescriptor[] newArray(int size) {
50 return new VendorTagDescriptor[siz
[all...]
/frameworks/av/camera/include/camera/
H A DVendorTagDescriptor.h30 class VendorTagDescriptor;
37 * VendorTagDescriptor objects are parcelable containers for the vendor tag
41 class VendorTagDescriptor : public Parcelable { class in namespace:android::hardware::camera2::params
43 virtual ~VendorTagDescriptor();
45 VendorTagDescriptor();
46 VendorTagDescriptor(const VendorTagDescriptor& src);
47 VendorTagDescriptor& operator=(const VendorTagDescriptor& rhs);
49 void copyFrom(const VendorTagDescriptor
131 class VendorTagDescriptor : class in namespace:android
[all...]
H A DCameraMetadata.h28 class VendorTagDescriptor;
221 const VendorTagDescriptor* vTags, uint32_t *tag);
/frameworks/av/include/camera/
H A DVendorTagDescriptor.h30 class VendorTagDescriptor;
37 * VendorTagDescriptor objects are parcelable containers for the vendor tag
41 class VendorTagDescriptor : public Parcelable { class in namespace:android::hardware::camera2::params
43 virtual ~VendorTagDescriptor();
45 VendorTagDescriptor();
46 VendorTagDescriptor(const VendorTagDescriptor& src);
47 VendorTagDescriptor& operator=(const VendorTagDescriptor& rhs);
49 void copyFrom(const VendorTagDescriptor
131 class VendorTagDescriptor : class in namespace:android
[all...]
H A DCameraMetadata.h28 class VendorTagDescriptor;
221 const VendorTagDescriptor* vTags, uint32_t *tag);
/frameworks/av/camera/tests/
H A DVendorTagDescriptorTests.cpp21 #include <camera/VendorTagDescriptor.h>
93 * Test if values from VendorTagDescriptor methods match corresponding values
97 sp<VendorTagDescriptor> vDesc;
99 EXPECT_EQ(OK, VendorTagDescriptor::createDescriptorFromOps(vOps, /*out*/vDesc));
129 * Test if values from VendorTagDescriptor methods stay consistent after being
133 sp<VendorTagDescriptor> vDescOriginal, vDescParceled;
135 EXPECT_EQ(OK, VendorTagDescriptor::createDescriptorFromOps(vOps, /*out*/vDescOriginal));
145 vDescParceled = new VendorTagDescriptor();
178 sp<VendorTagDescriptor> vDesc;
186 EXPECT_EQ(BAD_VALUE, VendorTagDescriptor
[all...]
/frameworks/av/camera/
H A DVendorTagDescriptor.cpp17 #define LOG_TAG "VendorTagDescriptor"
28 #include "camera/VendorTagDescriptor.h"
58 static sp<VendorTagDescriptor> sGlobalVendorTagDescriptor;
65 VendorTagDescriptor::~VendorTagDescriptor() {
72 VendorTagDescriptor::VendorTagDescriptor() : function in class:android::hardware::camera2::params::VendorTagDescriptor
77 VendorTagDescriptor::VendorTagDescriptor(const VendorTagDescriptor function in class:android::hardware::camera2::params::VendorTagDescriptor
[all...]
H A DCameraMetadata.cpp25 #include <camera/VendorTagDescriptor.h>
701 const VendorTagDescriptor* vTags, uint32_t *tag) {
/frameworks/av/camera/aidl/android/hardware/
H A DICameraService.aidl23 import android.hardware.camera2.params.VendorTagDescriptor;
131 VendorTagDescriptor getCameraVendorTagDescriptor();
/frameworks/av/camera/ndk/impl/
H A DACameraManager.cpp27 #include <camera/VendorTagDescriptor.h>
130 sp<VendorTagDescriptor> desc = new VendorTagDescriptor();
135 status_t err = VendorTagDescriptor::setAsGlobalVendorTagDescriptor(desc);
169 VendorTagDescriptor::clearGlobalVendorTagDescriptor();
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_CameraMetadata.cpp40 #include <camera/VendorTagDescriptor.h>
679 sp<VendorTagDescriptor> vTags;
702 sp<VendorTagDescriptor> vTags = VendorTagDescriptor::getGlobalVendorTagDescriptor();
825 sp<VendorTagDescriptor> vTags =
826 VendorTagDescriptor::getGlobalVendorTagDescriptor();
864 sp<VendorTagDescriptor> desc = new VendorTagDescriptor();
869 VendorTagDescriptor::clearGlobalVendorTagDescriptor();
872 VendorTagDescriptor
[all...]
/frameworks/av/services/camera/libcameraservice/utils/
H A DTagMonitor.cpp25 #include <camera/VendorTagDescriptor.h>
60 sp<VendorTagDescriptor> vTags =
61 VendorTagDescriptor::getGlobalVendorTagDescriptor();
/frameworks/av/services/camera/libcameraservice/common/
H A DCameraProviderManager.h33 #include <camera/VendorTagDescriptor.h>
39 * input. Not part of VendorTagDescriptor class because that class is used
42 class HidlVendorTagDescriptor : public VendorTagDescriptor {
45 * Create a VendorTagDescriptor object from the HIDL VendorTagSection
53 sp<VendorTagDescriptor>& descriptor);
H A DCameraProviderManager.cpp261 sp<VendorTagDescriptor> desc;
1369 sp<VendorTagDescriptor>& descriptor) {
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.h35 #include <camera/VendorTagDescriptor.h>
116 hardware::camera2::params::VendorTagDescriptor* desc);
H A DCameraService.cpp212 VendorTagDescriptor::clearGlobalVendorTagDescriptor();
514 hardware::camera2::params::VendorTagDescriptor* desc) {
520 sp<VendorTagDescriptor> globalDescriptor = VendorTagDescriptor::getGlobalVendorTagDescriptor();
2772 sp<VendorTagDescriptor> desc = VendorTagDescriptor::getGlobalVendorTagDescriptor();
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 3049 milliseconds