Searched refs:FmqType (Results 1 – 4 of 4) sorted by relevance
26 FmqType::FmqType(const char* nsp, const char* name, Scope* parent) in FmqType() function in android::FmqType29 std::string FmqType::templatedTypeName() const { in templatedTypeName()33 std::string FmqType::fullName() const { in fullName()39 std::string FmqType::getCppType( in getCppType()57 void FmqType::emitReaderWriter( in emitReaderWriter()113 void FmqType::emitReaderWriterEmbedded( in emitReaderWriterEmbedded()140 bool FmqType::deepIsJavaCompatible(std::unordered_set<const Type*>* /* visited */) const { in deepIsJavaCompatible()148 void FmqType::getAlignmentAndSize( in getAlignmentAndSize()154 bool FmqType::needsEmbeddedReadWrite() const { in needsEmbeddedReadWrite()158 bool FmqType::resultNeedsDeref() const { in resultNeedsDeref()[all …]
25 struct FmqType : public TemplatedType { struct26 FmqType(const char* nsp, const char* name, Scope* parent);71 DISALLOW_COPY_AND_ASSIGN(FmqType); argument
49 #include "FmqType.h"136 "fmq_sync" { yylval->type = new FmqType("::android::hardware", "MQDescriptorSync", *scope)…137 "fmq_unsync" { yylval->type = new FmqType("::android::hardware", "MQDescriptorUnsync", *scop…
77 "FmqType.cpp",