Home
last modified time | relevance | path

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

/system/tools/hidl/
DDeathRecipientType.cpp24 DeathRecipientType::DeathRecipientType(Scope* parent) : Type(parent, "death_recipient") {} in DeathRecipientType() function in android::DeathRecipientType
26 std::string DeathRecipientType::typeName() const { in typeName()
30 std::string DeathRecipientType::getCppType(StorageMode mode, in getCppType()
50 std::string DeathRecipientType::getJavaType(bool /* forInitializer */) const { in getJavaType()
55 std::string DeathRecipientType::getVtsType() const { in getVtsType()
59 void DeathRecipientType::emitReaderWriter( in emitReaderWriter()
69 bool DeathRecipientType::needsEmbeddedReadWrite() const { in needsEmbeddedReadWrite()
73 bool DeathRecipientType::resultNeedsDeref() const { in resultNeedsDeref()
77 void DeathRecipientType::getAlignmentAndSize(size_t *align, size_t *size) const { in getAlignmentAndSize()
81 void DeathRecipientType::emitVtsTypeDeclarations(Formatter& out) const { in emitVtsTypeDeclarations()
DDeathRecipientType.h25 struct DeathRecipientType : public Type { struct
26 DeathRecipientType(Scope* parent);
Dhidl-gen_l.ll37 #include "DeathRecipientType.h"
139 "death_recipient" { yylval->type = new DeathRecipientType(*scope); return token::TYPE; }
DAndroid.bp86 "DeathRecipientType.cpp",