Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_to_cpp.h55 std::string ParcelWriteMethodOf(const AidlTypeSpecifier& type, const AidlTypenames& typenames);
Daidl_to_cpp.cpp250 std::string ParcelWriteMethodOf(const AidlTypeSpecifier& type, const AidlTypenames& typenames) { in ParcelWriteMethodOf() function
Dgenerate_cpp.cpp299 const string& method = ParcelWriteMethodOf(a->GetType(), typenames); in DefineClientTransaction()
619 string(kReplyVarName) + "->" + ParcelWriteMethodOf(method.GetType(), typenames); in HandleServerTransaction()
631 const string& writeMethod = ParcelWriteMethodOf(a->GetType(), typenames); in HandleServerTransaction()
1178 string method = ParcelWriteMethodOf(variable->GetType(), typenames); in BuildParcelSource()