Searched refs:section_name (Results 1 – 7 of 7) sorted by relevance
/hardware/google/camera/common/hal/tests/ |
D | vendor_tag_tests.cc | 96 {.section_name = "com.google.hwl.internal", in TEST() 103 {.section_name = "com.google.3a", in TEST() 112 {.section_name = "com.pixel.experimental", in TEST() 117 {.section_name = "com.google.3a", in TEST() 182 const char* section_name = in TEST() local 187 section_name, tag_name); in TEST() 199 {.section_name = "extra_section", in TEST() 222 {.section_name = "com.google.hwl.internal", in TEST() 229 {.section_name = "com.google.hwl.3a", in TEST() 238 {.section_name = "com.pixel.experimental", in TEST() [all …]
|
D | camera_provider_tests.cc | 107 .section_name = "vendor.section_0", in TEST_F() 123 .section_name = "vendor.section_1", in TEST_F() 162 if (returned_section.section_name == mock_section.section_name) { in TEST_F() 178 << " in section " << mock_section.section_name << " is not found"; in TEST_F() 185 << "Mock section " << mock_section.section_name << " is not found"; in TEST_F()
|
/hardware/google/camera/common/hal/utils/ |
D | vendor_tag_utils.cc | 53 section_tags[section.section_name].push_back(tag); in CombineVendorTags() 56 std::string full_tag_name = section.section_name + "." + tag.tag_name; in CombineVendorTags() 82 for (auto& [section_name, section_tags] : section_tags) { in CombineVendorTags() 83 destination->at(index).section_name = section_name; in CombineVendorTags() 142 .section_name = section.section_name, in AddTags() 145 vendor_tag_inverse_map_[TagString(section.section_name, tag.tag_name)] = in AddTags() 205 return it->second.section_name.c_str(); in GetSectionName() 246 status_t VendorTagManager::GetTag(const std::string section_name, in GetTag() argument 254 const TagString section_tag{section_name, tag_name}; in GetTag()
|
D | vendor_tag_utils.h | 82 status_t GetTag(const std::string section_name, const std::string tag_name,
|
/hardware/google/camera/common/hal/common/ |
D | vendor_tag_defs.h | 221 {.section_name = "com.google.hal.logicalcamera", 223 {.section_name = "com.google.pixel.experimental2016", 225 {.section_name = "com.google.pixel.experimental2017", 227 {.section_name = "com.google.pixel.experimental2019", 229 {.section_name = "com.google.internal", .tags = kInternalVendorTags},
|
D | hal_types.h | 88 std::string section_name; member
|
/hardware/google/camera/common/hal/hidl_service/ |
D | hidl_utils.cc | 107 (*hidl_sections)[i].sectionName = hal_sections[i].section_name; in ConvertToHidlVendorTagSections()
|