Home
last modified time | relevance | path

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

12

/system/tools/hidl/
DgenerateCppAdapter.cpp38 const std::string klassName = AST::isInterface() ? getInterface()->getAdapterName() : "Atypes"; in generateCppAdapterHeader()
45 generateCppPackageInclude(out, mPackage, getInterface()->definedName()); 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()->definedName()); in generateCppAdapterSource()
104 const std::string mockName = getInterface()->fqName().cppName(); in generateCppAdapterSource()
140 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()
75 const Interface* iface = mRootScope.getInterface(); in generateVts()
DgenerateInheritanceHierarchy.cpp30 const Interface* callingIface = mRootScope.getInterface(); in generateInheritanceHierarchy()
37 for (const Interface* iface : mRootScope.getInterface()->superTypeChain()) { in generateInheritanceHierarchy()
DgenerateCppImpl.cpp84 const Interface* iface = mRootScope.getInterface(); in generateCppImplHeader()
141 const Interface* iface = mRootScope.getInterface(); in generateCppImplSource()
DgenerateCpp.cpp219 const Interface *iface = getInterface(); in generateInterfaceHeader()
393 const Interface *iface = getInterface(); in generateHwBinderHeader()
600 const Interface* iface = mRootScope.getInterface(); in generateMethods()
628 out << "typedef " << mRootScope.getInterface()->definedName() << " Pure;\n\n"; in generateTemplatizationLink()
638 const Interface* iface = mRootScope.getInterface(); in generateStubHeader()
748 const Interface* iface = mRootScope.getInterface(); in generateProxyHeader()
825 const Interface *iface = getInterface(); in generateCppSource()
867 const Interface* iface = mRootScope.getInterface(); in generateCppSource()
1639 const Interface* iface = mRootScope.getInterface(); in generatePassthroughHeader()
1699 const Interface* iface = mRootScope.getInterface(); in generateInterfaceSource()
[all …]
DgenerateJavaImpl.cpp28 const Interface* iface = mRootScope.getInterface(); in generateJavaImpl()
DScope.h54 Interface *getInterface() const;
DAST.cpp96 return mRootScope.getInterface() != nullptr; in isInterface()
876 Interface* iface = mRootScope.getInterface(); in isIBase()
880 const Interface *AST::getInterface() const { in getInterface() function in android::AST
881 return mRootScope.getInterface(); in getInterface()
885 const Interface* iface = mRootScope.getInterface(); in getBaseName()
DCoordinator.cpp296 path.c_str(), (*ast)->getInterface()->definedName().c_str()); in parseOptional()
299 } else if ((*ast)->getInterface()->definedName() != fqName.name()) { in parseOptional()
738 iface = currentAST->getInterface(); in enforceMinorVersionUprevs()
765 (lastAST == nullptr || lastAST->getInterface() == nullptr) in enforceMinorVersionUprevs()
773 bool lastFQNameExists = lastAST != nullptr && lastAST->getInterface() != nullptr; in enforceMinorVersionUprevs()
DScope.cpp93 Interface *Scope::getInterface() const { in getInterface() function in android::Scope
DAST.h203 const Interface *getInterface() const;
DgenerateJava.cpp142 const Interface* iface = mRootScope.getInterface(); in generateJava()
Dmain.cpp965 const Interface* interface = ast->getInterface(); in generateFunctionCount()
/system/libvintf/
DManifestHal.cpp154 if (it->version().majorVer == e.getMajorVersion() && it->interface() == e.getInterface() && in insertInstance()
164 if (!toAdd.setTo(this->getName(), e.getMajorVersion(), minorVer, e.getInterface(), in insertInstance()
169 e.getInterface() + "', instance='" + e.getInstance() + "'"; in insertInstance()
DMatrixInstance.cpp62 return mFqInstance.getInterface(); in interface()
76 interface() == provided.getInterface() && matchInstance(provided.getInstance()); in isSatisfiedBy()
DManifestInstance.cpp56 return mFqInstance.getInterface(); in interface()
DVintfObject.cpp723 listInstances(fqInstance.getPackage(), fqInstance.getVersion(), fqInstance.getInterface(), in IsInstanceListed()
786 targetMatrixInstance.interface() == fqInstance.getInterface() && in IsFqInstanceDeprecated()
803 listInstances(fqInstance.getPackage(), targetMatrixMinVer, fqInstance.getInterface(), in IsFqInstanceDeprecated()
/system/tools/hidl/test/utils_test/
Dmain.cpp111 EXPECT_EQ("IFoo", e.getInterface()); in TEST()
124 EXPECT_EQ("IFoo", e.getInterface()); in TEST()
136 EXPECT_EQ("IFoo", e.getInterface()); in TEST()
/system/tools/hidl/utils/include/hidl-util/
DFqInstance.h43 const std::string& getInterface() const;
/system/tools/hidl/lint/lints/
Doneway.cpp73 const Interface* iface = ast.getInterface(); in onewayLint()
DmethodVersions.cpp90 const Interface* iface = ast.getInterface(); in methodVersions()
DmethodDocComment.cpp80 const Interface* iface = ast.getInterface(); in methodDocComments()
/system/tools/hidl/utils/
DFqInstance.cpp49 const std::string& FqInstance::getInterface() const { in getInterface() function in android::FqInstance
/system/tools/hidl/hidl2aidl/
Dmain.cpp277 const Interface* iface = ast->getInterface(); in main()
/system/libvintf/test/
Dvintf_object_tests.cpp863 existing.getInterface() == interface) { in getInstanceListFunc()

12