Home
last modified time | relevance | path

Searched refs:STYLE_SAFE_UNION (Results 1 – 3 of 3) sorted by relevance

/system/tools/hidl/
DCompoundType.cpp81 if (mStyle == STYLE_SAFE_UNION && mFields.size() < 2) { in validate()
120 if (mStyle != STYLE_SAFE_UNION) { return OK; } in validateSubTypeNames()
157 case STYLE_SAFE_UNION: { in typeName()
196 case STYLE_SAFE_UNION: in getVtsType()
243 CHECK(mStyle == STYLE_SAFE_UNION); in emitSafeUnionReaderWriterForInterfaces()
319 if (mStyle == STYLE_SAFE_UNION) { in emitReaderWriter()
691 if (mStyle == STYLE_SAFE_UNION) { in emitTypeDeclarations()
766 case STYLE_SAFE_UNION: { in emitTypeForwardDeclaration()
808 if (mStyle == STYLE_SAFE_UNION) { in emitPackageTypeHeaderDefinitions()
814 if (mStyle == STYLE_SAFE_UNION) { in emitPackageTypeHeaderDefinitions()
[all …]
DCompoundType.h33 STYLE_SAFE_UNION, enumerator
Dhidl-gen_y.yy920 | SAFE_UNION { $$ = CompoundType::STYLE_SAFE_UNION; }