Home
last modified time | relevance | path

Searched refs:ReadFromParcelFor (Results 1 – 6 of 6) sorted by relevance

/system/tools/aidl/
Daidl_to_java.h100 bool ReadFromParcelFor(const CodeGeneratorContext& c);
Daidl_to_ndk.h54 void ReadFromParcelFor(const CodeGeneratorContext& c);
Dgenerate_ndk.cpp381 ReadFromParcelFor({out, types, method.GetType(), "_aidl_out.get()", "_aidl_return"}); in GenerateClientMethodDefinition()
392 ReadFromParcelFor({out, types, arg->GetType(), "_aidl_out.get()", cpp::BuildVarName(*arg)}); in GenerateClientMethodDefinition()
428 ReadFromParcelFor({out, types, arg->GetType(), "_aidl_in", "&" + var_name}); in GenerateServerCaseDefinition()
917 ReadFromParcelFor({out, types, variable->GetType(), "parcel", "&" + variable->GetName()}); in GenerateParcelSource()
Daidl_to_ndk.cpp413 void ReadFromParcelFor(const CodeGeneratorContext& c) { in ReadFromParcelFor() function
Daidl_to_java.cpp631 bool ReadFromParcelFor(const CodeGeneratorContext& c) { in ReadFromParcelFor() function
Dgenerate_java_binder.cpp742 ReadFromParcelFor(context); in generate_proxy_method()