Searched defs:DeathRecipientType (Results 1 - 2 of 2) sorted by relevance

/system/tools/hidl/
H A DDeathRecipientType.h25 struct DeathRecipientType : public Type { struct in namespace:android
26 DeathRecipientType();
H A DDeathRecipientType.cpp17 #include "DeathRecipientType.h"
24 DeathRecipientType::DeathRecipientType() {} function in class:android::DeathRecipientType
26 void DeathRecipientType::addNamedTypesToSet(std::set<const FQName> &) const {
30 std::string DeathRecipientType::getCppType(StorageMode mode,
50 std::string DeathRecipientType::getJavaType(bool /* forInitializer */) const {
55 std::string DeathRecipientType::getVtsType() const {
59 void DeathRecipientType::emitReaderWriter(
69 bool DeathRecipientType::needsEmbeddedReadWrite() const {
73 bool DeathRecipientType
[all...]

Completed in 79 milliseconds