Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_to_cpp.h46 std::string ParcelReadMethodOf(const AidlTypeSpecifier& type, const AidlTypenames& typenames);
Daidl_to_cpp.cpp234 std::string ParcelReadMethodOf(const AidlTypeSpecifier& type, const AidlTypenames& typenames) { in ParcelReadMethodOf() function
Dgenerate_cpp.cpp375 const string& method_call = ParcelReadMethodOf(method.GetType(), typenames); in DefineClientTransaction()
387 string method = ParcelReadMethodOf(a->GetType(), typenames); in DefineClientTransaction()
568 const string& readMethod = ParcelReadMethodOf(a->GetType(), typenames); in HandleServerTransaction()
1150 string method = ParcelReadMethodOf(variable->GetType(), typenames); in BuildParcelSource()