/system/tools/hidl/ |
D | generateCppAdapter.cpp | 38 const std::string klassName = AST::isInterface() ? getInterface()->getAdapterName() : "Atypes"; in generateCppAdapterHeader() 44 if (AST::isInterface()) { in generateCppAdapterHeader() 82 const std::string klassName = AST::isInterface() ? getInterface()->getAdapterName() : "Atypes"; in generateCppAdapterSource() 86 if (AST::isInterface()) { in generateCppAdapterSource() 126 if (!type->isInterface()) { in generateAdapterMethod()
|
D | generateVts.cpp | 33 if (AST::isInterface()) { in emitVtsTypeDeclarations() 74 if (isInterface()) { in generateVts()
|
D | generateCppImpl.cpp | 79 if (!AST::isInterface()) { in generateCppImplHeader() 136 if (!AST::isInterface()) { in generateCppImplSource()
|
D | TypeDef.h | 38 bool isInterface() const override;
|
D | Scope.cpp | 94 if (mTypes.size() == 1 && mTypes[0]->isInterface()) { in getInterface() 103 if (type->isInterface()) { in definesInterfaces() 233 if (type->isInterface() && !type->isJavaCompatible(visited)) { in deepIsJavaCompatible()
|
D | TypeDef.cpp | 42 bool TypeDef::isInterface() const { in isInterface() function in android::TypeDef
|
D | VectorType.cpp | 53 if (elementType->isInterface()) { in isCompatibleElementType() 64 return this->isCompatibleElementType(inner) && !inner->isInterface(); in isCompatibleElementType() 68 return this->isCompatibleElementType(inner) && !inner->isInterface(); in isCompatibleElementType() 78 return mElementType->isInterface(); in isVectorOfBinders()
|
D | generateJavaImpl.cpp | 23 if (!AST::isInterface()) { in generateJavaImpl()
|
D | FmqType.cpp | 169 return (!elementType->isInterface() && !elementType->needsEmbeddedReadWrite()); in isCompatibleElementType()
|
D | AST.cpp | 95 bool AST::isInterface() const { in isInterface() function in android::AST 737 if (!resolvedType->isInterface()) { in lookupTypeFromImports() 742 if (match != nullptr && match->isInterface()) { in lookupTypeFromImports() 748 if (!resolvedType->isInterface()) { in lookupTypeFromImports()
|
D | Interface.h | 50 bool isInterface() const override;
|
D | generateCpp.cpp | 433 if (!arg->type().isInterface()) { in wrapPassthroughArg() 515 out << (arg->type().isInterface() ? "_hidl_wrapped_" : "") << arg->name(); in generatePassthroughMethod() 636 CHECK(AST::isInterface()); in generateStubHeader() 743 if (!AST::isInterface()) { in generateProxyHeader() 1074 if (arg->type().isInterface()) { in generateStaticProxyMethodSource() 1634 if (!AST::isInterface()) { in generatePassthroughHeader()
|
D | Interface.cpp | 478 if (!isIBase() && !mSuperType->isInterface()) { in validate() 588 if (!mSuperType->isInterface()) { in superType() 614 bool Interface::isInterface() const { in isInterface() function in android::Interface
|
D | Type.h | 49 virtual bool isInterface() const;
|
D | AST.h | 62 bool isInterface() const;
|
D | generateJava.cpp | 137 if (!AST::isInterface()) { in generateJava()
|
D | ArrayType.cpp | 86 if (mElementType->isInterface()) { in validate()
|
D | hidl-gen_y.yy | 568 CHECK((*scope)->isInterface()); 581 CHECK((*scope)->isInterface()); 720 CHECK((*scope)->isInterface());
|
D | Type.cpp | 41 bool Type::isInterface() const { in isInterface() function in android::Type
|
/system/tools/hidl/lint/lints/ |
D | namingConventions.cpp | 49 if (namedType->isInterface()) definedName = definedName.substr(1); in namingConventions() 54 if (namedType->isInterface()) desiredName = "I" + desiredName; in namingConventions()
|
/system/tools/hidl/c2hal/ |
D | CompositeDeclaration.cpp | 112 if (isInterface()) { in processContents() 154 bool CompositeDeclaration::isInterface() const { in isInterface() function in android::CompositeDeclaration
|
D | CompositeDeclaration.h | 45 bool isInterface() const;
|
D | AST.cpp | 144 && ((CompositeDeclaration *) (*it))->isInterface()) { in isolateInterfaces()
|
/system/tools/hidl/hidl2aidl/ |
D | AidlHelper.cpp | 106 if (type.isInterface()) { in emitFileHeader()
|
D | main.cpp | 254 CHECK(!ast->isInterface()); in main()
|