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

  /system/libvintf/include/vintf/
HalGroup.h 56 std::vector<const Hal*> getHals(const std::string& name) const {
67 // Non-const version of the above getHals() method.
69 std::vector<Hal*> getHals(const std::string& name) {
80 for (const auto& hal : getHals()) {
89 for (const auto* hal : getHals(package)) {
147 // for (const auto& e : vm.getHals()) { }
148 ConstMultiMapValueIterable<std::string, Hal> getHals() const {
  /system/libvintf/test/
LibVintfTest.cpp 101 ConstMultiMapValueIterable<std::string, ManifestHal> getHals(HalManifest &vm) {
102 return vm.getHals();
701 for (const auto &hal : getHals(vm)) {
744 auto cameraHals = vm.getHals("android.hardware.camera");
748 auto nfcHals = vm.getHals("android.hardware.nfc");
    [all...]

Completed in 158 milliseconds