Searched defs:VendorTagDescriptor (Results 1 - 3 of 3) sorted by relevance

/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
129 class VendorTagDescriptor : class in namespace:android
[all...]
/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/
H A DVendorTagDescriptor.cpp17 #define LOG_TAG "VendorTagDescriptor"
28 #include "camera/VendorTagDescriptor.h"
47 static sp<VendorTagDescriptor> sGlobalVendorTagDescriptor;
53 VendorTagDescriptor::~VendorTagDescriptor() {
60 VendorTagDescriptor::VendorTagDescriptor() : function in class:android::hardware::camera2::params::VendorTagDescriptor
65 VendorTagDescriptor::VendorTagDescriptor(const VendorTagDescriptor function in class:android::hardware::camera2::params::VendorTagDescriptor
[all...]

Completed in 110 milliseconds