Home
last modified time | relevance | path

Searched refs:checkIncompatibleHals (Results 1 – 2 of 2) sorted by relevance

/system/libvintf/include/vintf/
DHalManifest.h176 std::vector<std::string> checkIncompatibleHals(const CompatibilityMatrix& mat) const;
/system/libvintf/
DHalManifest.cpp235 std::vector<std::string> HalManifest::checkIncompatibleHals(const CompatibilityMatrix& mat) const { in checkIncompatibleHals() function in android::vintf::HalManifest
381 auto incompatibleHals = checkIncompatibleHals(mat); in checkCompatibility()