Home
last modified time | relevance | path

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

/system/tools/hidl/
DVectorType.cpp28 VectorType::VectorType(Scope* parent) : TemplatedType(parent, "vec") {} in VectorType() function in android::VectorType
30 std::string VectorType::templatedTypeName() const { in templatedTypeName()
34 bool VectorType::isCompatibleElementType(const Type* elementType) const { in isCompatibleElementType()
73 bool VectorType::isVector() const { in isVector()
77 bool VectorType::isVectorOfBinders() const { in isVectorOfBinders()
81 bool VectorType::deepCanCheckEquality(std::unordered_set<const Type*>* visited) const { in deepCanCheckEquality()
85 std::vector<const Reference<Type>*> VectorType::getStrongReferences() const { in getStrongReferences()
89 std::string VectorType::getCppType(StorageMode mode, in getCppType()
115 std::string VectorType::getJavaType(bool /* forInitializer */) const { in getJavaType()
122 std::string VectorType::getJavaTypeClass() const { in getJavaTypeClass()
[all …]
DVectorType.h28 struct VectorType : public TemplatedType { struct
29 VectorType(Scope* parent);
121 DISALLOW_COPY_AND_ASSIGN(VectorType);
Dhidl-gen_l.ll47 #include "VectorType.h"
116 "vec" { yylval->templatedType = new VectorType(*scope); return token::TEMPLATED; }
DAndroid.bp86 "VectorType.cpp",
DInterface.cpp289 const VectorType *chainType = static_cast<const VectorType *>(&method->results()[0]->type()); in fillHashChainMethod()
DCompoundType.cpp60 if ((type.isVector() && static_cast<const VectorType*>(&type)->isVectorOfBinders())) { in validate()
1560 VectorType::getAlignmentAndSizeStatic(&vecAlign, &vecSize); in emitJavaTypeDeclarations()
1581 VectorType::EmitJavaFieldReaderWriterForElementType(out, 0 /* depth */, this, "parcel", in emitJavaTypeDeclarations()
1712 VectorType::EmitJavaFieldReaderWriterForElementType(out, 0 /* depth */, this, "parcel", in emitJavaTypeDeclarations()
Dhidl-gen_y.yy32 #include "VectorType.h"
/system/tools/hidl/hidl2aidl/
DAidlType.cpp34 const VectorType& vec = static_cast<const VectorType&>(type); in getAidlType()
/system/teeui/libteeui/src/
Dutils.cpp151 template <typename VectorType> inline VectorType rotate90(const VectorType& in) { in rotate90()