Home
last modified time | relevance | path

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

/frameworks/av/camera/tests/
DVendorTagDescriptorTests.cpp119 EXPECT_STREQ(vDesc->getSectionName(tag), vOps->get_section_name(vOps, tag)); in TEST()
163 EXPECT_STREQ(vDescOriginal->getSectionName(tag), vDescParceled->getSectionName(tag)); in TEST()
188 EXPECT_EQ(VENDOR_SECTION_NAME_ERR, vDesc->getSectionName(BAD_TAG)); in TEST()
200 EXPECT_EQ(VENDOR_SECTION_NAME_ERR, vDesc->getSectionName(BAD_TAG)); in TEST()
/frameworks/av/include/camera/
DVendorTagDescriptor.h54 const char* getSectionName(uint32_t tag) const;
/frameworks/rs/cpu_ref/linkloader/include/impl/
DELFSectionHeader.hxx28 return owner->getSectionName(getNameIndex()); in getName()
DELFObject.hxx84 inline char const *ELFObject<Bitwidth>::getSectionName(size_t i) const { in getSectionName() function in ELFObject
/frameworks/rs/cpu_ref/linkloader/include/
DELFObject.h72 char const *getSectionName(size_t i) const;
/frameworks/av/camera/
DVendorTagDescriptor.cpp267 const char* VendorTagDescriptor::getSectionName(uint32_t tag) const { in getSectionName() function in android::VendorTagDescriptor
438 return sGlobalVendorTagDescriptor->getSectionName(tag); in vendor_tag_descriptor_get_section_name()