Searched refs:ParcelWriteMethodOf (Results 1 – 3 of 3) sorted by relevance
/aosp12/system/tools/aidl/ |
H A D | aidl_to_cpp.h | 54 std::string ParcelWriteMethodOf(const AidlTypeSpecifier& type, const AidlTypenames& typenames);
|
H A D | generate_cpp.cpp | 286 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 D | aidl_to_cpp.cpp | 265 std::string ParcelWriteMethodOf(const AidlTypeSpecifier& type, const AidlTypenames& typenames) { in ParcelWriteMethodOf() function
|