HomeSort by relevance Sort by last modified time
    Searched defs:VendorTagDescriptor (Results 1 - 2 of 2) sorted by null

  /frameworks/av/include/camera/
VendorTagDescriptor.h 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)
    [all...]
  /frameworks/av/camera/
VendorTagDescriptor.cpp 17 #define LOG_TAG "VendorTagDescriptor"
28 #include "camera/VendorTagDescriptor.h"
47 static sp<VendorTagDescriptor> sGlobalVendorTagDescriptor;
49 VendorTagDescriptor::VendorTagDescriptor() {}
51 VendorTagDescriptor::~VendorTagDescriptor() {
58 status_t VendorTagDescriptor::createDescriptorFromOps(const vendor_tag_ops_t* vOps,
60 sp<VendorTagDescriptor>& descriptor) {
78 sp<VendorTagDescriptor> desc = new VendorTagDescriptor()
    [all...]

Completed in 48 milliseconds