Home
last modified time | relevance | path

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

/aosp12/system/libvintf/include/vintf/
H A DCompatibilityMatrix.h75 bool addAllHals(CompatibilityMatrix* other, std::string* error = nullptr);
H A DHalManifest.h73 bool addAllHals(HalManifest* other, std::string* error = nullptr);
/aosp12/system/libvintf/
H A 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()
H A DHalManifest.cpp146 bool HalManifest::addAllHals(HalManifest* other, std::string* error) { in addAllHals() function in android::vintf::HalManifest
660 if (!addAllHals(other, error)) { in addAll()
/aosp12/system/libvintf/test/
H A 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()