Home
last modified time | relevance | path

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

/system/libvintf/
DHalManifest.cpp427 lft.framework.mVndks == rgt.framework.mVndks && in operator ==()
537 framework.mVndks.insert(framework.mVndks.end(), other->framework.mVndks.begin(), in addAll()
538 other->framework.mVndks.end()); in addAll()
539 other->framework.mVndks.clear(); in addAll()
Dparse_xml.cpp953 appendChildren(root, vndkConverter, m.framework.mVndks, d); in mutateNode()
1001 if (!parseChildren(root, vndkConverter, &object->framework.mVndks, error)) { in buildObject()
1004 for (const auto &vndk : object->framework.mVndks) { in buildObject()
/system/libvintf/include/vintf/
DHalManifest.h191 std::vector<Vndk> mVndks; member
/system/libvintf/test/
DLibVintfTest.cpp178 vm.framework.mVndks = { std::move(vndk2505), std::move(vndk2513) }; in testFrameworkManfiest()