Home | History | Annotate | Download | only in camera

Lines Matching defs:VendorTagDescriptor

32  * VendorTagDescriptor objects are parcelable containers for the vendor tag
36 class VendorTagDescriptor
37 : public LightRefBase<VendorTagDescriptor> {
39 virtual ~VendorTagDescriptor();
63 * Write the VendorTagDescriptor object into the given parcel.
92 * Create a VendorTagDescriptor object from the given parcel.
98 sp<VendorTagDescriptor>& descriptor);
101 * Create a VendorTagDescriptor object from the given vendor_tag_ops_t
108 sp<VendorTagDescriptor>& descriptor);
117 static status_t setAsGlobalVendorTagDescriptor(const sp<VendorTagDescriptor>& desc);
128 static sp<VendorTagDescriptor> getGlobalVendorTagDescriptor();
130 VendorTagDescriptor();