Home
last modified time | relevance | path

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

/system/libvintf/include/vintf/
DCompatibilityMatrix.h75 bool addAllHals(CompatibilityMatrix* other, std::string* error = nullptr);
DHalManifest.h73 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
410 if (!addAllHals(inputMatrix, error) || !addAllXmlFiles(inputMatrix, error) || in addAll()
DHalManifest.cpp146 bool HalManifest::addAllHals(HalManifest* other, std::string* error) { in addAllHals() function in android::vintf::HalManifest
660 if (!addAllHals(other, error)) { in addAll()
/system/libvintf/test/
DLibVintfTest.cpp2680 manifest.addAllHals(&newManifest); in TEST_F()
2712 manifest.addAllHals(&newManifest); in TEST_F()
2756 manifest.addAllHals(&newManifest); in TEST_F()
2822 manifest.addAllHals(&newManifest); in TEST_F()
2871 manifest.addAllHals(&newManifest); in TEST_F()