Home
last modified time | relevance | path

Searched refs:sectionNames (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/av/services/camera/libcameraservice/hidl/
H A DHidlCameraService.cpp278 const SortedVector<String8>* sectionNames = desc->getAllSectionNames(); in getCameraVendorTagSections() local
279 size_t numSections = sectionNames->size(); in getCameraVendorTagSections()
294 hVendorTagSections[s].sectionName = (*sectionNames)[s].string(); in getCameraVendorTagSections()
/aosp12/hardware/interfaces/camera/provider/2.4/default/
H A DLegacyCameraProviderImpl_2_4.cpp426 const SortedVector<String8>* sectionNames = desc->getAllSectionNames(); in setUpVendorTags() local
427 size_t numSections = sectionNames->size(); in setUpVendorTags()
442 mVendorTagSections[s].sectionName = (*sectionNames)[s].string(); in setUpVendorTags()