Searched defs:checkUnusedHals (Results 1 - 2 of 2) sorted by relevance

/system/libvintf/
H A DHalManifest.cpp216 std::set<std::string> HalManifest::checkUnusedHals(const CompatibilityMatrix& mat) const { function in class:android::vintf::HalManifest
/system/libvintf/test/
H A DLibVintfTest.cpp115 std::set<std::string> checkUnusedHals(const HalManifest& m, const CompatibilityMatrix& cm) { function in struct:android::vintf::LibVintfTest
116 return m.checkUnusedHals(cm);
3381 auto unused = checkUnusedHals(manifest, matrix);
3408 auto unused = checkUnusedHals(manifest, matrix);

Completed in 162 milliseconds