Searched refs:sectionName (Results 1 – 5 of 5) sorted by relevance
/hardware/interfaces/camera/common/1.0/default/ |
D | VendorTagDescriptor.cpp | 169 String8 sectionName = mSections[sectionId]; in dump() local 174 "", tag, name.string(), type, typeName, sectionName.string()); in dump() 332 const char *sectionName = vOps->get_section_name(vOps, tag); in createDescriptorFromOps() local 333 if (sectionName == NULL) { in createDescriptorFromOps() 338 String8 sectionString(sectionName); in createDescriptorFromOps()
|
D | CameraMetadata.cpp | 544 const String8 sectionName(section); in getTagFromName() local 548 if ((res = vTags->lookupTag(tagName, sectionName, &candidateTag)) != OK) { in getTagFromName()
|
/hardware/interfaces/camera/common/1.0/ |
D | types.hal | 102 * The full name of the tag is <sectionName>.<tagName> 114 string sectionName; // Section name; must be namespaced within vendor's name
|
/hardware/interfaces/camera/provider/2.4/default/ |
D | LegacyCameraProviderImpl_2_4.cpp | 442 mVendorTagSections[s].sectionName = (*sectionNames)[s].string(); in setUpVendorTags()
|
/hardware/interfaces/camera/provider/2.4/vts/functional/ |
D | VtsHalCameraProviderV2_4TargetTest.cpp | 1569 ALOGI("Vendor tag section %zu name %s", i, vendorTagSecs[i].sectionName.c_str()); in TEST_F()
|