Home
last modified time | relevance | path

Searched refs:get_section_name (Results 1 – 6 of 6) sorted by relevance

/hardware/libhardware/modules/camera/3_0/
DCameraHAL.cpp137 static const char* get_section_name(const vendor_tag_ops_t* ops, uint32_t tag) in get_section_name() function
157 ops->get_section_name = get_section_name; in get_vendor_tag_ops()
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3VendorTags.cpp667 ops->get_section_name = get_section_name; in get_vendor_tag_ops()
740 const char* QCamera3VendorTags::get_section_name( in get_section_name() function in qcamera::QCamera3VendorTags
DQCamera3VendorTags.h577 static const char* get_section_name(
/hardware/interfaces/camera/common/1.0/default/
DVendorTagDescriptor.cpp332 const char *sectionName = vOps->get_section_name(vOps, tag); in createDescriptorFromOps()
385 opsPtr->get_section_name = vendor_tag_descriptor_get_section_name; in setAsGlobalVendorTagDescriptor()
418 opsPtr->get_section_name = vendor_tag_descriptor_cache_get_section_name; in setAsGlobalVendorTagCache()
/hardware/libhardware/tests/hardware/
Dstruct-offset.cpp208 CHECK_MEMBER_AT(vendor_tag_ops_t, get_section_name, 8, 16); in CheckOffsets()
/hardware/interfaces/camera/provider/2.4/default/
DLegacyCameraProviderImpl_2_4.cpp406 vOps.get_section_name == nullptr || vOps.get_tag_name == nullptr || in setUpVendorTags()