Home
last modified time | relevance | path

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

/system/tools/hidl/
DEnumType.cpp79 value->autofill(prevType, prevValue, mStorageType->resolveToScalarType()); in resolveInheritance()
151 const ScalarType *EnumType::resolveToScalarType() const { in resolveToScalarType() function in android::EnumType
152 return mStorageType->resolveToScalarType(); in resolveToScalarType()
173 return mStorageType->resolveToScalarType()->getJavaType(forInitializer); in getJavaType()
177 return mStorageType->resolveToScalarType()->getJavaSuffix(); in getJavaSuffix()
181 return mStorageType->resolveToScalarType()->getJavaTypeClass(); in getJavaTypeClass()
194 return resolveToScalarType()->getJavaType(forInitializer); in getBitfieldJavaType()
198 return resolveToScalarType()->getJavaTypeClass(); in getBitfieldJavaTypeClass()
215 mStorageType->resolveToScalarType()->emitJavaFieldInitializer(out, fieldName); in emitJavaFieldInitializer()
220 mStorageType->resolveToScalarType()->emitJavaFieldDefaultInitialValue(out, fieldName); in emitJavaFieldDefaultInitialValue()
[all …]
DTypeDef.h31 const ScalarType *resolveToScalarType() const override;
DTypeDef.cpp29 const ScalarType *TypeDef::resolveToScalarType() const { in resolveToScalarType() function in android::TypeDef
DScalarType.h45 const ScalarType *resolveToScalarType() const override;
DEnumType.h49 const ScalarType *resolveToScalarType() const override;
188 const ScalarType *resolveToScalarType() const override;
DScalarType.cpp30 const ScalarType *ScalarType::resolveToScalarType() const { in resolveToScalarType() function in android::ScalarType
DType.cpp325 const ScalarType *Type::resolveToScalarType() const { in resolveToScalarType() function in android::Type
330 const ScalarType *scalarType = resolveToScalarType(); in isValidEnumStorageType()
DType.h133 virtual const ScalarType *resolveToScalarType() const;
DCompoundType.cpp540 if (field->type().resolveToScalarType() == nullptr) { in emitSafeUnionTypeDeclarations()
1186 if (field->type().resolveToScalarType() == nullptr) { in emitSafeUnionTypeDefinitions()
/system/tools/hidl/hidl2aidl/
DAidlNamedType.cpp51 const ScalarType* scalar = enumType.storageType()->resolveToScalarType(); in emitEnumAidlDefinition()