Home
last modified time | relevance | path

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

/frameworks/native/cmds/lshal/
DListCommand.cpp69 std::string getPackageAndVersion(const std::string& fqInstance) { in getPackageAndVersion() argument
70 return splitFirst(fqInstance, ':').first; in getPackageAndVersion()
123 Partition ListCommand::resolvePartition(Partition process, const FqInstance& fqInstance) const { in resolvePartition()
124 if (fqInstance.inPackage("vendor") || fqInstance.inPackage("com")) { in resolvePartition()
128 if (fqInstance.inPackage("android.frameworks") || fqInstance.inPackage("android.system") || in resolvePartition()
129 fqInstance.inPackage("android.hidl")) { in resolvePartition()
135 if (fqInstance.inPackage("android.hardware")) { in resolvePartition()
145 bool match(const vintf::ManifestInstance& instance, const FqInstance& fqInstance, in match() argument
152 (!fqInstance.hasInterface() || fqInstance.getInterface() == instance.interface()) && in match()
153 (!fqInstance.hasInstance() || fqInstance.getInstance() == instance.instance()); in match()
[all …]
DListCommand.h130 Partition resolvePartition(Partition processPartition, const FqInstance &fqInstance) const;