Home
last modified time | relevance | path

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

/aosp12/hardware/google/camera/common/hal/utils/
H A Dvendor_tag_utils.h60 const std::vector<VendorTagSection>& GetTags() const;
H A Dvendor_tag_utils.cc168 const std::vector<VendorTagSection>& VendorTagManager::GetTags() const { in GetTags() function in android::google_camera_hal::VendorTagManager
/aosp12/art/openjdkjvmti/
H A Dti_heap.h68 ObjectTagTable* GetTags() { in GetTags() function
H A Dti_heap.cc863 tag_table_(h->GetTags()), in FollowReferencesHelper()