Home
last modified time | relevance | path

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

/system/tools/aidl/
Dtype_cpp.cpp70 class VoidType : public Type { class
72 VoidType() : Type(ValidatableType::KIND_BUILT_IN, kNoPackage, "void", in VoidType() function in android::aidl::cpp::__anon889871910111::VoidType
74 virtual ~VoidType() = default;
511 void_type_ = new class VoidType(); in Init()
Dtype_cpp.h130 const Type* VoidType() const { return void_type_; } in VoidType() function
Dgenerate_cpp.cpp139 if (return_type != types.VoidType()) { in BuildArgList()
335 if (return_type != types.VoidType()) { in DefineClientTransaction()
418 if (return_type != types.VoidType()) { in HandleServerTransaction()
471 if (return_type != types.VoidType()) { in HandleServerTransaction()