Home
last modified time | relevance | path

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

/hardware/interfaces/camera/common/aidl/aidl_api/android.hardware.camera.common/current/android/hardware/camera/common/
DVendorTagSection.aidl37 String sectionName;
/hardware/interfaces/camera/common/aidl/aidl_api/android.hardware.camera.common/1/android/hardware/camera/common/
DVendorTagSection.aidl37 String sectionName;
/hardware/interfaces/camera/common/aidl/android/hardware/camera/common/
DVendorTagSection.aidl26 String sectionName;
/hardware/interfaces/camera/common/default/
DVendorTagDescriptor.cpp165 String8 sectionName = mSections[sectionId]; in dump() local
170 tag, name.c_str(), type, typeName, sectionName.c_str()); in dump()
326 const char* sectionName = vOps->get_section_name(vOps, tag); in createDescriptorFromOps() local
327 if (sectionName == NULL) { in createDescriptorFromOps()
332 String8 sectionString(sectionName); in createDescriptorFromOps()
DCameraMetadata.cpp512 const String8 sectionName(section); in getTagFromName() local
516 if ((res = vTags->lookupTag(tagName, sectionName, &candidateTag)) != OK) { in getTagFromName()
/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/default/
DLegacyCameraProviderImpl_2_4.cpp442 mVendorTagSections[s].sectionName = (*sectionNames)[s].c_str(); in setUpVendorTags()
/hardware/google/camera/common/hal/aidl_service/
Daidl_utils.cc114 (*aidl_sections)[i].sectionName = hal_sections[i].section_name; in ConvertToAidlVendorTagSections()
/hardware/interfaces/camera/provider/aidl/vts/
DVtsAidlHalCameraProvider_TargetTest.cpp84 ALOGI("Vendor tag section %zu name %s", i, vendorTags[i].sectionName.c_str()); in TEST_P()
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp1915 ALOGI("Vendor tag section %zu name %s", i, vendorTagSecs[i].sectionName.c_str()); in TEST_P()