Home
last modified time | relevance | path

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

/system/tools/hidl/
DFmqType.cpp27 FmqType::FmqType(const std::string& nsp, const std::string& name, Scope* parent, in FmqType() function in android::FmqType
31 bool FmqType::isFmq() const { in isFmq()
35 std::string FmqType::templatedTypeName() const { in templatedTypeName()
39 std::string FmqType::fullName() const { in fullName()
45 std::string FmqType::getCppType( in getCppType()
63 void FmqType::emitReaderWriter( in emitReaderWriter()
119 void FmqType::emitReaderWriterEmbedded( in emitReaderWriterEmbedded()
146 bool FmqType::deepIsJavaCompatible(std::unordered_set<const Type*>* /* visited */) const { in deepIsJavaCompatible()
154 void FmqType::getAlignmentAndSize( in getAlignmentAndSize()
160 bool FmqType::needsEmbeddedReadWrite() const { in needsEmbeddedReadWrite()
[all …]
DFmqType.h27 struct FmqType : public TemplatedType { struct
28 FmqType(const std::string& nsp, const std::string& name, Scope* parent,
75 DISALLOW_COPY_AND_ASSIGN(FmqType); argument
Dhidl-gen_l.ll48 #include "FmqType.h"
137 "fmq_sync" { yylval->type = new FmqType("::android::hardware", "MQDescriptorSync", *scope,…
138 "fmq_unsync" { yylval->type = new FmqType("::android::hardware", "MQDescriptorUnsync", *scop…
DAndroid.bp89 "FmqType.cpp",
/system/tools/hidl/hidl2aidl/
DAidlType.cpp78 const FmqType& fmq = static_cast<const FmqType&>(type); in getAidlType()