Home
last modified time | relevance | path

Searched refs:addAllHals (Results 1 – 6 of 6) 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
785 if (!addAllHals(other, error)) { in addAll()
DVintfObject.cpp283 if (!out->addAllHals(&apexManifest, error)) { in fetchDeviceHalManifestApex()
/system/libvintf/test/
DLibVintfTest.cpp3084 manifest.addAllHals(&newManifest); in TEST_F()
3110 manifest.addAllHals(&newManifest); in TEST_F()
3146 manifest.addAllHals(&newManifest); in TEST_F()
3178 manifest.addAllHals(&newManifest); in TEST_F()
3230 manifest.addAllHals(&newManifest); in TEST_F()
3284 manifest.addAllHals(&newManifest); in TEST_F()
3323 manifest.addAllHals(&newManifest); in TEST_F()
3381 manifest.addAllHals(&newManifest); in TEST_F()