Home
last modified time | relevance | path

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

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