Home
last modified time | relevance | path

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

/aosp12/system/tools/aidl/
H A Daidl_to_cpp.h54 std::string ParcelWriteMethodOf(const AidlTypeSpecifier& type, const AidlTypenames& typenames);
H A Dgenerate_cpp.cpp286 const string& method = ParcelWriteMethodOf(a->GetType(), typenames); in DefineClientTransaction()
672 string(kReplyVarName) + "->" + ParcelWriteMethodOf(method.GetType(), typenames); in HandleServerTransaction()
684 const string& writeMethod = ParcelWriteMethodOf(a->GetType(), typenames); in HandleServerTransaction()
1159 string method = ParcelWriteMethodOf(variable->GetType(), typenames); in BuildWriteToParcel()
1188 out << fmt::format("{}->{}({})", kParcelVarName, ParcelWriteMethodOf(type, typenames), in GetParcelWriterContext()
H A Daidl_to_cpp.cpp265 std::string ParcelWriteMethodOf(const AidlTypeSpecifier& type, const AidlTypenames& typenames) { in ParcelWriteMethodOf() function