Searched defs:checkUnusedHals (Results 1 – 3 of 3) sorted by relevance
/aosp12/system/libvintf/ | ||
H A D | HalManifest.cpp | 280 std::set<std::string> HalManifest::checkUnusedHals( in checkUnusedHals() function in android::vintf::HalManifest |
H A D | VintfObject.cpp | 980 android::base::Result<void> VintfObject::checkUnusedHals( in checkUnusedHals() function in android::vintf::VintfObject |
/aosp12/system/libvintf/test/ | ||
H A D | LibVintfTest.cpp | 129 std::set<std::string> checkUnusedHals(const HalManifest& m, const CompatibilityMatrix& cm) { in checkUnusedHals() function |