Home
last modified time | relevance | path

Searched refs:appendPackageInterfacesToVector (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/tools/hidl/
H A Dmain.cpp187 status_t err = coordinator->appendPackageInterfacesToVector(fqName, targets); in appendTargets()
198 status_t err = coordinator->appendPackageInterfacesToVector(fqName, &packageInterfaces); in appendTargets()
340 status_t err = coordinator->appendPackageInterfacesToVector(packageFQName, &packageInterfaces); in dumpDefinedButUnreferencedTypeNames()
374 coordinator->appendPackageInterfacesToVector(packageFQName, &todo); in isPackageJavaCompatible()
407 status_t err = coordinator->appendPackageInterfacesToVector( in isPackageJavaCompatible()
561 coordinator->appendPackageInterfacesToVector(packageFQName, in generateAdapterMainSource()
619 status_t err = coordinator->appendPackageInterfacesToVector(packageFQName, &packageInterfaces); in generateAndroidBpForPackage()
732 coordinator->appendPackageInterfacesToVector(packageFQName, in generateAndroidBpImplForPackage()
873 status_t err = coordinator->appendPackageInterfacesToVector(fqName, &packageInterfaces); in validateForFormat()
916 status_t err = coordinator->appendPackageInterfacesToVector( in generateExportHeaderForPackage()
H A DCoordinator.cpp505 status_t Coordinator::appendPackageInterfacesToVector( in appendPackageInterfacesToVector() function in android::Coordinator
543 status_t err = appendPackageInterfacesToVector(package, &packageInterfaces); in isTypesOnlyPackage()
724 err = appendPackageInterfacesToVector(currentPackage, &packageInterfaces); in enforceMinorVersionUprevs()
883 status_t err = appendPackageInterfacesToVector(importedPackage, &packageInterfaces); in getUnfrozenDependencies()
910 status_t err = appendPackageInterfacesToVector(currentPackage, &packageInterfaces); in enforceHashes()
H A DCoordinator.h122 status_t appendPackageInterfacesToVector(
H A DAST.cpp390 status_t err = mCoordinator->appendPackageInterfacesToVector(fqName, &packageInterfaces); in importFQName()
/aosp12/system/tools/hidl/lint/
H A Dmain.cpp121 status_t err = coordinator.appendPackageInterfacesToVector(fqName, &targets); in main()
/aosp12/system/tools/hidl/lint/test/
H A Dmain.cpp54 status_t err = coordinator.appendPackageInterfacesToVector(fqName, &targets); in getLintsForHal()
/aosp12/system/tools/hidl/hidl2aidl/
H A Dmain.cpp379 status_t err = coordinator.appendPackageInterfacesToVector(version, &newTargets); in main()