Home
last modified time | relevance | path

Searched defs:checkUnusedHals (Results 1 – 3 of 3) sorted by relevance

/system/libvintf/
DHalManifest.cpp280 std::set<std::string> HalManifest::checkUnusedHals( in checkUnusedHals() function in android::vintf::HalManifest
DVintfObject.cpp980 android::base::Result<void> VintfObject::checkUnusedHals( in checkUnusedHals() function in android::vintf::VintfObject
/system/libvintf/test/
DLibVintfTest.cpp129 std::set<std::string> checkUnusedHals(const HalManifest& m, const CompatibilityMatrix& cm) { in checkUnusedHals() function