Home
last modified time | relevance | path

Searched refs:STYLE_STRUCT (Results 1 – 5 of 5) sorted by relevance

/system/tools/hidl/
DCompoundType.cpp84 case STYLE_STRUCT: { in typeName()
117 case STYLE_STRUCT: in getVtsType()
171 if (mStyle != STYLE_STRUCT || !needsEmbeddedReadWrite()) { in emitReaderWriter()
351 out << ((mStyle == STYLE_STRUCT) ? "struct" : "union") in emitTypeDeclarations()
402 if (mStyle == STYLE_STRUCT) { in emitTypeDeclarations()
952 if (mStyle != STYLE_STRUCT) { in needsEmbeddedReadWrite()
966 if (mStyle != STYLE_STRUCT) { in needsResolveReferences()
990 case STYLE_STRUCT: in emitVtsTypeDeclarations()
1013 case STYLE_STRUCT: in emitVtsTypeDeclarations()
1044 if (mStyle != STYLE_STRUCT || !Scope::isJavaCompatible()) { in isJavaCompatible()
[all …]
DRefType.cpp56 && static_cast<CompoundType *>(elementType)->style() == CompoundType::STYLE_STRUCT) { in isCompatibleElementType()
DCompoundType.h31 STYLE_STRUCT, enumerator
Dhidl-gen_y.yy826 : STRUCT { $$ = CompoundType::STYLE_STRUCT; }
884 static_cast<CompoundType *>(*scope)->style() == CompoundType::STYLE_STRUCT &&
896 static_cast<CompoundType *>(*scope)->style() == CompoundType::STYLE_STRUCT &&
DVectorType.cpp49 && static_cast<CompoundType *>(elementType)->style() == CompoundType::STYLE_STRUCT) { in isCompatibleElementType()