Home
last modified time | relevance | path

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

/frameworks/native/cmds/lshal/
DListCommand.cpp191 VintfInfo ListCommand::getVintfInfo(const std::string& fqInstanceName, in getVintfInfo() argument
194 if (!fqInstance.setTo(fqInstanceName) && in getVintfInfo()
196 !fqInstance.setTo(getPackageAndVersion(fqInstanceName))) { in getVintfInfo()
197 err() << "Warning: Cannot parse '" << fqInstanceName << "'; no VINTF info." << std::endl; in getVintfInfo()
624 for (const auto& fqInstanceName : *fqInstanceNames) { in fetchBinderized()
626 TableEntry& entry = allTableEntries[fqInstanceName]; in fetchBinderized()
627 entry.interfaceName = fqInstanceName; in fetchBinderized()
DListCommand.h130 VintfInfo getVintfInfo(const std::string &fqInstanceName, vintf::TransportArch ta) const;