/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() 76 if (isInterface()) { in generateVts()
|
D | generateCppImpl.cpp | 72 if (!AST::isInterface()) { in generateCppImplHeader() 135 if (!AST::isInterface()) { in generateCppImplSource()
|
D | TypeDef.h | 36 bool isInterface() const override;
|
D | TypeDef.cpp | 41 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 | Scope.cpp | 92 if (mTypes.size() == 1 && mTypes[0]->isInterface()) { in getInterface() 101 if (type->isInterface()) { in definesInterfaces()
|
D | FmqType.cpp | 163 return (!elementType->isInterface() && !elementType->needsEmbeddedReadWrite()); in isCompatibleElementType()
|
D | AST.cpp | 82 bool AST::isInterface() const { in isInterface() function in android::AST 695 if (!resolvedType->isInterface()) { in lookupTypeFromImports() 700 if (match != nullptr && match->isInterface()) { in lookupTypeFromImports() 706 if (!resolvedType->isInterface()) { in lookupTypeFromImports()
|
D | Interface.h | 46 bool isInterface() const override;
|
D | generateCpp.cpp | 437 if (!arg->type().isInterface()) { in wrapPassthroughArg() 523 out << (arg->type().isInterface() ? "_hidl_wrapped_" : "") << arg->name(); in generatePassthroughMethod() 644 CHECK(AST::isInterface()); in generateStubHeader() 752 if (!AST::isInterface()) { in generateProxyHeader() 1126 if (arg->type().isInterface()) { in generateStaticProxyMethodSource() 1700 if (!AST::isInterface()) { in generatePassthroughHeader()
|
D | Interface.cpp | 529 if (!isIBase() && !mSuperType->isInterface()) { in validate() 639 if (!mSuperType->isInterface()) { in superType() 665 bool Interface::isInterface() const { in isInterface() function in android::Interface
|
D | AST.h | 55 bool isInterface() const;
|
D | Type.h | 49 virtual bool isInterface() const;
|
D | hidl-gen_y.yy | 589 CHECK((*scope)->isInterface()); 602 CHECK((*scope)->isInterface()); 716 CHECK((*scope)->isInterface());
|
D | generateJava.cpp | 133 if (!AST::isInterface()) { in generateJava()
|
D | ArrayType.cpp | 83 if (mElementType->isInterface()) { in validate()
|
D | Type.cpp | 39 bool Type::isInterface() const { in isInterface() function in android::Type
|
D | CompoundType.cpp | 59 if (type.isInterface()) { in validate() 206 if (field->type().isInterface()) { in containsInterface()
|
D | Coordinator.cpp | 298 if ((*ast)->isInterface()) { in parseOptional()
|
/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/docs/src/parser/files/ |
D | InterfaceFileParser.kt | 57 fun isInterface(tokens: List<Token>): Boolean { in isInterface() method
|
/system/tools/hidl/docs/src/ |
D | main.kt | 76 if (InterfaceFileParser.isInterface(tokens)) { in parseAndGetWriter()
|