Searched refs:FmqType (Results 1 – 5 of 5) sorted by relevance
/system/tools/hidl/ |
D | FmqType.cpp | 27 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 …]
|
D | FmqType.h | 27 struct FmqType : public TemplatedType { struct 28 FmqType(const std::string& nsp, const std::string& name, Scope* parent, 75 DISALLOW_COPY_AND_ASSIGN(FmqType); argument
|
D | hidl-gen_l.ll | 48 #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…
|
D | Android.bp | 89 "FmqType.cpp",
|
/system/tools/hidl/hidl2aidl/ |
D | AidlType.cpp | 78 const FmqType& fmq = static_cast<const FmqType&>(type); in getAidlType()
|