Home
last modified time | relevance | path

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

/frameworks/native/cmds/lshal/
DListCommand.cpp70 std::string getPackageAndVersion(const std::string& fqInstance) { in getPackageAndVersion() argument
71 return splitFirst(fqInstance, ':').first; in getPackageAndVersion()
124 Partition ListCommand::resolvePartition(Partition process, const FqInstance& fqInstance) const { in resolvePartition()
125 if (fqInstance.inPackage("vendor") || fqInstance.inPackage("com")) { in resolvePartition()
129 if (fqInstance.inPackage("android.frameworks") || fqInstance.inPackage("android.system") || in resolvePartition()
130 fqInstance.inPackage("android.hidl")) { in resolvePartition()
136 if (fqInstance.inPackage("android.hardware")) { in resolvePartition()
146 bool match(const vintf::ManifestInstance& instance, const FqInstance& fqInstance, in match() argument
153 (!fqInstance.hasInterface() || fqInstance.getInterface() == instance.interface()) && in match()
154 (!fqInstance.hasInstance() || fqInstance.getInstance() == instance.instance()); in match()
[all …]
DListCommand.h128 Partition resolvePartition(Partition processPartition, const FqInstance &fqInstance) const;