HomeSort by relevance Sort by last modified time
    Searched defs:checkUnusedHals (Results 1 - 2 of 2) sorted by null

  /system/libvintf/
HalManifest.cpp 216 std::set<std::string> HalManifest::checkUnusedHals(const CompatibilityMatrix& mat) const {
  /system/libvintf/test/
LibVintfTest.cpp 115 std::set<std::string> checkUnusedHals(const HalManifest& m, const CompatibilityMatrix& cm) {
116 return m.checkUnusedHals(cm);
    [all...]

Completed in 533 milliseconds