Lines Matching refs:listInstances
666 const ListInstances& listInstances, in IsHalDeprecated() argument
670 if (IsInstanceDeprecated(oldMatrixInstance, targetMatrix, listInstances, childrenMap, in IsHalDeprecated()
685 const ListInstances& listInstances, in IsInstanceDeprecated() argument
697 auto list = listInstances(package, version, interface, instanceHint); in IsInstanceDeprecated()
710 servedInstance, listInstances, childrenMap); in IsInstanceDeprecated()
719 fqInstance, listInstances); in IsInstanceDeprecated()
741 bool VintfObject::IsInstanceListed(const ListInstances& listInstances, in IsInstanceListed() argument
744 listInstances(fqInstance.getPackage(), fqInstance.getVersion(), fqInstance.getInterface(), in IsInstanceListed()
755 const std::string& instance, const ListInstances& listInstances, in GetListedInstanceInheritance() argument
763 if (!IsInstanceListed(listInstances, fqInstance)) { in GetListedInstanceInheritance()
785 if (!IsInstanceListed(listInstances, childFqInstance)) { in GetListedInstanceInheritance()
800 const ListInstances& listInstances) { in IsFqInstanceDeprecated() argument
824 listInstances(fqInstance.getPackage(), targetMatrixMinVer, fqInstance.getInterface(), in IsFqInstanceDeprecated()
839 int32_t VintfObject::checkDeprecation(const ListInstances& listInstances, in checkDeprecation() argument
898 if (IsHalDeprecated(hal, *targetMatrix, listInstances, childrenMap, error)) { in checkDeprecation()