Home
last modified time | relevance | path

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

/system/tools/hidl/
DCompoundType.cpp586 size_t fieldAlign, fieldSize; in emitSafeUnionTypeDeclarations() local
587 field->type().getAlignmentAndSize(&fieldAlign, &fieldSize); in emitSafeUnionTypeDeclarations()
595 << fieldAlign in emitSafeUnionTypeDeclarations()
720 size_t fieldAlign, fieldSize; in emitTypeDeclarations() local
721 field->type().getAlignmentAndSize(&fieldAlign, &fieldSize); in emitTypeDeclarations()
723 offset += Layout::getPad(offset, fieldAlign); in emitTypeDeclarations()
731 << fieldAlign in emitTypeDeclarations()
1623 size_t fieldAlign, fieldSize; in emitJavaTypeDeclarations() local
1624 field->type().getAlignmentAndSize(&fieldAlign, &fieldSize); in emitJavaTypeDeclarations()
1626 offset += Layout::getPad(offset, fieldAlign); in emitJavaTypeDeclarations()
[all …]