Searched refs:listInstances (Results 1 – 2 of 2) sorted by relevance
/system/libvintf/include/vintf/ |
D | VintfObject.h | 172 int32_t checkDeprecation(const ListInstances& listInstances, 323 const ListInstances& listInstances, const ChildrenMap& childrenMap, 327 const ListInstances& listInstances, 332 const std::string& instance, const ListInstances& listInstances, 334 static bool IsInstanceListed(const ListInstances& listInstances, const FqInstance& fqInstance); 337 const ListInstances& listInstances);
|
/system/libvintf/ |
D | VintfObject.cpp | 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() [all …]
|