Home
last modified time | relevance | path

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

/system/tools/hidl/
DFmqType.cpp26 FmqType::FmqType(const char* nsp, const char* name, Scope* parent) in FmqType() function in android::FmqType
29 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 …]
DFmqType.h25 struct FmqType : public TemplatedType { struct
26 FmqType(const char* nsp, const char* name, Scope* parent);
71 DISALLOW_COPY_AND_ASSIGN(FmqType); argument
Dhidl-gen_l.ll49 #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…
DAndroid.bp77 "FmqType.cpp",