Home
last modified time | relevance | path

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

/system/tools/hidl/
DCompoundType.cpp151 case STYLE_STRUCT: { in typeName()
188 case STYLE_STRUCT: in getVtsType()
696 out << ((mStyle == STYLE_STRUCT) ? "struct" : "union") << " " << definedName() << " final {\n"; in emitTypeDeclarations()
743 if (mStyle == STYLE_STRUCT) { in emitTypeDeclarations()
765 case STYLE_STRUCT: in emitTypeForwardDeclaration()
1361 } else if (mStyle == STYLE_STRUCT) { in emitJavaTypeDeclarations()
1870 case STYLE_STRUCT: in emitVtsTypeDeclarations()
1899 case STYLE_STRUCT: in emitVtsTypeDeclarations()
1985 innerStruct.size = (mStyle == STYLE_STRUCT) in getCompoundAlignmentAndSize()
DCompoundType.h31 STYLE_STRUCT, enumerator
Dhidl-gen_y.yy918 : STRUCT { $$ = CompoundType::STYLE_STRUCT; }
/system/tools/hidl/hidl2aidl/
DAidlNamedType.cpp86 if (compoundType.style() == CompoundType::STYLE_STRUCT) { in emitCompoundTypeAidlDefinition()
DAidlTranslate.cpp127 if (parent->style() == CompoundType::STYLE_STRUCT) { in namedTypeTranslation()
314 if (parent->style() == CompoundType::STYLE_STRUCT) { in simpleTranslation()
324 if (parent->style() == CompoundType::STYLE_STRUCT) { in simpleTranslation()