Home
last modified time | relevance | path

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

/system/tools/hidl/
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()
539 status_t err = coordinator->appendPackageInterfacesToVector(packageFQName, &packageInterfaces); in generateAndroidBpForPackage()
641 coordinator->appendPackageInterfacesToVector(packageFQName, in generateAndroidBpImplForPackage()
782 status_t err = coordinator->appendPackageInterfacesToVector(fqName, &packageInterfaces); in validateForFormat()
825 status_t err = coordinator->appendPackageInterfacesToVector( in generateExportHeaderForPackage()
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()
DCoordinator.h122 status_t appendPackageInterfacesToVector(
DAST.cpp390 status_t err = mCoordinator->appendPackageInterfacesToVector(fqName, &packageInterfaces); in importFQName()
/system/tools/hidl/lint/
Dmain.cpp121 status_t err = coordinator.appendPackageInterfacesToVector(fqName, &targets); in main()
/system/tools/hidl/lint/test/
Dmain.cpp54 status_t err = coordinator.appendPackageInterfacesToVector(fqName, &targets); in getLintsForHal()
/system/tools/hidl/hidl2aidl/
Dmain.cpp378 status_t err = coordinator.appendPackageInterfacesToVector(version, &newTargets); in main()