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.h74 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
412 if (!addAllHals(inputMatrix, error) || !addAllXmlFiles(inputMatrix, error) || in addAll()
DHalManifest.cpp214 bool HalManifest::addAllHals(HalManifest* other, std::string* error) { in addAllHals() function in android::vintf::HalManifest
758 if (!addAllHals(other, error)) { in addAll()
/system/libvintf/test/
DLibVintfTest.cpp3197 manifest.addAllHals(&newManifest); in TEST_F()
3223 manifest.addAllHals(&newManifest); in TEST_F()
3259 manifest.addAllHals(&newManifest); in TEST_F()
3291 manifest.addAllHals(&newManifest); in TEST_F()
3343 manifest.addAllHals(&newManifest); in TEST_F()
3397 manifest.addAllHals(&newManifest); in TEST_F()
3436 manifest.addAllHals(&newManifest); in TEST_F()
3494 manifest.addAllHals(&newManifest); in TEST_F()