Home
last modified time | relevance | path

Searched refs:VoidType (Results 1 – 3 of 3) sorted by relevance

/system/tools/aidl/
Dtype_cpp.cpp46 class VoidType : public Type { class
48 VoidType() : Type(ValidatableType::KIND_BUILT_IN, kNoPackage, "void", in VoidType() function in android::aidl::cpp::__anon9051069a0111::VoidType
50 ~VoidType() override = default;
467 AddAndSetMember(&void_type_, std::make_unique<class VoidType>()); in Init()
Dtype_cpp.h105 const Type* VoidType() const { return void_type_; } in VoidType() function
Dgenerate_cpp.cpp129 if (return_type != types.VoidType()) { in BuildArgList()
317 if (method.GetType().GetLanguageType<Type>() != types.VoidType()) { in DefineClientTransaction()
351 if (return_type != types.VoidType()) { in DefineClientTransaction()
497 if (return_type != types.VoidType()) { in HandleServerTransaction()
584 if (return_type != types.VoidType()) { in HandleServerTransaction()