Home
last modified time | relevance | path

Searched refs:getInterface (Results 1 – 18 of 18) sorted by relevance

/system/tools/hidl/
DgenerateCppAdapter.cpp38 const std::string klassName = AST::isInterface() ? getInterface()->getAdapterName() : "Atypes"; in generateCppAdapterHeader()
45 generateCppPackageInclude(out, mPackage, getInterface()->localName()); in generateCppAdapterHeader()
50 const std::string mockName = getInterface()->fqName().cppName(); in generateCppAdapterHeader()
82 const std::string klassName = AST::isInterface() ? getInterface()->getAdapterName() : "Atypes"; in generateCppAdapterSource()
88 generateCppPackageInclude(out, mPackage, getInterface()->localName()); in generateCppAdapterSource()
104 const std::string mockName = getInterface()->fqName().cppName(); in generateCppAdapterSource()
147 const std::string klassName = getInterface()->getAdapterName(); in generateAdapterMethod()
DgenerateVts.cpp34 const Interface* iface = mRootScope.getInterface(); in emitVtsTypeDeclarations()
53 const Interface *iface = AST::getInterface(); in generateVts()
77 const Interface* iface = mRootScope.getInterface(); in generateVts()
DgenerateCppImpl.cpp77 const Interface* iface = mRootScope.getInterface(); in generateCppImplHeader()
144 const Interface* iface = mRootScope.getInterface(); in generateCppImplSource()
DgenerateCpp.cpp208 const Interface *iface = getInterface(); in generateInterfaceHeader()
352 const Interface *iface = getInterface(); in generateHwBinderHeader()
549 const Interface* iface = mRootScope.getInterface(); in generateMethods()
576 out << "typedef " << mRootScope.getInterface()->localName() << " Pure;\n\n"; in generateTemplatizationLink()
586 const Interface* iface = mRootScope.getInterface(); in generateStubHeader()
695 const Interface* iface = mRootScope.getInterface(); in generateProxyHeader()
774 const Interface *iface = getInterface(); in generateCppSource()
813 const Interface* iface = mRootScope.getInterface(); in generateCppSource()
1624 const Interface* iface = mRootScope.getInterface(); in generatePassthroughHeader()
1699 const Interface* iface = mRootScope.getInterface(); in generateInterfaceSource()
[all …]
DAST.cpp83 return mRootScope.getInterface() != nullptr; in isInterface()
756 Interface* iface = mRootScope.getInterface(); in isIBase()
760 const Interface *AST::getInterface() const { in getInterface() function in android::AST
761 return mRootScope.getInterface(); in getInterface()
765 const Interface* iface = mRootScope.getInterface(); in getBaseName()
DScope.h52 Interface *getInterface() const;
DCoordinator.cpp303 path.c_str(), (*ast)->getInterface()->localName().c_str()); in parseOptional()
306 } else if ((*ast)->getInterface()->localName() != fqName.name()) { in parseOptional()
715 iface = currentAST->getInterface(); in enforceMinorVersionUprevs()
742 (lastAST == nullptr || lastAST->getInterface() == nullptr) in enforceMinorVersionUprevs()
750 bool lastFQNameExists = lastAST != nullptr && lastAST->getInterface() != nullptr; in enforceMinorVersionUprevs()
DScope.cpp91 Interface *Scope::getInterface() const { in getInterface() function in android::Scope
DAST.h176 const Interface *getInterface() const;
DgenerateJava.cpp117 const Interface* iface = mRootScope.getInterface(); in generateJava()
/system/libvintf/
DMatrixInstance.cpp56 return mFqInstance.getInterface(); in interface()
66 interface() == provided.getInterface() && matchInstance(provided.getInstance()); in isSatisfiedBy()
DManifestHal.cpp129 e.getInterface(), e.getInstance())) { in insertInstances()
133 e.getInterface() + "', instance='" + e.getInstance() + "'"; in insertInstances()
DManifestInstance.cpp54 return mFqInstance.getInterface(); in interface()
DHalManifest.cpp222 fqInstance.getInterface(), fqInstance.getInstance())) { in checkUnusedHals()
/system/tools/hidl/test/utils_test/
Dmain.cpp144 EXPECT_EQ("IFoo", e.getInterface()); in TEST_F()
157 EXPECT_EQ("IFoo", e.getInterface()); in TEST_F()
169 EXPECT_EQ("IFoo", e.getInterface()); in TEST_F()
/system/tools/hidl/utils/include/hidl-util/
DFqInstance.h43 const std::string& getInterface() const;
/system/tools/hidl/utils/
DFqInstance.cpp49 const std::string& FqInstance::getInterface() const { in getInterface() function in android::FqInstance
/system/libvintf/test/
Dvintf_object_tests.cpp914 existing.getInterface() == interface) { in getInstanceListFunc()