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

  /frameworks/av/camera/include/camera/
VendorTagDescriptor.h 30 class VendorTagDescriptor;
37 * VendorTagDescriptor objects are parcelable containers for the vendor tag
41 class VendorTagDescriptor : public Parcelable {
43 virtual ~VendorTagDescriptor();
45 VendorTagDescriptor();
46 VendorTagDescriptor(const VendorTagDescriptor& src);
47 VendorTagDescriptor& operator=(const VendorTagDescriptor& rhs);
49 void copyFrom(const VendorTagDescriptor& src)
    [all...]
  /frameworks/av/camera/
VendorTagDescriptor.cpp 17 #define LOG_TAG "VendorTagDescriptor"
28 #include "camera/VendorTagDescriptor.h"
58 static sp<VendorTagDescriptor> sGlobalVendorTagDescriptor;
65 VendorTagDescriptor::~VendorTagDescriptor() {
72 VendorTagDescriptor::VendorTagDescriptor() :
77 VendorTagDescriptor::VendorTagDescriptor(const VendorTagDescriptor& src)
    [all...]

Completed in 106 milliseconds