Home
last modified time | relevance | path

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

/system/tools/hidl/
DEnumType.cpp79 value->autofill(prevType, prevValue, mStorageType->resolveToScalarType()); in resolveInheritance()
167 const ScalarType *EnumType::resolveToScalarType() const { in resolveToScalarType() function in android::EnumType
168 return mStorageType->resolveToScalarType(); in resolveToScalarType()
189 return mStorageType->resolveToScalarType()->getJavaType(forInitializer); in getJavaType()
193 return mStorageType->resolveToScalarType()->getJavaSuffix(); in getJavaSuffix()
197 return mStorageType->resolveToScalarType()->getJavaTypeClass(); in getJavaTypeClass()
210 return resolveToScalarType()->getJavaType(forInitializer); in getBitfieldJavaType()
214 return resolveToScalarType()->getJavaTypeClass(); in getBitfieldJavaTypeClass()
231 mStorageType->resolveToScalarType()->emitJavaFieldInitializer(out, fieldName); in emitJavaFieldInitializer()
236 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;
190 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()
1161 if (field->type().resolveToScalarType() == nullptr) { in emitSafeUnionTypeDefinitions()
/system/tools/hidl/hidl2aidl/
DAidlNamedType.cpp42 const ScalarType* scalar = enumType.storageType()->resolveToScalarType(); in emitEnumAidlDefinition()
DAidlTranslate.cpp163 const ScalarType* scalarType = type.resolveToScalarType(); in h2aScalarChecks()