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/ |
D | VendorTagSection.aidl | 37 String sectionName;
|
/hardware/interfaces/camera/common/aidl/aidl_api/android.hardware.camera.common/1/android/hardware/camera/common/ |
D | VendorTagSection.aidl | 37 String sectionName;
|
/hardware/interfaces/camera/common/aidl/android/hardware/camera/common/ |
D | VendorTagSection.aidl | 26 String sectionName;
|
/hardware/interfaces/camera/common/default/ |
D | VendorTagDescriptor.cpp | 165 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()
|
D | CameraMetadata.cpp | 512 const String8 sectionName(section); in getTagFromName() local 516 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].c_str(); in setUpVendorTags()
|
/hardware/google/camera/common/hal/aidl_service/ |
D | aidl_utils.cc | 114 (*aidl_sections)[i].sectionName = hal_sections[i].section_name; in ConvertToAidlVendorTagSections()
|
/hardware/interfaces/camera/provider/aidl/vts/ |
D | VtsAidlHalCameraProvider_TargetTest.cpp | 84 ALOGI("Vendor tag section %zu name %s", i, vendorTags[i].sectionName.c_str()); in TEST_P()
|
/hardware/interfaces/camera/provider/2.4/vts/functional/ |
D | VtsHalCameraProviderV2_4TargetTest.cpp | 1915 ALOGI("Vendor tag section %zu name %s", i, vendorTagSecs[i].sectionName.c_str()); in TEST_P()
|