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

/frameworks/av/include/camera/
H A DVendorTagDescriptor.h32 * VendorTagDescriptor objects are parcelable containers for the vendor tag
36 class VendorTagDescriptor class in namespace:android
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>
[all...]
/frameworks/av/camera/
H A DVendorTagDescriptor.cpp17 #define LOG_TAG "VendorTagDescriptor"
28 #include "camera/VendorTagDescriptor.h"
47 static sp<VendorTagDescriptor> sGlobalVendorTagDescriptor;
49 VendorTagDescriptor::VendorTagDescriptor() {} function in class:android::VendorTagDescriptor
51 VendorTagDescriptor::~VendorTagDescriptor() {
58 status_t VendorTagDescriptor::createDescriptorFromOps(const vendor_tag_ops_t* vOps,
60 sp<VendorTagDescriptor>& descriptor) {
78 sp<VendorTagDescriptor> des
[all...]

Completed in 57 milliseconds