Searched refs:manifest_instance (Results 1 – 1 of 1) sorted by relevance
89 manifest->forEachInstance([manifest, fn](const auto &manifest_instance) { in ForEachHidlHalInstance() argument90 if (manifest_instance.format() != HalFormat::HIDL) { in ForEachHidlHalInstance()93 const FQName fq_name{manifest_instance.package(), in ForEachHidlHalInstance()94 to_string(manifest_instance.version()), in ForEachHidlHalInstance()95 manifest_instance.interface()}; in ForEachHidlHalInstance()96 const Transport transport = manifest_instance.transport(); in ForEachHidlHalInstance()97 const std::string instance_name = manifest_instance.instance(); in ForEachHidlHalInstance()113 manifest->forEachInstance([manifest, fn](const auto &manifest_instance) { in ForEachAidlHalInstance() argument114 if (manifest_instance.format() != HalFormat::AIDL) { in ForEachAidlHalInstance()117 const std::string &package = manifest_instance.package(); in ForEachAidlHalInstance()[all …]