/system/tools/hidl/ |
D | generateCppAdapter.cpp | 38 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()
|
D | generateVts.cpp | 34 const Interface* iface = mRootScope.getInterface(); in emitVtsTypeDeclarations() 53 const Interface *iface = AST::getInterface(); in generateVts() 75 const Interface* iface = mRootScope.getInterface(); in generateVts()
|
D | generateInheritanceHierarchy.cpp | 30 const Interface* callingIface = mRootScope.getInterface(); in generateInheritanceHierarchy() 37 for (const Interface* iface : mRootScope.getInterface()->superTypeChain()) { in generateInheritanceHierarchy()
|
D | generateCppImpl.cpp | 84 const Interface* iface = mRootScope.getInterface(); in generateCppImplHeader() 141 const Interface* iface = mRootScope.getInterface(); in generateCppImplSource()
|
D | generateCpp.cpp | 219 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 …]
|
D | generateJavaImpl.cpp | 28 const Interface* iface = mRootScope.getInterface(); in generateJavaImpl()
|
D | Scope.h | 54 Interface *getInterface() const;
|
D | AST.cpp | 96 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()
|
D | Coordinator.cpp | 296 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()
|
D | Scope.cpp | 93 Interface *Scope::getInterface() const { in getInterface() function in android::Scope
|
D | AST.h | 203 const Interface *getInterface() const;
|
D | generateJava.cpp | 142 const Interface* iface = mRootScope.getInterface(); in generateJava()
|
D | main.cpp | 965 const Interface* interface = ast->getInterface(); in generateFunctionCount()
|
/system/libvintf/ |
D | ManifestHal.cpp | 154 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()
|
D | MatrixInstance.cpp | 62 return mFqInstance.getInterface(); in interface() 76 interface() == provided.getInterface() && matchInstance(provided.getInstance()); in isSatisfiedBy()
|
D | ManifestInstance.cpp | 56 return mFqInstance.getInterface(); in interface()
|
D | VintfObject.cpp | 723 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/ |
D | main.cpp | 111 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/ |
D | FqInstance.h | 43 const std::string& getInterface() const;
|
/system/tools/hidl/lint/lints/ |
D | oneway.cpp | 73 const Interface* iface = ast.getInterface(); in onewayLint()
|
D | methodVersions.cpp | 90 const Interface* iface = ast.getInterface(); in methodVersions()
|
D | methodDocComment.cpp | 80 const Interface* iface = ast.getInterface(); in methodDocComments()
|
/system/tools/hidl/utils/ |
D | FqInstance.cpp | 49 const std::string& FqInstance::getInterface() const { in getInterface() function in android::FqInstance
|
/system/tools/hidl/hidl2aidl/ |
D | main.cpp | 277 const Interface* iface = ast->getInterface(); in main()
|
/system/libvintf/test/ |
D | vintf_object_tests.cpp | 863 existing.getInterface() == interface) { in getInstanceListFunc()
|