Home
last modified time | relevance | path

Searched refs:getAllSectionNames (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/camera/common/1.0/default/include/
DVendorTagDescriptor.h80 const SortedVector<String8>* getAllSectionNames() const;
/hardware/interfaces/camera/common/1.0/default/
DCameraMetadata.cpp476 vendorSections = vTags->getAllSectionNames(); in getTagFromName()
DVendorTagDescriptor.cpp126 const SortedVector<String8>* VendorTagDescriptor::getAllSectionNames() const { in getAllSectionNames() function in android::hardware::camera2::params::VendorTagDescriptor
/hardware/interfaces/camera/provider/2.4/default/
DLegacyCameraProviderImpl_2_4.cpp426 const SortedVector<String8>* sectionNames = desc->getAllSectionNames(); in setUpVendorTags()