Home
last modified time | relevance | path

Searched refs:sectionName (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/camera/common/1.0/default/
DVendorTagDescriptor.cpp169 String8 sectionName = mSections[sectionId]; in dump() local
174 "", tag, name.string(), type, typeName, sectionName.string()); in dump()
238 const char *sectionName = vOps->get_section_name(vOps, tag); in createDescriptorFromOps() local
239 if (sectionName == NULL) { in createDescriptorFromOps()
244 String8 sectionString(sectionName); in createDescriptorFromOps()
DCameraMetadata.cpp547 const String8 sectionName(section); in getTagFromName() local
551 if ((res = vTags->lookupTag(tagName, sectionName, &candidateTag)) != OK) { in getTagFromName()
/hardware/interfaces/camera/provider/2.4/default/
DCameraProvider.cpp343 mVendorTagSections[s].sectionName = (*sectionNames)[s].string(); in setUpVendorTags()
/hardware/interfaces/camera/common/1.0/
Dtypes.hal102 * 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/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp798 i, vendorTagSecs[i].sectionName.c_str()); in TEST_F()