Home
last modified time | relevance | path

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

/system/libvintf/
DCompatibilityMatrix.cpp39 ConstMultiMapValueIterable<std::string, MatrixHal> CompatibilityMatrix::getHals() const { in getHals() function in android::vintf::CompatibilityMatrix
DHalManifest.cpp102 std::vector<const ManifestHal *> HalManifest::getHals(const std::string &name) const { in getHals() function in android::vintf::HalManifest
110 std::vector<ManifestHal *> HalManifest::getHals(const std::string &name) { in getHals() function in android::vintf::HalManifest
149 ConstMultiMapValueIterable<std::string, ManifestHal> HalManifest::getHals() const { in getHals() function in android::vintf::HalManifest
/system/libvintf/test/
Dmain.cpp81 ConstMultiMapValueIterable<std::string, ManifestHal> getHals(HalManifest &vm) { in getHals() function