Searched refs:shouldAddXmlFile (Results 1 – 3 of 3) sorted by relevance
43 if (!shouldAddXmlFile(t)) { in addXmlFile()51 virtual bool shouldAddXmlFile(const T&) const { return true; } in shouldAddXmlFile() function
141 bool shouldAddXmlFile(const ManifestXmlFile& toAdd) const override;
107 bool HalManifest::shouldAddXmlFile(const ManifestXmlFile& xmlFile) const { in shouldAddXmlFile() function in android::vintf::HalManifest