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

  /frameworks/base/core/java/android/hardware/camera2/params/
VendorTagDescriptor.java 30 public final class VendorTagDescriptor implements Parcelable {
32 private VendorTagDescriptor(Parcel source) {
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[size]
    [all...]
  /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...]
  /hardware/interfaces/camera/common/1.0/default/include/
VendorTagDescriptor.h 35 * VendorTagDescriptor objects are containers for the vendor tag
39 class VendorTagDescriptor {
41 virtual ~VendorTagDescriptor();
43 VendorTagDescriptor();
44 VendorTagDescriptor(const VendorTagDescriptor& src);
45 VendorTagDescriptor& operator=(const VendorTagDescriptor& rhs);
47 void copyFrom(const VendorTagDescriptor& src);
77 * The pointer is valid for the lifetime of the VendorTagDescriptor,
    [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...]
  /hardware/interfaces/camera/common/1.0/default/
VendorTagDescriptor.cpp 27 #include "VendorTagDescriptor.h"
37 VendorTagDescriptor::~VendorTagDescriptor() {
44 VendorTagDescriptor::VendorTagDescriptor() :
49 VendorTagDescriptor::VendorTagDescriptor(const VendorTagDescriptor& src) {
53 VendorTagDescriptor& VendorTagDescriptor::operator=(const VendorTagDescriptor& rhs)
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 310 milliseconds