Home | History | Annotate | Download | only in camera

Lines Matching refs:VendorTagDescriptor

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) {
81 VendorTagDescriptor& VendorTagDescriptor::operator=(const VendorTagDescriptor& rhs) {
86 void VendorTagDescriptor::copyFrom(const VendorTagDescriptor& src) {
111 status_t VendorTagDescriptor::readFromParcel(const android::Parcel* parcel) {
220 int VendorTagDescriptor::getTagCount() const {
228 void VendorTagDescriptor::getTagArray(uint32_t* tagArray) const {
235 const char* VendorTagDescriptor::getSectionName(uint32_t tag) const {
243 const char* VendorTagDescriptor::getTagName(uint32_t tag) const {
251 int VendorTagDescriptor::getTagType(uint32_t tag) const {
259 status_t VendorTagDescriptor::writeToParcel(android::Parcel* parcel) const {
295 const SortedVector<String8>* VendorTagDescriptor::getAllSectionNames() const {
299 status_t VendorTagDescriptor::lookupTag(const String8& name, const String8& section, /*out*/uint32_t* tag) const {
318 void VendorTagDescriptor::dump(int fd, int verbosity, int indentation) const {
393 sp<android::VendorTagDescriptor> desc = new android::VendorTagDescriptor();
481 sp<android::VendorTagDescriptor> desc) {
493 metadata_vendor_id_t id, sp<android::VendorTagDescriptor> *desc /*out*/) {
508 status_t VendorTagDescriptor::createDescriptorFromOps(const vendor_tag_ops_t* vOps,
510 sp<VendorTagDescriptor>& descriptor) {
528 sp<VendorTagDescriptor> desc = new VendorTagDescriptor();
589 status_t VendorTagDescriptor::setAsGlobalVendorTagDescriptor(const sp<VendorTagDescriptor>& desc) {
610 void VendorTagDescriptor::clearGlobalVendorTagDescriptor() {
616 sp<VendorTagDescriptor> VendorTagDescriptor::getGlobalVendorTagDescriptor() {