/system/tools/hidl/ |
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 | 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 | 110 if (mTypes.size() == 1 && mTypes[0]->isInterface()) { in getInterface() 119 if (type->isInterface()) { in definesInterfaces() 249 if (type->isInterface() && !type->isJavaCompatible(visited)) { in deepIsJavaCompatible()
|
D | TypeDef.cpp | 42 bool TypeDef::isInterface() const { in isInterface() function in android::TypeDef
|
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 | generateCpp.cpp | 437 if (!arg->type().isInterface()) { in wrapPassthroughArg() 519 out << (arg->type().isInterface() ? "_hidl_wrapped_" : "") << arg->name(); in generatePassthroughMethod() 640 CHECK(AST::isInterface()); in generateStubHeader() 756 if (!AST::isInterface()) { in generateProxyHeader() 1091 if (arg->type().isInterface()) { in generateStaticProxyMethodSource() 1655 if (!AST::isInterface()) { in generatePassthroughHeader()
|
D | Interface.h | 51 bool isInterface() const override;
|
D | Interface.cpp | 488 if (!isIBase() && !mSuperType->isInterface()) { in validate() 619 if (!mSuperType->isInterface()) { in superType() 645 bool Interface::isInterface() const { in isInterface() function in android::Interface
|
D | AST.h | 62 bool isInterface() const;
|
D | Type.h | 49 virtual 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
|
D | CompoundType.cpp | 67 if (type.isInterface()) { in validate() 213 if (field->type().isInterface()) { in containsInterface()
|
/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 | AidlNamedType.cpp | 124 } else if (namedType.isInterface()) { in emitAidl()
|
D | AidlHelper.cpp | 146 if (type.isInterface()) { in emitFileHeader()
|