Home
last modified time | relevance | path

Searched refs:packageInterfaces (Results 1 – 4 of 4) sorted by relevance

/system/tools/hidl/
Dmain.cpp196 std::vector<FQName> packageInterfaces; in appendTargets() local
197 status_t err = coordinator->appendPackageInterfacesToVector(fqName, &packageInterfaces); in appendTargets()
199 for (const FQName& packageInterface : packageInterfaces) { in appendTargets()
310 std::vector<FQName> packageInterfaces; in dumpDefinedButUnreferencedTypeNames() local
311 status_t err = coordinator->appendPackageInterfacesToVector(packageFQName, &packageInterfaces); in dumpDefinedButUnreferencedTypeNames()
316 err = coordinator->addUnreferencedTypes(packageInterfaces, &unreferencedDefinitions, in dumpDefinedButUnreferencedTypeNames()
377 std::vector<FQName> packageInterfaces; in isPackageJavaCompatible() local
379 package, &packageInterfaces); in isPackageJavaCompatible()
385 for (const auto &iface : packageInterfaces) { in isPackageJavaCompatible()
401 const std::vector<FQName> &packageInterfaces, AST *typesAST) { in packageNeedsJavaCode() argument
[all …]
DCoordinator.cpp510 std::vector<FQName> *packageInterfaces) const { in appendPackageInterfacesToVector()
511 packageInterfaces->clear(); in appendPackageInterfacesToVector()
522 packageInterfaces->push_back(subFQName); in appendPackageInterfacesToVector()
544 std::vector<FQName> packageInterfaces; in isTypesOnlyPackage() local
546 status_t err = appendPackageInterfacesToVector(package, &packageInterfaces); in isTypesOnlyPackage()
553 *result = packageInterfaces.size() == 1 && packageInterfaces[0].name() == "types"; in isTypesOnlyPackage()
557 status_t Coordinator::addUnreferencedTypes(const std::vector<FQName>& packageInterfaces, in addUnreferencedTypes() argument
568 for (const auto& fqName : packageInterfaces) { in addUnreferencedTypes()
712 std::vector<FQName> packageInterfaces; in enforceMinorVersionUprevs() local
713 err = appendPackageInterfacesToVector(currentPackage, &packageInterfaces); in enforceMinorVersionUprevs()
[all …]
DCoordinator.h119 std::vector<FQName> *packageInterfaces) const;
124 status_t addUnreferencedTypes(const std::vector<FQName>& packageInterfaces,
DAST.cpp376 std::vector<FQName> packageInterfaces; in addImport() local
380 &packageInterfaces); in addImport()
386 for (const auto &subFQName : packageInterfaces) { in addImport()