Home
last modified time | relevance | path

Searched refs:shouldAddXmlFile (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/libvintf/include/vintf/
H A DXmlFileGroup.h43 if (!shouldAddXmlFile(t)) { in addXmlFile()
51 virtual bool shouldAddXmlFile(const T&) const { return true; } in shouldAddXmlFile() function
H A DHalManifest.h161 bool shouldAddXmlFile(const ManifestXmlFile& toAdd) const override;
/aosp12/system/libvintf/
H A DHalManifest.cpp159 bool HalManifest::shouldAddXmlFile(const ManifestXmlFile& xmlFile) const { in shouldAddXmlFile() function in android::vintf::HalManifest