Home
last modified time | relevance | path

Searched refs:getPackageInterfaceFiles (Results 1 – 3 of 3) sorted by relevance

/system/tools/hidl/
DCoordinator.h115 status_t getPackageInterfaceFiles(
DCoordinator.cpp439 status_t Coordinator::getPackageInterfaceFiles( in getPackageInterfaceFiles() function in android::Coordinator
511 status_t err = getPackageInterfaceFiles(package, &fileNames); in appendPackageInterfacesToVector()
Dmain.cpp1573 if (coordinator.getPackageInterfaceFiles(fqName, nullptr /*fileNames*/) != OK) { in main()