Home
last modified time | relevance | path

Searched refs:addAllHals (Results 1 – 5 of 5) sorted by relevance

/system/libvintf/include/vintf/
DCompatibilityMatrix.h69 bool addAllHals(CompatibilityMatrix* other, std::string* error = nullptr);
DHalManifest.h69 bool addAllHals(HalManifest* other, std::string* error = nullptr);
/system/libvintf/
DCompatibilityMatrix.cpp39 bool CompatibilityMatrix::addAllHals(CompatibilityMatrix* other, std::string*) { in addAllHals() function in android::vintf::CompatibilityMatrix
411 if (!addAllHals(inputMatrix, error) || !addAllXmlFiles(inputMatrix, error) || in addAll()
DHalManifest.cpp137 bool HalManifest::addAllHals(HalManifest* other, std::string* error) { in addAllHals() function in android::vintf::HalManifest
624 if (!addAllHals(other, error)) { in addAll()
/system/libvintf/test/
DLibVintfTest.cpp2707 manifest.addAllHals(&newManifest); in TEST_F()
2738 manifest.addAllHals(&newManifest); in TEST_F()
2781 manifest.addAllHals(&newManifest); in TEST_F()
2845 manifest.addAllHals(&newManifest); in TEST_F()
2892 manifest.addAllHals(&newManifest); in TEST_F()