Searched refs:isInterface (Results 1 - 20 of 20) sorted by relevance

/system/tools/hidl/
H A DTypeDef.h34 bool isInterface() const override;
H A DTypeDef.cpp36 bool TypeDef::isInterface() const { function in class:android::TypeDef
H A DgenerateVts.cpp33 if (AST::isInterface()) {
96 if (isInterface()) {
H A DScope.cpp89 if (mTypes.size() == 1 && mTypes[0]->isInterface()) {
98 if (type->isInterface()) {
H A DgenerateCppImpl.cpp83 if (!AST::isInterface()) {
170 if (!AST::isInterface()) {
H A DAST.cpp77 bool AST::isInterface() const { function in class:android::AST
424 if (!resolvedType->isInterface()) {
429 if (match != nullptr && match->isInterface()) {
435 if (!resolvedType->isInterface()) {
502 if (!AST::isInterface()) {
H A DFmqType.cpp164 return (!elementType->isInterface() && !elementType->needsEmbeddedReadWrite());
H A DInterface.h36 bool isInterface() const override;
H A DVectorType.cpp52 if (elementType->isInterface()) {
63 return this->isCompatibleElementType(inner) && !inner->isInterface();
67 return this->isCompatibleElementType(inner) && !inner->isInterface();
H A Dhidl-gen_y.yy574 if (!(*scope)->isInterface()) {
641 if (parent != NULL && !parent->isInterface()) {
678 if (!(*scope)->isInterface()) {
H A DgenerateCpp.cpp629 if (!arg->type().isInterface()) {
705 << (arg->type().isInterface() ? "_hidl_wrapped_" : "")
717 out << (arg->type().isInterface() ? "_hidl_wrapped_" : "") << arg->name();
751 out << (arg->type().isInterface() ? "_hidl_out_wrapped_" : "_hidl_out_")
824 if (!AST::isInterface()) {
955 if (!AST::isInterface()) {
1401 if (arg->type().isInterface()) {
1980 if (!AST::isInterface()) {
H A DAST.h50 bool isInterface() const;
115 // or nullptr if not isInterface
H A DType.h44 virtual bool isInterface() const;
H A DType.cpp45 bool Type::isInterface() const { function in class:android::Type
H A DgenerateJava.cpp111 if (!AST::isInterface()) {
H A DCoordinator.cpp126 if (ast->isInterface()) {
H A DInterface.cpp535 bool Interface::isInterface() const { function in class:android::Interface
/system/tools/hidl/c2hal/
H A DCompositeDeclaration.h45 bool isInterface() const;
H A DCompositeDeclaration.cpp112 if (isInterface()) {
154 bool CompositeDeclaration::isInterface() const { function in class:android::CompositeDeclaration
H A DAST.cpp145 && ((CompositeDeclaration *) (*it))->isInterface()) {

Completed in 116 milliseconds