Lines Matching refs:listInstances
645 const ListInstances& listInstances, in IsHalDeprecated() argument
649 if (IsInstanceDeprecated(oldMatrixInstance, targetMatrix, listInstances, childrenMap, in IsHalDeprecated()
664 const ListInstances& listInstances, in IsInstanceDeprecated() argument
676 auto list = listInstances(package, version, interface, instanceHint); in IsInstanceDeprecated()
689 servedInstance, listInstances, childrenMap); in IsInstanceDeprecated()
698 fqInstance, listInstances); in IsInstanceDeprecated()
720 bool VintfObject::IsInstanceListed(const ListInstances& listInstances, in IsInstanceListed() argument
723 listInstances(fqInstance.getPackage(), fqInstance.getVersion(), fqInstance.getInterface(), in IsInstanceListed()
734 const std::string& instance, const ListInstances& listInstances, in GetListedInstanceInheritance() argument
742 if (!IsInstanceListed(listInstances, fqInstance)) { in GetListedInstanceInheritance()
764 if (!IsInstanceListed(listInstances, childFqInstance)) { in GetListedInstanceInheritance()
779 const ListInstances& listInstances) { in IsFqInstanceDeprecated() argument
803 listInstances(fqInstance.getPackage(), targetMatrixMinVer, fqInstance.getInterface(), in IsFqInstanceDeprecated()
818 int32_t VintfObject::checkDeprecation(const ListInstances& listInstances, in checkDeprecation() argument
870 if (IsHalDeprecated(hal, *targetMatrix, listInstances, childrenMap, error)) { in checkDeprecation()