Searched refs:vTags (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_CameraMetadata.cpp635 sp<VendorTagDescriptor> vTags = VendorTagDescriptor::getGlobalVendorTagDescriptor(); local
640 if (vTags != NULL) {
641 vendorSections = vTags->getAllSectionNames();
714 } else if (vTags != NULL) {
720 if ((res = vTags->lookupTag(tagName, sectionName, &tag)) != OK) {

Completed in 27 milliseconds